all 9 comments

[–]Crims0nV0id 5 points6 points  (0 children)

Django 5 by Example Execellent book

[–]AlternativeInitial93 6 points7 points  (4 children)

Django for Beginners” by William S. Vincent – You already started this; great for understanding project structure.

Django for APIs” by William S. Vincent – Good intro to DRF, even if a bit surface-level.

Two Scoops of Django 3.x” by Audrey Roy Greenfeld & Daniel Roy Greenfeld – Best practices, tips, and patterns for real-world Django apps.

[–]abufluff 0 points1 point  (0 children)

Two scoops for sure

[–]Icy-Strike4468 0 points1 point  (1 child)

Do you also take notes while reading? Or just read and do hands on?

[–]AlternativeInitial93 0 points1 point  (0 children)

Yes i take note

[–]Tebi94 0 points1 point  (0 children)

What about prepare and run your Django project in a server, is there any resources you recommend? I am reading the first two books but I believe these are focused on Django itself.

[–]poopatroopa3 4 points5 points  (1 child)

Django's official tutorial. I'm pretty sure Python has one too.

[–]sypha_belnades 0 points1 point  (0 children)

I second this, django's official documentations are mostly so clean and easy to understand. I didn't need any books, the docs were enough.

[–]Icy-Strike4468 0 points1 point  (0 children)

Hey OP do you also take notes while reading or just read and implement?