Skip to content

📦 Resources

Python: Fundamentals

View the live site — ijk37.com

Resources

Home  |  Notes  |  Exercises  |  Quiz Hub  |  Projects

Supplementary material that backs the notes and exercises — the original Intro to Python lecture slides (weeks 1–4, 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 1 Parts 1–4 .pptx slides + .txt transcript
Week 2 Parts 1–4 .pptx slides + .txt transcript
Week 3 Parts 1–4 .pptx slides + .txt transcript
Week 4 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.

  • Weeks 1–2 → Chapters 01–04 (setup, core language, control flow, functions)
  • Weeks 3–4 → Chapters 05–08 (data structures, comprehensions, file I/O, modules)

Start with the Notes, practice with the Exercises, test yourself in the Quiz Hub, and build something in Projects.

Tip

Ready for NumPy, Matplotlib, and Pandas next? Continue with the companion Data Analytics with Python course.