PyWeek WorkshopResources
Resources
All Notebooks & Materials for Download
π₯ Video Recordings
π Jupyter Notebooks
Day 1: Python Fundamentals
Variables, loops, functions, dictionaries, file operations, NumPy, Pandas, Matplotlib
PythonNumPyPandasMatplotlibCSV
β¬οΈ Downloadπ Additional Resources & Links
π₯ Step-by-step Video Tutorial
Python & VS Code Setup - Complete guide for beginners
π Official Python Website
Download and install Python
π» Visual Studio Code
Download the VS Code editor
π Google Colab
Run Python without installing anything locally
π‘ Helpful Tips
- β Notebooks can be used in Google Colab (no Python installation needed)
- β To use locally, install Jupyter:
pip install jupyter - β Open notebook with:
jupyter notebook Day1.ipynb