Python Tutorial

This repository contains a tutorial for python beginners. The tutorial is served at https://johannesloetzsch.github.io/python-tutorial.

Lectures are written in markdown and can be found in the doc directory.

The examples directory contains the python code samples described in the lectures.

Dependencies

All dependencies and tools used in this tutorial are provided reliably using NIX.

The simples way to get all you need for this tutorial is just running:

nix develop github:johannesloetzsch/python-tutorial

Alternatively each chapter provides links how to install the required dependencies in the legacy way.