Django — resources

roadmap.sh: https://roadmap.sh/django

Books

  • Django for Beginners (William S. Vincent) — gentle, project-by-project intro that builds real apps.
  • Two Scoops of Django (Greenfeld & Roy) — battle-tested best practices and patterns for production.
  • Django for APIs (William S. Vincent) — focused guide to building REST APIs with DRF.
  • Test-Driven Development with Python (Harry Percival) — TDD using Django, free online.

Courses / practice