/python-workshop

A Python Workshop

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python Workshop

Code, Notes, etc. the Python Workshop Website: https://bjoernricks.github.io/python-workshop/

Installation

To install the dependencies to build and run the docs run:

poetry install --no-root

Live Server

To start a HTTP server that updates the pages on every save (Live Server) run:

poetry run make livehtml

Build

To build static HTML content run:

poetry run make html