Django: Getting Started Transcripts
Chapter: Introducing the Django Web Framework
Lecture: Student prerequisites
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
What will you need to know if you're going to coat along with me? For starters, this isn't an introduction to Python course.
0:08
Django code probably shouldn't be your first Python code. You should have some familiarity with flow control structures like loops and conditionals
0:16
data structures such as lists, dictionaries and tuples and package management.
0:21
Knowing how to use pip and virtual environments to install third party packages. You'll also need some understanding of HTML.
0:29
I'll be using some bootstrap to make the pages a bit prettier but not in a hardcore way. And similarly, you'll need to know a little bit of CSS.
0:37
The course focuses on Django, but it's hard to demo web framework without some web stuff showing up along the way.