Skip to main content

A user-friendly python programming environment for beginners

Project description

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.

Development

Debugging

To debug a failing unit test, insert the following at top of the file (adjust path as needed):

import sys
sys.path.insert(0, '/Users/swehr/devel/write-your-python-program/python/deps/untypy')

Then insert at the end of the file:

def _debug():
    t = TestSimple()
    t.setUp()
    t.test_wrap_inheritance()
_debug()

Then debug in vscode

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wypp-2.0.6.tar.gz (103.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wypp-2.0.6-py3-none-any.whl (111.0 kB view details)

Uploaded Python 3

File details

Details for the file wypp-2.0.6.tar.gz.

File metadata

  • Download URL: wypp-2.0.6.tar.gz
  • Upload date:
  • Size: 103.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for wypp-2.0.6.tar.gz
Algorithm Hash digest
SHA256 6459686c3a033468eb066376515c9e2711dd6e31fbcc95fc2b2364d558f4c04c
MD5 1935982ea1c247724687480ddd2c9531
BLAKE2b-256 4ef328da1a9280af5f72eb0de578cfad4718b6ef4be45a5bf6d727d9ab7ca9f4

See more details on using hashes here.

File details

Details for the file wypp-2.0.6-py3-none-any.whl.

File metadata

  • Download URL: wypp-2.0.6-py3-none-any.whl
  • Upload date:
  • Size: 111.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for wypp-2.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 cbc50412ec04cb20c14790d8a0511f58c5f2c1c20de528de4fdad7532053eeeb
MD5 5e29083c2d519c6e2c41687a4146bad8
BLAKE2b-256 fa6ac6d63c5a3caa0e6fc65d887922194790f21d0073a0f222d1fae5dba4d88a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page