Resources

Development Environment

Coder

The course can use a cloud-based coding environment through Coder, so you do not need to install everything locally to get started.

Python

VS Code

VS Code is a good editor for writing, running, and debugging Python programs.

Debugging Help


Version Control

GitHub

Lab assignments are distributed and submitted through GitHub Classroom.

Getting started with Git & GitHub:

git add .
git commit -m "completed lab"
git push

Core Topics

Variables, Types, and Expressions

Control Flow

Functions and Modules