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.
You can use Zig to write libraries that work with Python, or to create full-blown Python extensions.
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.