A playground for brython and pystory

This page is built with brython, a python running in browser via WASM. This is my playground to try interesting things with brython.

Page is Broken – not worth investigating till later

Brython DOM Manipulation

Steve’s jungle and Bar

Render UX to:

Write to id=bry-out

Source code

For my tech friends, here’s what the code looks like.

Python code

The python code block is read at run time, from the python code.


    Replaced by python code
    

Brython loader, and Python include

 <script>
    window.addEventListener('load', (_) => brython() )
</script>

<script type="text/python" src='pysrc/hello.py'></script>