🐍 Django 101 - Introduction to Django
This free online course will teach you the fundamentals of Django, a Python web framework. Throughout the 10 lessons, you will build a website with Python.
By the end of the tutorial, you will have a functional Python website similar to the one below where you can add, update, and delete names and corresponding scores from a table.
While the entire Django course is available as a YouTube playlist and as a GitHub repository, here is a list of the individual videos and a link to the corresponding GitHub commit.
# | Topic | YouTube | GitHub |
---|---|---|---|
1 | Django 101 Introduction | SLTXTG6ZXIM | |
2 | Python Virtual Environment | a_JRPajVnPk | |
3 | Django Start Project | PBh6XkFobes | b9a241d68a95b052504eb49243e10547b3b2fd65 |
4 | Django Hello World | 8K52HRoA4Sc | 26641b942484ed077bc4130eac66110b20880658 |
5 | Django Templates | kiTAiRGaf6s | cb045beec0ef028f54c974dd96a23dbae2be1124 |
6 | Django Models | NeEmegB9gwQ | 78b2545369380b56d0696cb93e1b885485f88a3b |
7 | Django Admin Site | jCihWwrwS-w | df284a30d34f6bb57c300fe8eaa5027eaedc1a02 |
8 | Django Context | kckacd2Zfwk | 160a042037d6c4dd1e12b33962519e8393f9ed70 |
9 | Django Forms | 4pSPWkrd-1M | 71e809f03a68c3b2332d5afaebfab422fc7ab7e8 |
10 | Django CRUD | opjyyXoqrxg | 0b3027c8e9b68ffc7ee7e84b5a4c2aba9164fbe4 |
11 | Django + Bootstrap | SPGrc6byv_Y | 02e6e8c840d7c7c4c20a6663307fe458928ccde3 |
Django Tutorial for Beginners
This Django tutorial is designed for beginners. Some knowledge of Python will be very helpful, but not necessary. The examples throughout the video series will be valuable in your understanding of the various Django and Python concepts.
A good place to start is with the very first video 🙂. This video is an overview of the Django course and gives you an idea of what to expect.
Perhaps, the best part is that this entire online Django course is 100% free for everyone. No excuse not to learn! If you need a server to host your website on, here’s $200 free DigitalOcean credits to get you started.
Good luck!
–Tony