Skip to main content

Access your course materials

All datasets and student practice notebooks you need for this course are directly included in the repository! You do not need to download them from external sites.

What’s included

  1. Jupyter Notebooks (.ipynb)
    • Practice notebooks with empty cells and helper hints for you to write your code.
    • Reference tutorial notebooks showing the completed code and explanations.
  2. Datasets (.csv)
    • Real-world CSV datasets (like student performance and obesity prediction) used in our Pandas, NumPy, and visualization modules.

Go to Resources Hub

View the complete index of notebooks and datasets with quick download links.
You’ll need these resources for the practical, hands-on sections of this course. If you have cloned or downloaded the repository, you already have all these files locally!

Next Steps

Now that you have accessed the resources, let’s learn how virtual environments work in Python to keep your dependencies organized.

Virtual environments

Learn how to manage Python environments