Django: Getting Started Transcripts
Chapter: Introducing the Django Web Framework
Lecture: Minimum library versions
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
All the code examples here were written using Python 3. 10 and Django 4.0. Very little of what I'm showing is new to either of these versions.
0:10
So if you're using something a bit older, you're probably okay. I do tend to use f strings which were introduced in Python
0:17
3. 6 and enough has changed in Django that you probably don't want to go earlier than 3.0, but otherwise you'll probably be good.