Skip to content

Two-pane browser editor for Python. Ideal to learn Python or to execute snippets of Python code.

License

Notifications You must be signed in to change notification settings

andreburgaud/python-scratchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python ScratchPad (PyScratchPad)

image

Start Server

In the working directory, start a web server as follows:

$ python3 -m http.server --directory site

Then, point a browser to http://localhost:8000

Docker

If you are using Docker, you can start the Python ScratchPad server as follows:

$ docker run --rm -p 8080:80 andreburgaud/python-scratchpad

Then, point a browser to http://localhost:8080

About

Two-pane browser editor for Python. Ideal to learn Python or to execute snippets of Python code.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published