Simple docker app with python3 for isolated workspace environment and scripting / testing python code
docker compose up -d
The following command with get you inside the running container
docker compose exec app bash
Once you are inside the container you can easily execute the app.py
./app.py
This will execute your python code.