News

Beyond cProfile for Python profiling cProfile is hardly the only way to profile a Python application. cProfile is certainly one of the most convenient ways, given that it’s bundled with Python.
The next version of the Python-to-C translator will be a major release, with more tools than ever to speed up your code. Here’s how to try it now.
Pablo Galindo developed Memray to track memory leaks occuring at the Python-C/C++ boundary Memray, which runs only on Linux, is available for download from Bloomberg’s GitHub repository. In addition ...