|
Brython is a JavaScript library for using Python as a scripting language.
It allows the developer to load Python code using a simple script declaration and interpret it as normal 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.20121229-085018
0 Comment:
Post a Comment