From the course: Learning the Python 3 Standard Library
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
What you need to know - Python Tutorial
From the course: Learning the Python 3 Standard Library
What you need to know
- [Instructor] Here's what you should know for the course. You should know how to use control flow statements like if-else statements, for loops, while loops. You should be comfortable with these and using them in your applications. You should also be comfortable with lists, tuples, dictionaries, and other basic data structures. For some of the things built into the Python standard library, it'll be useful to know some basic mathematical and statistical concepts such as minimum, maximum, absolute value, range. And it's also important that you know how to run your Python files. And so you can either do it from the command line or your own IDE. You should just know how you're going to run your Python file once we start coding. For this course, I'm going to be using PyCharm, but you can really use any editor that's out there. If you want to download PyCharm, you can download it down below. In this course, I'm going to have…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.