8000 Update README.md · andrewhzhang/python-programming@d61995b · GitHub
[go: up one dir, main page]

Skip to content

Commit d61995b

Browse files
authored
Update README.md
1 parent b7932ae commit d61995b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ As a self-learner of CS, I found this book to be a powerfully useful tool for le
77
This repo is designed to be a referential repository for others traversing this book without the aid of an instructor to check their solutions against mine. If you intend to learn to program using Python, you need to do the work. Please use this repo responsibly.
88

99
## Table of Contents
10-
1. Computers and Programs
11-
2. Writing Simple Programs
12-
3. Computing With Numbers
13-
4. Objects and Graphics
14-
5. Sequences: Strings, Lists, and Files
15-
6. Defining Functions
16-
7. Decision Structures
17-
8. Loop Structures and Booleans
18-
9. Simulation and Design
19-
10. Defining Classes
20-
11. Data Collections
21-
12. Object-Oriented Design
22-
13. Algorithm Design and Recursion
10+
1. [Computers and Programs](https://github.com/danyoungmusic93/zelle-python/tree/master/chap01)
11+
2. [Writing Simple Programs](https://github.com/danyoungmusic93/zelle-python/tree/master/chap02)
12+
3. [Computing With Numbers](https://github.com/danyoungmusic93/zelle-python/tree/master/chap03)
13+
4. [Objects and Graphics](https://github.com/danyoungmusic93/zelle-python/tree/master/chap04)
14+
5. [Sequences: Strings, Lists, and Files](https://github.com/danyoungmusic93/zelle-python/tree/master/chap05)
15+
6. [Defining Functions](https://github.com/danyoungmusic93/zelle-python/tree/master/chap06)
16+
7. [Decision Structures](https://github.com/danyoungmusic93/zelle-python/tree/master/chap07)
17+
8. [Loop Structures and Booleans](https://github.com/danyoungmusic93/zelle-python/tree/master/chap08)
18+
9. [Simulation and Design](https://github.com/danyoungmusic93/zelle-python/tree/master/chap09)
19+
10. [Defining Classes](https://github.com/danyoungmusic93/zelle-python/tree/master/chap10)
20+
11. [Data Collections](https://github.com/danyoungmusic93/zelle-python/tree/master/chap11)
21+
12. [Object-Oriented Design](https://github.com/danyoungmusic93/zelle-python/tree/master/chap12)
22+
13. [Algorithm Design and Recursion](https://github.com/danyoungmusic93/zelle-python/tree/master/chap13)

0 commit comments

Comments
 (0)
0