|
Brython is a JavaScript library for using Python as a scripting language.
It allows a developer to load Python code using a simple script declaration and interpret it as it would normal JavaScript.
Just make sure to include the Brithon.js library first.
<script type="text/python">
Python code
</script>
Requirements:
· JavaScript enabled on client side
Via: Brython 1.0.20130126-094636
0 Comment:
Post a Comment