18 January 2024

Learning Python

In the next lecture, we will review basic Python programming. If you are new to programming and/or new to Python, there are many online tutorials to get you started. I expect you to go over at least one of the tutorials suggested below before the next class.

Note that there are two version of Python: Python2 and Python3. We will be using the most Python3 version 3.10 (or newer) in class. While there are some significant difference between the versions, it is quite easy to migrate between them. However, when looking for references online, make sure that they refer to Python version 3!

Suggested Python References and Tutorials