Quick Python Reference

Quick Python Reference#

In this section we give abbreviated notes on the basic python features, syntax and a few common libraries. This review is not meant to be comprehensive. It is just enough to give you the basics such that you can start writing code, including in particular some things you can use in the exercises.

We will often link to further documentation on a given feature or aspect, but in general you also need to learn how to find documentation as your code journey proceeds. This will be especially true as you move beyond the core language and most common packages and leverage the large ecosystem libraries and tools which make Python so powerful.

Specific#