Lab 1: Learning Python

In this lab you will learn the basics of a programming language called Python. You will also learn about how to use Jupyter notebooks to execute Python code.

Download the necessary software

  1. Download Python 3.11.4 for the mac
    • From this site, select "Downloads", then "macOS", and click on the button.
    • Choose to save the file to your Desktop.
    • Follow the prompts to install the software.
    • At the end you should see a congratulations message that it was successfully installed.
    • You can move the installer to the trash.
  2. Add the terminal application to the dock of your mac.
  3. Test that python is working:
  4. Type the following commands within the terminal:

Gettting Started