Ask HN: How did you escape tutorial hell?
1–5 of 5 posts
Re: Ask HN: How did you escape tutorial hell?
#2Choose to build something that you could use in your daily life, this will motivate you and give you are clearer path.
Next, just start. You know the basics, or at least how to setup the project and the gist of it. Start small, literally the smallest unit of work and build up. Be it a button, a single form, the login or whatever.
If you need tutorials find them specific to the issue at hand. Do not follow tutorials that guide you step by step but rather just extract the one piece you need.
Re: Ask HN: How did you escape tutorial hell?
#3ASP.Net MVC with Entity Framework from Scaffolding, if you're curious. Leagues better than Django.
Re: Ask HN: How did you escape tutorial hell?
#41. Django for Beginners: https://djangoforbeginners.com/ 2. Django for APIs: https://djangoforapis.com/
I helped edit the second book. :)
Re: Ask HN: How did you escape tutorial hell?
#5For beginner Django materials, I highly recommend William Vincent's work: 1. Django for Beginners: https://djangoforbeginners.com/ 2. Django for APIs: https://djangoforapis.com/ I helped edit the second book. :)