Skip to content

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

Download .bib file

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

  1. Introduction to Python
  2. Arithmetic Expressions
  3. Data Types
  4. Conditions and Logic
  5. Loops and Iteration
  6. Defining Functions
  7. Importing Modules
  8. Lists and Strings
  9. Nested Structures
  10. Dictionaries
  11. File Input/Output
  12. Visualizing Data
  13. Defining Classes
  14. Extending Classes
  15. Recursive Functions