Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mst-mkt/web-python-repl

🐍 Interactive Python shell in browser
https://github.com/mst-mkt/web-python-repl

pyodide python repl

Last synced: 27 days ago
JSON representation

🐍 Interactive Python shell in browser

Awesome Lists containing this project

README

        


Web Python REPL


Interactive Python shell in browser



Lint and TypeCheck


Try it online

## Screenshots
![Screenshot](https://github.com/mst-mkt/web-python-repl/assets/131662659/a26a6557-166d-4ede-b988-b8e7c54ee497)

## Development

### Setup

```sh
$ git clone
$ cd web-python-repl
$ pnpm i --frozen-lockfile
```

### Start dev server

```sh
$ pnpm dev
```

### Build

```sh
$ pnpm build
```

### Lint, Format, TypeCheck

```sh
$ pnpm lint # Lint
$ pnpm lint:fix # Lint and Fix
$ pnpm format # Format
$ pnpm typecheck # TypeCheck
```

### Main Dependencies

| | | |
|:----:| --------- | -------------------------------------------------------------------- |
| Pyodide logo | Pyodide | Python distribution for the browser and Node.js based on WebAssembly |
| Vitejs logo | Vite | Next Generation Frontend Tooling |
| MasterCSS logo | MasterCSS | A Virtual CSS language with enhanced syntax |