Skip to content

Latest commit

 

History

History

README.md

Session 2 Reference Solutions

This folder contains reference solution code provided by Stelios.

Write your own code first in session2/solutions/. Use these files only to check your approach after you complete each task.

Files

  • exercise-02-01.py: Part 2 solution script (DictReader practice + incomplete CSV handling)
  • exercise-02-02.py: Part 3 solution script (mini dictionary clean + CSV cleaning flow)
  • exercise-02-homework.py: Homework solution script (Gemini helper + AI-assisted dataset cleaning)
  • movies_clean.json: output generated by the mini dictionary example in exercise-02-02.py

Notes

  • Quiz content is intentionally excluded.
  • Run scripts from the session2 folder so dataset-relative paths work.