📦 Resources¶
Supplementary material that backs the notes and exercises — the original Intro to Python lecture slides (weeks 5–6, four parts each) and their extracted text transcripts.
Note
The slide decks (.pptx) and their extracted transcripts (.txt) are course material kept local only — an inner .gitignore excludes them from the repository, so they do not appear on GitHub or the published site. This page is the section's public landing.
What lives here (locally)¶
| Week | Parts | Format |
|---|---|---|
| Week 5 | Parts 1–4 | .pptx slides + .txt transcript |
| Week 6 | Parts 1–4 | .pptx slides + .txt transcript |
How the course maps to these weeks¶
The slides were the source material; the Notes and Exercises reorganize and expand that material into a topic-based reference that is easier to review and practice from.
- Week 5 → Chapters 01–02 (NumPy, Matplotlib)
- Week 6 → Chapter 03 (Pandas)
Start with the Notes, practice with the Exercises, test yourself in the Quiz Hub, and build something in Projects.
Tip
New to Python? Start with the companion Python Fundamentals course first — this course assumes chapters 01–08 of it.