Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Almenon/AREPL-electron

python scratchpad with real-time code evaluation
https://github.com/Almenon/AREPL-electron

codemirror electron ide live-coding live-programming python repl

Last synced: 3 months ago
JSON representation

python scratchpad with real-time code evaluation

Awesome Lists containing this project

README

        

# No longer maintained - please install [vscode](https://code.visualstudio.com/) and use the [VSCode extension](https://github.com/Almenon/AREPL-vscode)

## AREPL: a real-time python scratchpad [![Build status](https://ci.appveyor.com/api/projects/status/a0ee1c2y5k40a0aw?svg=true)](https://ci.appveyor.com/project/Almenon/arepl)

[install here](https://github.com/Almenon/AREPL/releases) | or install as [VSCode extension](https://github.com/Almenon/AREPL-vscode) | see it in action below:

![Alt Text](https://raw.githubusercontent.com/Almenon/AREPL/master/arepl%20demo.gif)

### Features:
* Real-time evaluation of code
* Collapsible display of local variables
* Instant display of errors with stack trace
* Breakpoints
* Sublime key-bindings
* Batch Editing (via control)

#### Deveveloper Setup:

1. Install python 3 and npm (if not already installed)
2. clone this repository
3. npm install
5. npm start

The app should now be up and running.

see [AREPL-backend](https://github.com/Almenon/AREPL-backend) for the npm package that executes the python code