Learn to analyze data of all types using the Python programming language.
- Google Collab: a platform where you can run Jupyter Notebooks in the cloud without installing anything on your computer.
- Jetbrains Student Pack: Access free JetBrains IDEs, AI tools, plugins, and courses for the full duration of your studies.
- GitHub Student Developer Pack: Github partner products, GitHub tools, and other resources that can be claimed with a student account.
- Learn Python 3 the Hard Way, by Zed Shaw: Step-by-step introduction to Python with no prior knowledge assumed; includes appendix Command Line Crash Course.
- Python for Data Analysis, by Wes McKinney ( O'Reilly, freely available as webbook): Manual focused on Pandas, the popular Python package for data analysis, written by its creator.
- Introduction to Python programming, by Harvard University
- Introduction to Python, by Jetbrains Academy
- Transforming Code into Beautiful, Idiomatic Python, by Raymond Hettinger
- Real Python: Insightful blog posts about Python concepts
- MatPlotLib Cheatsheet for beginners
- 10-minute Tour of Pandas, by Wes McKinney: Basic video tour of Pandas, by the creator of the library.