Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 368 Bytes

Python tricks

Jupyter Notebooks of the book Python Tricks A Buffet of Awesome Python Features by Dan Bader

  • Chapter 2 - Patterns for Cleaner Python
  • Chapter 3 - Effective Functions
  • Chapter 4 - Classes and OOP
  • Chapter 5 - Common Data Structures in Python
  • Chapter 6 - Looping and Iteration
  • Chapter 7 - Dictionary Tricks
  • Chapter 8 - Python Productivity