Skip to content

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
AEnvironment Setup
BApplication / Program Structure
CSyntax
DCSV & Text Processing
DFundamentals
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

About

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

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages