What is PyScript?
PyScript is a Pythonic alternative to Scratch, JSFiddle, and other programming frameworks. It’s a 100% client-side JavaScript web framework for creating interactive Python apps directly in the browser.
PyScript
- Can interleave Python in HTML (like PHP)
- Full access to the Python Standard Library
- Can fully access the web page (DOM)
- Can call and be called by JavaScript libraries
- Requires ZERO installation
- Is performant (includes utilizing GPU)
During a live coding demonstration, Wang impressed the crowd by embedding an interactive Python data visualization of NYC taxicabs in an HTML file in mere minutes.
