An open API service indexing awesome lists of open source software.

https://github.com/iam-py-test/python-in-browser

A small Python virtual env. that runs in your browser
https://github.com/iam-py-test/python-in-browser

Last synced: 10 months ago
JSON representation

A small Python virtual env. that runs in your browser

Awesome Lists containing this project

README

          

# python-in-browser
A small Python virtual env. that runs in your browser

### How to use
To use python-in-browser, visit https://iam-py-test.github.io/python-in-browser/, optionally enter some Python code into the area under the controls (or modify the default), and click _run_.

Please note the following limitations:
- Python-in-browser as-of-currently only supports a handful of commands
- Python code is run in your browser, and (due to security restrictions and browser limitations) can not use things like _requests_ and _socket_.
- Everything runs in a virtual filesystem
- Python-in-browser uses Linux commands

#### Testing:

![CodeQL](https://github.com/iam-py-test/python-in-browser/actions/workflows/codeql-analysis.yml/badge.svg)
![OSSAR](https://github.com/iam-py-test/python-in-browser/actions/workflows/ossar-analysis.yml/badge.svg)