Getting Started with Django: A Practical Intro Course
Course Summary
What students are saying
Quite a few times I found myself cursing that it had taken me weeks to learn what Michael was demonstrating in meer minutes.
The beauty of the course however lies in the fact that you're not spoon fed everything. You're expected to have prior knowledge of concepts such as Python Classes, data structures and so on.
Source code and course GitHub repository
github.com/talkpython/getting-started-with-django-courseApplication Development Approach
This course is constructed around a project called Alexandria, a virtual library. Each chapter covers a new Django concept, but it also adds a feature to the application. As you proceed through the course you will not only learn more about Django but also be building features and tests as you would for developing real world software.
What will you learn in this course?
While building our Django app, you will:
- Set up a new project
- Understand Django's project structure
- How to use the Django database ORM, including: common fields, writing queries, Foreign Keys and related objects, and light-weight migrations
- Create function-based views: the code that responds to the browser
- Turn data to HTML with HTML Templates
- User management: Creating users, managing logins, password resets, and the
- Built-in admin for users
- Data management: Loading / saving database fixtures
- Mapping URLs and URL patters to function-based views with URL routing
- HTML Forms: GET vs POST, submitting data to server, and using the forms library
- Considerations when deploying Django
- Third party libraries: A quick tour of popular libraries and how to install them
- View the full course outline.
Who is this course for?
This course is for anyone who wants to learn how to build web applications using Django.
An intermediate understanding of the Python language is recommended, students should be comfortable with functions, variables, data types such as dictionaries.
Additionally, familiarity with basic web concepts is of value including common HTML tags, basic CSS style sheets, and HTTP Verbs such as GET and POST.
Follow along with subtitles and transcripts
Each course comes with subtitles and full transcripts. The transcripts are available as a separate searchable page for each lecture. They also are available in course-wide search results to help you find just the right lecture.
Who am I? Why should you take my course?
My name is Christopher and I'm happy to be delivering this Django course for you. I've been writing Django web applications for over a decade at a variety of companies both small and large. I am a consultant who provides organizations advice on both their technical stack and software development processes.
I've taught thousands of students in person and virtually on a variety of topics, including Agile methodologies, Testing, Requirements management, and DevOps. My Python screencasts cover Django, PyGame, SQLAlchemy, Data structures, Unicode, cryptography, and more.
You may also know me from The Real Python Podcast, where twice a month I cover recent articles and news items in the Python world, or from my book Django In Action, available at Manning.com.
Free office hours keep you from getting stuck
One of the challenges of self-paced online learning is getting stuck. It can be hard to get the help you need to get unstuck.
That's why at Talk Python Training, we offer live, online office hours. You drop in and join a group of fellow students to chat about your course progress and see solutions via screen sharing.
Just visit your account page to see the upcoming office hour schedule.
Is this course based on Python 3 or Python 2?
This course is based upon Python 3. Python 2 is officially unsupported as of January 1st, 2020 and we believe that it would be ill-advised to teach or learn Python 2. This course is, and has always been, built around Python 3.
Learn Django Today
Django is a deep framework that has everything you need to build web applications. Add web capabilities to your Python knowledge today!