From the course: Python: Programming Efficiently

Base knowledge - Python Tutorial

From the course: Python: Programming Efficiently

Start my 1-month free trial

Base knowledge

- [Instructor] Before you take this course, you'll want a basic working knowledge of Python. It's also helpful to understand basic mathematical concepts, such as logical operators, functions, and trigonometry. You also need a minimal notion of how websites work, URLs and the HTML language. For most of the videos of this course, we will be working through Jupyter Notebooks and manipulating data files. All of these are included in the exercise files and organized by course chapter. The Jupyter Notebooks are the files with the ipynb file ending. You will also see some of the data files that we will be analyzing. For each notebook, we will walk through my code, discuss what it does, and why I wrote it that way. We will run it and examine the output. If you find yourself struggling or if there is something that we do that seems especially interesting, I encourage you to stop the video, inspect the code, make changes, and run your own experiments.

Contents