Repo for CSC101 - Introduction to Computing with Python at CGCC
- assignments/ — Course assignments, organized into introductory exercises (intro/) and larger projects (projects/).
- classexamples/ — Code worked through live during in-person sections, organized by term.
- code/ — Miscellaneous code not tied to a specific course module.
- modules/ — The core course material, organized by topic module: getting started, variables, conditionals, loops, functions, classes, file I/O, Python modules, and advanced topics.
- otherexamples/ — Standalone example sets that supplement the notes, such as helpermethods/.
- resources/ — Additional Python and computer-science reference material and documentation links.