Live data from Hacker News

Ask HN: Free Resources for Learning Python and Django?

news.ycombinator.com

1–4 of 4 posts

Re: Ask HN: Free Resources for Learning Python and Django?

#3
Resources to Learn Python:

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/