|
|
||
|---|---|---|
| .. | ||
| .devcontainer | ||
| .vscode | ||
| 00_python_basics | ||
| 01_python_tooling | ||
| 02_python_interestingPoints | ||
| 03_python_extended | ||
| Aufgabenstellung.md | ||
| README.md | ||
README.md
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:
- Clone this repository to a local folder of your choice.
- Navigate to this exact location to open the python container.
- Open Visual Studio Code in this folder.
- Click Reopen in Container.
To start any python program use the command python ./dateiname.py and it will be executed.