workshop 1.0.19

A tool for presenting programming workshops
Documentation
1
2
3
4
5
6
7
8
9
10
Before staritng this workshop, please set up a new Python project using the following commands:

```sh
mkdir hello-world
cd hello-world
python -m venv venv
source venv/bin/activate 
```

Once you are in the initialized virtual environment, re-run the `workshop` command and select this workshop.