CodePy: Initial public Release

I’m happy to announce the initial public release of CodePy, a native-code Metaprogramming toolkit for Python.

The idea is the following:

  • You build a string that is actually C code.
  • CodePy compiles it, links it, and dynamically loads it into the Python interpreter.

Ta-da: Instant native-code performance, with no …

more ...