From the course: Practical Python for Time Series Analysis

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Tracking your progress

Tracking your progress

- [Instructor] Now let's execute our first Python line of code, and then I'll show you how to track your progress, which is good as a proof that you're working these materials out and this stands with confidence for interviews in case you want to showcase the progress and your learning journey. Let's go to one of the notebooks, for example, in start, let's double click. Let's also open the end and take it to the right side. Now remember that the start and end are the same notebook, but the end contains the code. So let me close this panel. We can copy the cells in here and then create, from the load data, a new cell of code below. We paste here, then execute, which you can do in several ways. You've got the play button, which you can click. The first time you execute a cell of code, which is this highlighted blue cell you see here, you will have this prompt, which is asking for the Python environment to use and…

Contents