Code School: Try Django
Dig into the bedrock of a Django app (models, templates, and views), and build one of your own along the way.
What you'll learn
Dig into the bedrock of a Django app (models, templates, and views), and build one of your own along the way.
Table of contents
Course FAQ
Django is an open-source Python web framework allowing for faster development of secure & maintainable websites and clean design.
If you are already familiar with Python, Django is not too difficult to learn. Even Python itself is relatively easy to learn compared to many other programming languages.
This course will teach you the very basics of Django, including:
- What is Django?
- URL dispatcher best practices
- The template of data
- Styling templates
- The missing model
- The admin
- And more
This course is for anyone who wants to learn Django, the Python web framework, to be more efficient with their Python coding.
Before taking this Django tutorial you really only need to be familiar with Python programming language basics.