A while ago at $work, we had a performance issue with one of our core Python libraries.This particular library forms the backbone of our 3D processing pipeline. It’s a rather big and complex library which uses NumPy and other scientific Python packages to... (more…)
Read more »
A new application server combining the best ideas from Plone, Zope, Pyramid, and Django... (more…)
Read more »
An update on the Pyjion project to plug a JIT into CPython using the .NET 5 CLR JIT compiler... (more…)
Read more »
Asynchronous and typing are new standards in Python, and they are especially useful for developing API clients to abstract and test external API response. (more…)
Read more »
So you’ve heard that Python now supports that fancy async/await syntax. You want to play with it, but asyncio seems intimidating.
Read more »