pythonTest/python/README.md

16 lines
559 B
Markdown

# Python Code Repository
This Repository contains examples of how to use most basics in python. Everything shown in our presentation is also shown in this repo.
## Usage
This container is very similar to other devcontainers.
Follow these steps to get started:
1. Clone this repository to a local folder of your choice.
2. Navigate to this exact location to open the python container.
3. Open Visual Studio Code in this folder.
4. Click *Reopen in Container*.
To start any python program use the command `python ./dateiname.py` and it will be executed.