A Note to Students
Welcome to this optional first section of the course: a crash course on Python programming!
Now if the phrase âcrash courseâ didnât tip you off already, this section is meant to be a brief introduction to the very basics of Python; specifically, the fundamental skills youâll need to tackle all those cool Python automation projects later in the course.
But if you already have those fundamental skills â things like variables, expressions, if
statements, loops, and using modules/libraries â feel free to quickly skim this section OR simply skip it altogether. You can always refer to it later on if needed.
If on the other hand youâre looking for a more comprehensive introduction to general-purpose Python programming, ZTMâs Complete Python Developer course is a terrific complement to this one.
Regardless of which path you choose, Iâll see you later (or sooner đ) in the course!