UW_Python_Course
Small and Big Projects for class
Project_1:
Project_2
1. randomRevesedList
2. temperature
3. sumIntegersFromList
Project_3
Project_4
3 parsing projects. See more explanation at /Project_4/README.md
Project_5
main.py cleans an .ipynb from executed code and some code snippets.
huuuuuuge one-liner
Project_6
small random tasks. Simple DFS on a weird tree stucture.
Project_7
Project_8
testing the Fraction class. -> run.sh runs efficiency tests.
Project_9
Library -> can add books and movies and recommend your best fit! :D
Project_10
Fraction class can now save and read from file. I added some tests too!
Project 11