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
- Host: GitHub
- URL: https://github.com/iam-py-test/python-in-browser
- Owner: iam-py-test
- License: cc0-1.0
- Created: 2021-06-17T13:51:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T22:28:42.000Z (over 4 years ago)
- Last Synced: 2025-01-06T21:43:36.591Z (11 months ago)
- Language: JavaScript
- Homepage: https://iam-py-test.github.io/python-in-browser
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

