Activities for CS1 in Python
Reference: Chris Mayfield, Tricia Shepherd, Helen H. Hu. (2021). Activities for CS1 in Python. Google Drive and Overleaf.
Entry Key: \cite{mayfield_cs1_python}
Entry Type: @misc
Metadata
Field | Value |
---|---|
author | Chris Mayfield and Tricia Shepherd and Helen H. Hu |
title | Activities for CS1 in Python |
howpublished | Google Drive and Overleaf |
url | https://drive.google.com/drive/folders/1UkcVkpiFECMqWAfOGLml_4oGdvBHG4H0 |
month | July |
year | 2021 |
note | For full access, contact Chris Mayfield |
Contents
- Introduction to Python
- Arithmetic Expressions
- Data Types
- Conditions and Logic
- Loops and Iteration
- Defining Functions
- Importing Modules
- Lists and Strings
- Nested Structures
- Dictionaries
- File Input/Output
- Visualizing Data
- Defining Classes
- Extending Classes
- Recursive Functions