Skip to content

Commit da636d0

Browse files
author
William Lubanovic
committed
Fix README table
1 parent f8756a2 commit da636d0

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ introducingpython
55
This repository contaisn the programs featured in
66
"An introduction to Python".
77

8-
dir chapter
9-
--- -------
10-
intro 1. A taste of Py
11-
2. Py ingredients: numbers, strings, and variables
12-
3. Py filling: lists, tuples, dictionaries, and sets
13-
4. Py crust: code structures
14-
boxes 5. Py boxes: modules, packages, and programs
15-
6. Oh oh: objects and classes
16-
7. Mangle data like a pro
17-
storage 8. Data has to go somewhere
18-
web 9. The web, untangled
19-
sys 10. Systems
20-
net 11. Concurrency and networks
21-
dev 12. Be a pythonista
22-
art A. Py art
23-
bus B. Py at work
24-
C. Py sci
25-
D. Install Python 3
26-
E. Answers to exercises
27-
F. Cheatsheets
8+
|directory|chapter|
9+
|---|---|
10+
|intro| 1. A taste of Py
11+
| | 2. Py ingredients: numbers, strings, and variables
12+
| | 3. Py filling: lists, tuples, dictionaries, and sets
13+
| | 4. Py crust: code structures
14+
|boxes| 5. Py boxes: modules, packages, and programs
15+
| | 6. Oh oh: objects and classes
16+
| | 7. Mangle data like a pro
17+
|storage|8. Data has to go somewhere
18+
|web | 9. The web, untangled
19+
|sys | 10. Systems
20+
|net | 11. Concurrency and networks
21+
|dev | 12. Be a pythonista
22+
|art | A. Py art
23+
|bus | B. Py at work
24+
| | C. Py sci
25+
| | D. Install Python 3
26+
| | E. Answers to exercises
27+
| | F. Cheatsheets

0 commit comments

Comments
 (0)