Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 531 Bytes

python

Code from TCMX's summer Python camp

Organization

This repository is organized by units, which each have their own folder:

  1. unit1 Input/Output
  2. unit2 Variables and Data Types
  3. unit3 Operators
  4. unit4 Conditionals
  5. unit5 Loops
  6. unit6 Data Structures
  7. unit7 Functions
  8. unit8 Object Oriented Programming

Inside of each unit folder are 2 subfolders:

examples - contains example code for teachers to demonstrate concepts

practice - contains practice exercise solutions and instructions