Blog

PyPy: Faster Than an Unladen Swallow (Part 1)

Much of Python’s success as a language—including it’s widespread adoption, extensive software ecosystem, and ease of use—is due to the robust design of the language’s official interpreter which actually implements the functions of the language.. This implementation is called “CPython” because it is written in C.  Python’s syntax borrows heavily from C and some Python...
Read more