#49 Microsoft's JIT-based Python Project: Pyjion March 8, 2016

from Talk Python To Me· ·

This episode you'll learn about a project that has the potential to unlock massive innovation around how CPython understands and executes code. And it's coming from what many of you may consider an unlikely source: Microsoft and the recently open-sourced, cross-platform .NET Core runtime. You'll meet Brett Cannon who works on Microsoft's Azure Data group. Along with Dino Viehland, he is working on a new initiative called Pyjion (pronounced Pigeon) P-y-j-i-on, a JIT framework that can become part of CPython itself paving the way for many new just-in-time compilation initiatives in the future. Links from the show: Pyjion project: github.com/Microsoft/Pyjion



This episode you'll learn about a project that has the potential to unlock massive innovation around how CPython understands and executes code. And it's coming from what many of you may consider an unlikely source: Microsoft and the recently open-sourced, cross-platform .NET Core runtime.

You'll meet Brett Cannon who works on Microsoft's Azure Data group. Along with Dino Viehland, he is working on a new initiative called Pyjion (pronounced Pigeon) P-y-j-i-on, a JIT framework that can become part of CPython itself paving the way for many new just-in-time compilation initiatives in the future.

Links from the show:

Pyjion project: github.com/Microsoft/Pyjion
Brett's PyData Keynote on interpreters:
youtube.com/watch?v=NdJ9BxgRpOY
Philip Guo's CPython internals episode (#22):
talkpython.fm/episodes/show/22
Brett on Twitter: @brettsky
Michael's Video Project:
blog.michaelckennedy.net/2016/02/16/im-building-20-online-python-courses-and- i-need-your-help-video-course-library- announced