Member-only story
Bloomberg Just Made a Cool Python Project
2 min readApr 22, 2022
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:
Just the other day, Bloomberg actually ended up making an interesting Python project, this specific project is called memray, and it’s a memory profiler for Python! You can check out their GitHub repository in the link below:
You can also check out their website below as well:
This project allows us to track memory allocations within our Python code, the output can be a report that…