News

The new PyScript project lets you embed Python programs directly in HTML pages and execute them within the browser without any server-based requirements.
To make that work, create a “stub” file—a .py file in the top levet of your project that takes the same steps to run your application as the contents of the __main__.py file.