Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 304 Bytes

Optimize_Python

Steps to optimize Python code

  • Chapter 1: Tools for analysis code
  • Chapter 2: Picking right data strucutre
  • Chapter 3: Tricks of trade
  • Chapter 4: Caching
  • Chapter 5: Cheating
  • Chapter 6: Parallel Computing
  • Chapter 7: Beyond Python
  • Chapter 8: Adding optimization to process