Django Resources
Django is a web framework built in python. It allows you to create web apps from scratch, with a plethora of extensions available.
Tutorials
- Django Girls: A basic and straightforward tutorial for beginners, starting from the very basics (i.e. what is a terminal, what is python etc.) You might want to skip directly to the Django introduction.
- The official Django tutorial.