brython start-up
Brython template to show brython snippets
by dirkk0
HTML
<script src="http://www.brython.info/src/brython_dist.js"></script>
<script type="text/python">
# remove the code enclosed between the script tags and write your own
from browser import alert
alert('hello world')
</script>