@@ -5,23 +5,23 @@ introducingpython
55This 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