Skip to content

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

  1. 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.
  2. The official Django tutorial.