Live data from Hacker News

Ask HN: Best resources to learn django in 2017?

news.ycombinator.com

1–10 of 10 posts

Re: Ask HN: Best resources to learn django in 2017?

#4
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!

Re: Ask HN: Best resources to learn django in 2017?

#6
I wrote Hello Web App to teach web app development with Python and Django: https://hellowebbooks.com/learn-django

The HTML version of the book is free: https://hellowebbooks.com/tutorial/

Proud to have a 5 star rating with 37 reviews on Amazon: https://www.amazon.com/Hello-Web-App-Tracy-Osborn/dp/0986365...

Happy to answer any questions anyone has!

Re: Ask HN: Best resources to learn django in 2017?

#8
post #4

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.

Re: Ask HN: Best resources to learn django in 2017?

#9
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

Re: Ask HN: Best resources to learn django in 2017?

#10
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: https://www.twoscoopspress.com/products/two-scoops-of-django...