PyPy.js: What? How? Why? (Python in the Browser) [video]

“Speaker: Ryan Kelly PyPy.js is an experiment in building a fast and compliant in-browser python interpreter, by compiling PyPy into javascript and retarget…

Similar

Monkey-patching a Python instance method

Dynamically adding or overwriting an instance method in Python is rarely needed, but it's a good excuse to explore interesting aspects of the language that aren't always well known: the descriptor protocol, types.MethodType and partial function applicatio...

Read more »