Skip to content

Python / Lessons / Overview

This page lists lessons for Python, each of which are a self-contained training lesson for a specific topic.

Difficulty Time Lesson Description
Basic 1 hour Modules and Packages (Basic) Modules and packages (basic).
Basic 1 hour Python Style Guide Python style guide for "pythonic" code.
Basic 1 hour Code Documentation Code documentation.
Intermediate 1 hour Type Hints Type hints to add typing to Python code.
Intermediate 1 hour Exception Handling Exception handling (error handling).
Intermediate 1 hour Command Line Parameters Passing command line parameters to a program.
Advanced 1 hour Classes Using classes to define objects.
Advanced 1 hour Modules and Packages (Advanced) Modules and packages (advanced).