Python — resources

roadmap.sh: https://roadmap.sh/python

Books

  • Fluent Python (Luciano Ramalho) — the deep dive on idiomatic, Pythonic code and the data model.
  • Python Crash Course (Eric Matthes) — fast, project-driven path from zero to building real apps.
  • Effective Python (Brett Slatkin) — 90 concise best-practices that level up everyday code.
  • Python Cookbook (Beazley & Jones) — recipe-style solutions for real-world problems.

Courses / practice