python-sneks
python-sneks copied to clipboard
Winter 2019 Sprint
New Lessons:
- [ ] For and If Don't Have Scope
- [x] Recursion on Numbers
- [x] Recursion on Lists
- [ ] Recursion on Trees
- [ ] Time complexity
- [ ] Higher Order Functions
- [ ] Global Mutable Scope is Bad
- [ ] Returning from Loops
- [ ] Reusability of Functions
- [ ] Functional Decomposition
- [ ] Main functions
- [ ] Style: Naming Things
- [ ] Style: Keep Functions Simple
- [ ] Writing your own unit tests
- [ ] How to write function documentation
- [ ] Parameters vs. Arguments
Modifications:
- [ ] String Traversal
- [ ] Min/Max Patterns
- [ ] Dictionary Traversal