Code Repository
Personal reference collection of decks and notebooks of hand-coded sample code and snippets
TODO
Checkout Issues on left off comment notes
π | - | - | Subject |
---|---|---|---|
A | Environment Setup | ||
B | Application / Program Structure | ||
C | Syntax | ||
D | CSV & Text Processing | ||
D | Fundamentals | ||
1.0 | γ» Data Types | ||
2.0 | γ» Conditions | ||
2.1 | γ»γ» Booleans | ||
2.2 | γ»γ» if / elif / else | ||
2.3 | γ»γ» Compound Conditionals | ||
3.0 | γ» Lists | ||
4.0 | γ» Loops | ||
5.0 | γ» Dictionaries | ||
6.0 | γ» Modules | ||
7.0 | γ» CLI Navigation | ||
8.0 | γ» Scripts | ||
9.0 | γ» While Loop | ||
10.0 | γ» Read & Write Files |
E. Intermediate
- functions
- error handling
- data structures: O'Reilly's Design Principles & Practice
- data manipulation
- library functions
- classes & objects
- inheritance
- optimizing objects (simplified code, debugging, create containers, manage resources)
- encapsulation
- higher order functions & closures
- metaprogramming & decorators
- metaclasses
- iterators & generators
- coroutines