Python Resources

Basics

Python libraries we’ll use

When you’re working in Python it can be super helpful to regularly refer to these resources. Remember that you can always use any API reference link below to get a comprehensive list of all the functions and methods in a library - a bit nicer than only relying on ? in your notebook.

Throughout the course we’’ll make use of the following Python libraries in case you want quickly reference their documentation:

polars - DataFrames & tidy data analysis

seaborn - high-level statistical visualizations

matplotlib - lower-level plot customization

scipy - scientific functions & basic stats

numpy - arrays, matrices, and linear algebra

bossanova - intuitive formula-based statistical modeling

scikit-learn - machine-learning