Skip to content

Latest commit

 

History

History

Write Your Python Program (WYPP)

A user-friendly python programming environment for beginners.

The ideas of this environment are based on the great ideas from Schreib dein Programm!.

WYPP consists of two parts:

This is the README for the python package. Usually, you install the python package together with the extension for Visual Studio Code. The homepage of WYPP explains how to install the extension and it contains extensive documentation on WYPP's features.

In case you want the use the wypp package without Visual Studio Code, you can install the package via pip:

pip3 install wypp

This needs Python 3.12.x. After installation, you can use the wypp command for running your python files, making all features explained below available. Run wypp --help for usage information.