In Python, Integers are not iterables but we can make them iterable by implementing __iter__ function. In this essay, we change Python's source code and implement iter function for integers. (more…)
Read more »
Memray is a memory profiler for Python. It can track memory allocations in Python code, in native extension
modules, and in the Python interpreter itself. It can generate several different types of reports to help you
analyze the captured memory usage dat... (more…)
Read more »
Security releases for 3.9.14, 3.8.14, and 3.7.14 are made available simultaneously to address this issue, along with some less urgent security content. (more…)
Read more »
🚴 Call stack profiler for Python. Shows you why your code is slow! - joerick/pyinstrument... (more…)
Read more »
parody of some of the basic python core features (collections package) - marcsantiago/collections... (more…)
Read more »