Space Needle

PyData Seattle 2015 – Simulation, PySpark and Deep Learning Tutorials

One month ago, I got an email from a colleague: The subject of his email was a single word: PyData The email had a single EventBrite.com URL. Intrigued, I clicked… and that’s when my adventure into PyData began. In this post, …

question-person

What is the purpose of PyPy?

PyPy is a Python interpreter written in Python. It claims to be faster than CPython for certain benchmark tests. How can Python — not particularly known for its speed — interpret Python source code faster than an interpreter written in …

light_tracing

What are the benefits of a tracing JIT?

Firefox uses a tracing JIT. Adobe’s been using it for a while. A Python interpreter uses tracing. Microsoft is also researching its possibilities. So what’s the big deal?What is a tracing JIT?Although tracing JITs are a complex technology, the core …