Get Started With Django
What you'll learn
- How to build Python-based web apps using Django.
- Django Models, Views, Forms, and User Authentication
- How to Build Three Example Apps in Django
Course content
- Preview00:35
- 00:03Course Code
Requirements
- Basic Python
- Be Able to Install Python and Flask on your computer
- Know some basic HTML
Description
Welcome to Get Started With Django. This course is an introduction to using Django. By taking this course, you will know enough to get started building your own apps, so you can create the projects you've always wanted to create.
Why Django? Django is an easy to learn framework that is fully featured. If you are familiar with Python, picking up Django will be a very straightforward process, and you'll find that you'll be able to create your own apps quickly after starting the course. Django doesn't require any crazy setup or requirements, so if you can run Python on your computer, you'll be able to run Django with no problems.
Also Django includes nearly everything you need to build a web app, so you don't how to worry about installing anything else.
Once you enroll, you'll get access to several hours of content that you can work through at your own pace. Each video includes the code from the video, which makes it much easier for you to follow along.
You'll start by building a simple diary app that gets you familiar with how Django works. Then I'll cover various parts of Django like models, forms, and authentication so you can add them into your projects if you need them.
What you'll build. In addition to the diary app I mentioned, I also cover building a video site and a forum app.
Who this course is for:
- Beginner Python developers who want to learn web development
Instructor
Anthony is the founder of Pretty Printed. He has been programming since 2004, but many of those years were spent with a lack of understanding. To help others avoid the issues he had while learning to program, he created Pretty Printed so programmers of all skill levels can understand programming concepts easier and faster.