Brython

Brython 3.2.4 updated

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...

PyDbLite

PyDbLite 3.0.2 updated

The database supports the iterator protocol, so requests can be expressed with list comprehensions or generator expressions instead of pure SQL.What is new in this release:Fixed bug in Base where opening existing database would fail. What is new in...