Skip to content

mori-c/python-handbook

Repository files navigation

Python Reference Handbook

Code Repository

Personal reference collection of decks and notebooks of hand-coded sample code and snippets


TODO

Checkout Issues on left off comment notes


Table of Contents

📋 - - 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

Releases

No releases published

Packages

No packages published