Pierre Quentel is announcing that Brython with version number 3.2.1 is already available to download.
What is Brython ?
Brython is Run Python code in your browser .
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>
This is changelog for Brython version 3.2.1 :
- This is mostly a bugfix release.
You can read the complete changelog and also download this latest version on their homepage: www.brython.info