From the course: Python Data Structures and Algorithms

What you should know - Python Tutorial

From the course: Python Data Structures and Algorithms

What you should know

- [Instructor] In order to get the most out of this course, there's some prior knowledge you're going to need to have of Python. So this isn't a beginner's course. You're going to need to know how to run Python scripts. You're going to need to be familiar with an IDE of some sort, even if it's just IDLE, which comes with Python by default, or something like PyCharm, or even Visual Studio. You're going to need to know the basics like print statements, variables, for loops, while loops, functions, and maybe even some object-oriented programming. Although that last item isn't essential, as we will cover everything we need related to object-oriented programming as it comes up.

Contents