Learning Advanced Python: Assignments

Assignment - 1

OS Module: Assignment1.txt.
The data files for this assignment are Humor.zip.
The example solution: ReadOnlyExample.py.

Assignment - 2

Objects in Python: Assignment2.txt.
The data file for this assignment is country-and-continent.csv.
The example solution: Country.zip.

Assignment - 3

Working with Packages: Assignment3.txt.
The example solution: TimezonesExample.py.

Assignment - 4

Testing Python code: Assignment4.txt.
The example solution: CountryTest.py.

Assignment - 5

Building a complex application: Assignment5.txt.
The data files for this assignment are Humor.zip.
The example solution: HumorExample.zip.

Assignment - 6

Adding concurrency: Assignment6.txt.
The starter code for this assignment is Camino.zip.
You will need to check the toml file to see the dependencies

The example solution: Camino2.zip.