top | item 15647232

Ask HN: Best resources to learn django in 2017?

13 points| tsaprailis | 8 years ago | reply

9 comments

order
[+] mjhea0|8 years ago|reply
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!

[+] nischalsamji|8 years ago|reply
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.

[+] DjangoTricks|8 years ago|reply
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

[+] sotojuan|8 years ago|reply
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.
[+] dmannorreys|8 years ago|reply
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.