Summary and Schedule

This is a new lesson built with The Carpentries Workbench.

The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.

Software Setup


This course will use the Python programming language, and we will be running commands in the Command Line Interface (CLI, also nown as the Shell or Terminal)

CLI

Powershell is the recommended way of running commands for this course. It should already be installed on your computer.

Python

There is a guide for using Python on Windows in the Python documentation. Python Releases for Windows are available at Python.org.

CLI

Terminal is available by default on Macs, and is the recommended way of running commands for this course.

Python

Please read the guide on using Python on a Mac in the Python documentation.

CLI

Terminal is available by default on Linux-based OSes, and is the recommended way of running commands for this course.

Python

Please read the guide on using Python on Unix platforms in the Python documentation.