TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best resources to learn django in 2017?

13 pointsby tsaprailisover 7 years ago

8 comments

jagotover 7 years ago
I&#x27;ve found the MDN tutorial to be the best I&#x27;ve read so far: <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Learn&#x2F;Server-side&#x2F;Django" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Learn&#x2F;Server-side&#x2F;D...</a>
mjhea0over 7 years ago
Check out Real Python (<a href="https:&#x2F;&#x2F;realpython.com" rel="nofollow">https:&#x2F;&#x2F;realpython.com</a>), if you&#x27;re looking to learn web development with Python and Django.<p>Note: I am the co-founder&#x2F;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!
评论 #15654232 未加载
DjangoTricksover 7 years ago
If you want to learn from some practical examples, you can check my book &quot;Web Development with Django Cookbook - Second Edition&quot;: <a href="https:&#x2F;&#x2F;www.packtpub.com&#x2F;web-development&#x2F;web-development-django-cookbook-second-edition" rel="nofollow">https:&#x2F;&#x2F;www.packtpub.com&#x2F;web-development&#x2F;web-development-dja...</a> It&#x27;s also on Amazon: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Web-Development-Django-Cookbook-Second&#x2F;dp&#x2F;1785886770&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;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:&#x2F;&#x2F;twitter.com&#x2F;DjangoTricks" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;DjangoTricks</a>
sotojuanover 7 years ago
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&#x27;ll always be up to date.
limedaringover 7 years ago
I wrote Hello Web App to teach web app development with Python and Django: <a href="https:&#x2F;&#x2F;hellowebbooks.com&#x2F;learn-django" rel="nofollow">https:&#x2F;&#x2F;hellowebbooks.com&#x2F;learn-django</a><p>The HTML version of the book is free: <a href="https:&#x2F;&#x2F;hellowebbooks.com&#x2F;tutorial&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hellowebbooks.com&#x2F;tutorial&#x2F;</a><p>Proud to have a 5 star rating with 37 reviews on Amazon: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Hello-Web-App-Tracy-Osborn&#x2F;dp&#x2F;0986365912&#x2F;ref=sr_1_1" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Hello-Web-App-Tracy-Osborn&#x2F;dp&#x2F;0986365...</a><p>Happy to answer any questions anyone has!
albertojaciniover 7 years ago
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:&#x2F;&#x2F;www.twoscoopspress.com&#x2F;products&#x2F;two-scoops-of-django-1-11" rel="nofollow">https:&#x2F;&#x2F;www.twoscoopspress.com&#x2F;products&#x2F;two-scoops-of-django...</a>
dmannorreysover 7 years ago
Django has a very extensive documentation along with tutorials, hints and examples. It&#x27;s been the only resource I&#x27;ve needed besides a couple of blog posts.
fiftyacornover 7 years ago
Djangogirls is a great place to start -<p><a href="https:&#x2F;&#x2F;tutorial.djangogirls.org&#x2F;en&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tutorial.djangogirls.org&#x2F;en&#x2F;</a>