pyscript

PyScript Documention

PyScript is a simple programming language built on top of Python. It combines some syntax from Python and JavaScript, so if you’re already familiar with Python or JavaScript, or both, it should be quite easy to learn.

Installation

First, you’ll need to download Python. Make sure you’re using the latest version, above 3.5, to ensure the code runs correctly. Visit the official Python website to download it.

Next, after downloading and configuring the Python application, you can download the PyScript interpreter from PyScript Releases or from Python Pip with the command (Recommended):

python -m pip install -U pyscript-programming-language

Now you can run the PyScript shell (REPL) with the command:

python -m pyscript

If successful, you should see the version, release date, and a >>> like Python shell.

Repository

You can see the source code from GitHub here.

Table of contents