https://github.com/bjoernricks/python-workshop
A Python Workshop
https://github.com/bjoernricks/python-workshop
python tutorial workshop
Last synced: about 1 year ago
JSON representation
A Python Workshop
- Host: GitHub
- URL: https://github.com/bjoernricks/python-workshop
- Owner: bjoernricks
- License: gpl-3.0
- Created: 2023-03-24T13:50:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T07:25:42.000Z (about 1 year ago)
- Last Synced: 2025-02-24T08:33:15.722Z (about 1 year ago)
- Topics: python, tutorial, workshop
- Language: Python
- Homepage:
- Size: 715 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
poetry install --no-root
```
## Live Server
To start a HTTP server that updates the pages on every save (*Live Server*) run:
```sh
poetry run make livehtml
```
## Build
To build static HTML content run:
```sh
poetry run make html
```