TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best resources to learn django in 2017?

13 点作者 tsaprailis超过 7 年前

8 条评论

jagot超过 7 年前
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>
mjhea0超过 7 年前
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 未加载
DjangoTricks超过 7 年前
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>
sotojuan超过 7 年前
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.
limedaring超过 7 年前
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!
albertojacini超过 7 年前
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>
dmannorreys超过 7 年前
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.
fiftyacorn超过 7 年前
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>