This article is the first of a series of six on Profilers in the Python world, and how Blackfire is the best-of-breed tool to introspect code behavior and optimize its performance. (more…)
Read more »
Iβve always been fascinated by CPython and C language companionship.
On the one hand, weβve got a comprehensive and straightforward tool, and on the other β
performant and low-level one. Iβd even say that this synergy is one of the main
pillars that hav... (more…)
Read more »
Visualization is the graphical representation of your data and it let you paint your data into a canvas in a way you want to see it. There are lot of amazing libraries and tools available in the market to plot your data without much of effort However bein... (more…)
Read more »
Weβre recommitting to and extending our support for the Python Software Foundation. (more…)
Read more »
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10. You feed it your Python app, it does a lot of clever th... (more…)
Read more »