Difference between revisions of "Object Oriented Programming Resources"
Jump to navigation
Jump to search
(Created page with "# Books # Cheat sheets # Misc") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | == Books == | |
− | + | * Head First: Design Patterns | |
+ | ** [[Object Oriented Programming Resources/Head First Design Pattern Recaps]] | ||
+ | ** Supplementary material | ||
+ | *** [https://github.com/jtortorelli/head-first-design-patterns-python/ Python code] | ||
− | + | == Cheat sheets == | |
+ | |||
+ | == Misc == |
Latest revision as of 13:50, 26 January 2022
Books
- Head First: Design Patterns
- Object Oriented Programming Resources/Head First Design Pattern Recaps
- Supplementary material