Python Memory Management and Tips Transcripts
Chapter: Welcome to the course
Lecture: Student expectations
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
What are the prerequisites to take this course as a student,
0:03
what do you need to know?
0:04
Honestly, the requirements are really,
0:06
really simple. You just need to be familiar with the Python programming language.
0:10
We obviously don't start from scratch.
0:12
We're digging into the internals of CPython.
0:15
We're talking about the trade-offs of different data structures that you should already know from Python.
0:19
So, you should be familiar with dictionaries, lists,
0:23
the ability to create classes, functions, and then the core stuff like list comprehension
0:28
and loops and whatnot. If those things are all in place for you,
0:31
then you're absolutely ready to take this course.
0:34
If not, check out our Python for the absolute beginner course as a great
0:38
foundation, and then you'll be ready to jump in here.