Skip to content

Commit 056b1ce

Browse files
authored
Update README.md
Tidying up TOC.
1 parent 6d16a3b commit 056b1ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ Contact: [@zacharylipton](https://twitter.com/zacharylipton/)
4747
* [Conditionals (if-then-else)](https://github.com/zackchase/python-wow/blob/master/chapter03_control_flow/sec01_conditionals.ipynb)
4848
* [Looping](https://github.com/zackchase/python-wow/blob/master/chapter03_control_flow/sec02_looping.ipynb)
4949
* [List Comprehensions](https://github.com/zackchase/python-wow/blob/master/chapter03_control_flow/sec03_list_comprehensions.ipynb)
50-
* Practice Questions
50+
* [Practice Questions](https://github.com/zackchase/python-wow/blob/master/chapter03_control_flow/practice_questions.ipynb)
5151

5252

5353
### Functions
5454
* [Introduction to Functions](https://github.com/zackchase/python-wow/blob/master/chapter04_functions/sec01_functions_basics.ipynb)
55-
* Recursion
56-
* Practice Questions
55+
* [Practice Questions]()
5756

5857
### Classes
5958
* [Introduction to Classes / Object Oriented Programming](https://github.com/zackchase/python-wow/blob/master/chapter05_classes/sec01_classes.ipynb)
@@ -72,6 +71,7 @@ Contact: [@zacharylipton](https://twitter.com/zacharylipton/)
7271
* [Reading from Files](https://github.com/zackchase/python-wow/blob/master/chapter07_io/sec02_reading.ipynb)
7372
* Saving and Loading Python Objects
7473
* Scraping the Web
74+
* Practice Questions
7575

7676

7777
### Python projects

0 commit comments

Comments
 (0)