Intro to Python

Tutorial

Since we've already taught C++, Python should just be a matter of teaching syntax. Read the following tutorial for an introduction to Python: https://docs.python.org/3/tutorial/index.html.

General notes

Idiomatic or "Pythonic" code generally reads like clean, executable pseudocode. (That is, the code reads like the english description of the underlying algorithm being implemented.)