Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 528 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 528 Bytes

BrythonIDE

An online Python editor and development environment

This is my take on writing a simple online editor to write Brython programs.

One of the main purposes served by this IDE is to enable writing short programs (i.e., "sketches" in Processing parlance) using the Javascript processing implementation called p5. This is made compatible with Brython by means of a python package called p5py, which is also provided.

Some sample Brython/P5 sketches are also included.