Async Techniques and Examples in Python Transcripts
Chapter: Welcome to the course
Lecture: Student prerequisites
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Let's take a moment and just talk really quickly about the prerequisites for this course. What do we assume you know?
0:07
Well, we basically assume that you know Python. This course is kind of intermediate to advanced course
0:14
I would say, it's definitely not a beginner course. We run through all sorts of Python constructs
0:18
classes, functions, keyword arguments, things like that without really explaining them at all. So if you don't know the Python language
0:26
you're going to find this course a little bit tough. I recommend you take my Python Jumpstart by Building 10 Apps, and then come back
0:33
and pick this course up. You don't have to be an absolute expert in Python but like I said, if you're brand new to the language
0:40
take a foundational course first and then come back and dig in to the Asynchronous Programming after that.