Ask HN: Best resources to learn django in 2017?

13 points by tsaprailis ↗ HN

9 comments

[ 5.1 ms ] story [ 27.0 ms ] thread
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.
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.
Check out Real Python (https://realpython.com), if you're looking to learn web development with Python and Django.

Note: I am the co-founder/author

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!

Real python has helped me pick up python and flask. I go their book bundle when it was 35$ or so and still look up the books when I need something.

If you are looking for a book - Two scoops of Django is very good.

If you want to learn from some practical examples, you can check my book "Web Development with Django Cookbook - Second Edition": https://www.packtpub.com/web-development/web-development-dja... It's also on Amazon: https://www.amazon.com/Web-Development-Django-Cookbook-Secon...

Reviews are more than welcome!

Also I would recommend you to follow my twitter account, where I regularly post what interesting I found about web development with Django: https://twitter.com/DjangoTricks