Python Language Summit: Python Without the GIL

If you peruse the archives of language-summit blogs, you’ll find that one theme comes up again and again : the dream of Python without the… Read more

Similar

PyPy: Faster Python with Minimal Effort

In this tutorial, you'll learn how you can use PyPy to improve the speed of your applications. You'll see how PyPy compares with other Python implementations like CPython and learn about features that you can use to gain significant performance boosts wit... (more…)

Read more »