python package icon
python/python
Public
wasmer run python/python

Python

Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.

This repo is based on Pyodide bringing Python to the browser via WebAssembly.

You can install python with:

wapm install python

Running

You can run the python shell:

$ wapm run python
Python 3.7.0 (default, Jun 12 2019, 21:15:06)
[Clang 6.0.1 ] on emscripten
Type "help", "copyright", "credits" or "license" for more information.
>>> this_is = "wapm"
>>> print(f"Hello from {this_is}")
Hello from wapm
>>>

Building from Source

You will need Emscripten SDK (emsdk) to build bin/python3.7.wasm file.

Steps:

  1. Setup emsdk (>= 1.38.11), see Installation Instructions
  2. Run bash build.sh

Python is an interpreted, high-level, general-purpose programming language


Github
More packages
Browser site for python.
python web shell
christoph avatar
christoph
christoph avatar
christoph
python web shell
Pxlmastr
Pxlmastr
Pxlmastr
Pxlmastr
python web shell
zegevlier avatar
zegevlier
zegevlier avatar
zegevlier
python web shell
Igor
Igor
Igor
Igor
Description for package python-on-the-web
habuayush avatar
habuayush
habuayush avatar
habuayush
python web shell
Rudra
Rudra
Rudra
Rudra
kmpartner/python-docs py worker
kmpartner
kmpartner
kmpartner
kmpartner
bianpratama/lab-python py worker
l3au/python-demo py worker

Making software universally accessible