CSCI-2910 Resource
Class Session I Code Example Files

Includes Decision Logic handout to practice converting decision blocks from C# to Python. 01_movie_picker.py is from Part 3 of the handout. Lastly, includes 01_items.csv used to practice file IO, parsing data to objects, and iterating over objects in a collection as shown in the other Python files.

Back to Resources Code Examples