2 tutorials in Python → Django.
Install Django, create a project with django-admin, and understand what every generated file actually does — part 1 of a 22-part series building a real blog application.
Connect a URL to a view, render a template with context data, and move from a function-based view to Django's TemplateView — including template inheritance done right.