File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,12 @@ Contact: [@zacharylipton](https://twitter.com/zacharylipton/)
47
47
* [ Conditionals (if-then-else)] ( https://github.com/zackchase/python-wow/blob/master/chapter03_control_flow/sec01_conditionals.ipynb )
48
48
* [ Looping] ( https://github.com/zackchase/python-wow/blob/master/chapter03_control_flow/sec02_looping.ipynb )
49
49
* [ 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 )
51
51
52
52
53
53
### Functions
54
54
* [ 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] ( )
57
56
58
57
### Classes
59
58
* [ 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/)
72
71
* [ Reading from Files] ( https://github.com/zackchase/python-wow/blob/master/chapter07_io/sec02_reading.ipynb )
73
72
* Saving and Loading Python Objects
74
73
* Scraping the Web
74
+ * Practice Questions
75
75
76
76
77
77
### Python projects
You can’t perform that action at this time.
0 commit comments