Ask HN: Free Resources for Learning Python and Django? 3 points by mashby 6y ago ↗ HN I am hoping to make a simple product. Also, I am shamelesssly cheap. thank you.
[–] jamil7 6y ago ↗ You should start with the official docs: https://docs.djangoproject.com/en/3.0/intro/Takes you through most of the basics.
[–] rahulchhabra07 6y ago ↗ Resources to Learn Python:1. [Book] Learn Python The Hard Way2. [Video Course] Google Python Class: https://developers.google.com/edu/pythonResources to learn Django:1. Writing your first Django app: https://docs.djangoproject.com/en/3.0/intro/tutorial01/2. First Rest API: https://www.django-rest-framework.org/tutorial/quickstart/
[–] simplecto 6y ago ↗ Everything from https://simpleisbetterthancomplex.comI love his simple and elegant tutorials on very tactical topics.
3 comments
[ 3.5 ms ] story [ 20.4 ms ] threadTakes you through most of the basics.
1. [Book] Learn Python The Hard Way
2. [Video Course] Google Python Class: https://developers.google.com/edu/python
Resources to learn Django:
1. Writing your first Django app: https://docs.djangoproject.com/en/3.0/intro/tutorial01/
2. First Rest API: https://www.django-rest-framework.org/tutorial/quickstart/
I love his simple and elegant tutorials on very tactical topics.