PyScript - Python in the browser
11-30, 15:55–16:25 (Europe/Amsterdam), Ernst-Curie

This talk will introduce PyScript – a framework that enables rich Python applications in the browser. PyScript aims to give users a first-class programming language that has consistent styling rules, is more expressive, and is easier to learn than JavaScript. This talk will give demos and show how to write and host PyScript applications.


We will introduce PyScript by focusing on three examples:
- LTK: A minimal, declarative Python library to generate UIs that are styled with CSS
- Microlog: A Python profiler, with a browser UI written using PyScript
- PySheets: Imagine "Google Sheets" and "Python in Excel" implemented entirely in PyScript


Prior Knowledge Expected

No previous knowledge expected