Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.35 KB

File metadata and controls

38 lines (30 loc) · 1.35 KB

Learning Resources

Curated resources that helped my Python journey.

Official Documentation

Learning Platforms

Books

  • Fluent Python by Luciano Ramalho
  • Python Cookbook by David Beazley
  • Effective Python by Brett Slatkin

Tools

  • uv - Modern package manager
  • Ruff - Fast linter/formatter
  • mypy - Type checking

Communities

YouTube Channels

Practice