Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

amirtds/python_editor_wasm

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Python in the Browser with WebAssembly

A code editor that runs Python in the browser using Pyodide, CodeMirror and WebAssembly.

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Clone the repo:

    git clone https://github.com/amirtds/python_editor_wasm

  2. Create a virtual environment and Install the dependencies:

    cd python_editor_wasm
    python3.10 -m venv env
    source env/bin/activate
    pip install -r requirements.txt
  3. Run the flask app:

    flask run

  4. Navigate to http://127.0.0.1:5000/

About

Run Python code in browser using Pyodide and Codemirror

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.