JIT compiling a subset of Python to x86-64

This post shows how to write a basic JIT compiler for the Python bytecode,
using nothing but stock Python modules. Read more

Similar

Python ORM with SQLAlchemy

An object relational mapper maps a relational database system to objects. If you are unfamiliar with object orientated programming, read this tutorial first. The ORM is independent of which relational database system is used. From within Python, you can ... (more…)

Read more »

Interactive Web Plotting for Python

Bokeh, a Python interactive visualization library, enables beautiful and meaningful visual presentation of data in modern web browsers. With Bokeh, you can quickly and easily create interactive plots, dashboards, and data applications. (more…)

Read more »