pythonTest/python
Dennis Eggen 1339e39248 Adding next chapter and Assignment and initial README.md 2025-12-14 17:50:33 +01:00
..
.devcontainer merge 2025-12-14 15:28:48 +01:00
.vscode Add pytest dependency and initial unit test 2025-12-08 09:21:54 +01:00
00_python_basics Add pytest dependency and initial unit test 2025-12-08 09:21:54 +01:00
01_python_tooling Vorbereitung für PVL 2025-12-14 13:21:55 +01:00
02_python_interestingPoints merge 2025-12-14 15:28:48 +01:00
03_python_extended Adding next chapter and Assignment and initial README.md 2025-12-14 17:50:33 +01:00
Aufgabenstellung.md Adding next chapter and Assignment and initial README.md 2025-12-14 17:50:33 +01:00
README.md Adding next chapter and Assignment and initial README.md 2025-12-14 17:50:33 +01:00

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:

  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.