I've found the MDN tutorial to be the best I've read so far: <a href="https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django" rel="nofollow">https://developer.mozilla.org/en-US/docs/Learn/Server-side/D...</a>
Check out Real Python (<a href="https://realpython.com" rel="nofollow">https://realpython.com</a>), if you're looking to learn web development with Python and Django.<p>Note: I am the co-founder/author<p>Real Python takes an experiential, learning by doing approach so you build interesting projects. Happy to provide a discount. Email us - info at realpython dot com. Cheers!
If you want to learn from some practical examples, you can check my book "Web Development with Django Cookbook - Second Edition": <a href="https://www.packtpub.com/web-development/web-development-django-cookbook-second-edition" rel="nofollow">https://www.packtpub.com/web-development/web-development-dja...</a>
It's also on Amazon: <a href="https://www.amazon.com/Web-Development-Django-Cookbook-Second/dp/1785886770/" rel="nofollow">https://www.amazon.com/Web-Development-Django-Cookbook-Secon...</a><p>Reviews are more than welcome!<p>Also I would recommend you to follow my twitter account, where I regularly post what interesting I found about web development with Django: <a href="https://twitter.com/DjangoTricks" rel="nofollow">https://twitter.com/DjangoTricks</a>
If you are already familiar with Python and basic server framework concepts (request, response, models, etc), just read the documentation and start building your own projects. It'll always be up to date.
I wrote Hello Web App to teach web app development with Python and Django: <a href="https://hellowebbooks.com/learn-django" rel="nofollow">https://hellowebbooks.com/learn-django</a><p>The HTML version of the book is free: <a href="https://hellowebbooks.com/tutorial/" rel="nofollow">https://hellowebbooks.com/tutorial/</a><p>Proud to have a 5 star rating with 37 reviews on Amazon: <a href="https://www.amazon.com/Hello-Web-App-Tracy-Osborn/dp/0986365912/ref=sr_1_1" rel="nofollow">https://www.amazon.com/Hello-Web-App-Tracy-Osborn/dp/0986365...</a><p>Happy to answer any questions anyone has!
What helped me the most from the basics to being a Django professional has been Two Scoops of Django. The best about this book is that is authoritatively opinionated about which are the best practices in the Django world. This really helps you not to get lost. See: <a href="https://www.twoscoopspress.com/products/two-scoops-of-django-1-11" rel="nofollow">https://www.twoscoopspress.com/products/two-scoops-of-django...</a>
Django has a very extensive documentation along with tutorials, hints and examples. It's been the only resource I've needed besides a couple of blog posts.
Djangogirls is a great place to start -<p><a href="https://tutorial.djangogirls.org/en/" rel="nofollow">https://tutorial.djangogirls.org/en/</a>