PySketch - Python Sketchbook#

What is PySketch?#

Pysketch is an online Python 3 editor used for frontend projects. It relies on brython library implementation of Python 3 running in the browser and monaco editor which is the code editor that powers VS Code.

You can run Python 3 code in the browser, with an interface to the DOM elements and events. Also it can be used with existing Javascript libraries such as jQuery, D3, Highcharts, Raphael etc. It supports the latest specs of HTML5/CSS3, and can use CSS Frameworks like Bootstrap3, LESS, SASS etc.

We’ll explore the basics of PySketch here.

Contents:#

Indices and tables#