bjoernricks / python-workshop

A Python Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Python Workshop

License:GNU General Public License v3.0


Languages

Language:Python 85.0%Language:CSS 13.0%Language:Makefile 2.0%