Intro to Python


Preface:

This is a very basic introduction to the Python programming language, based largely off of the tutorials in the Beginners’ Guide to Python, in particular the Learn Python Tutorials.

We will be walking through the lesson content together using a Jupyter notebook. We highly recommend installing Jupyter lab through Anaconda. Detailed download instructions of all required software can be found HERE

Lesson Overview:

The lesson covers:

The official Python documentation site goes into much more detail regarding all topics covered in this code-along. Python is supported by a very, very extensive breadth of packages, a list can be found here Please check out StackOverflow for any question on it.