Hacker News
- Scalene: A high-performance, high-precision CPU, GPU, memory profiler for Python https://github.com/plasma-umass/scalene 23 comments
- Memray – A Memory Profiler for Python https://github.com/bloomberg/memray 31 comments
- Memray: Python memory profiler https://bloomberg.github.io/memray/index.html 21 comments
- Memray: a memory profiler for Python https://github.com/bloomberg/memray 48 comments
- Pyheatmagic: Profile and view your Python code as a heat map https://github.com/csurfer/pyheatmagic 15 comments
- Building FunctionTrace, a graphical Python profiler https://hacks.mozilla.org/2020/05/building-functiontrace-a-graphical-python-profiler/ 4 comments
- Visual profiler for Python https://github.com/nvdv/vprof 36 comments
- Profiling Python in Production https://nylas.com/blog/performance 14 comments
- Profiling Python in Production https://www.nylas.com/blog/performance/ 2 comments
- An interactive Python profiler https://github.com/what-studio/profiling 8 comments
- Profiling in Python http://blog.thehumangeo.com/2015/07/28/profiling-in-python/ 11 comments
- Profiling Python Like a Boss https://zapier.com/engineering/profiling-python-boss/ 17 comments
Lobsters
- Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals https://github.com/plasma-umass/scalene 3 comments linux
- [P] Hot profiling for Python https://github.com/reloadware/reloadium 30 comments machinelearning
- Core dev on why new Memray memory profiler tracks both Python and native code https://devclass.com/2022/05/12/core-dev-memray-memory-profiler/ 2 comments python
- Bloomberg Open-Sources Memray: A Memory Profiler That Can Track Memory Allocations In Python Code In Native Extension Modules And Python Interpreter https://www.marktechpost.com/2022/04/30/bloomberg-open-sources-memray-a-memory-profiler-that-can-track-memory-allocations-in-python-code-in-native-extension-modules-and-python-interpreter/ 4 comments python
- Mocha - A simple open-source Continuous Profiling tool for Python! https://github.com/mocha-dev/mocha 8 comments python
- Bloomberg finally opensourced memray —a new versatile memory profile for Python https://twitter.com/1st1/status/1516859294896906241 20 comments programming
- Bloomberg just Open sourced Memray a memory profiler for Python https://github.com/bloomberg/memray 33 comments python
- YouTube version in case you missed it live: troubleshooting Python applications on Kubernetes (hunting down memory leaks, running cpu profilers, and using non-breaking debuggers) https://www.youtube.com/watch?v=fEJhXpq-0vQ 2 comments kubernetes
- I'm presenting live in 5 hours at Microsoft Reactor online about troubleshooting Python applications on Kubernetes (hunting down memory leaks, running cpu profilers, and using non-breaking debuggers). Let me know your questions in advance https://www.reddit.com/r/Python/comments/twpt1m/im_presenting_live_in_6_hours_at_microsoft/ 18 comments kubernetes
- Scrape Google Scholar Profiles from a certain University in Python https://serpapi.com/blog/scrape-all-google-scholar-profiles/ 2 comments python
- My Python development environment in docker. Includes VS-code IDE, job scheduler, and other tools for linting, testing, auto-documentation and profiling. https://github.com/bluxmit/alnoda-workspaces/tree/main/workspaces/python-workspace 16 comments django
- My Python development environment in docker. Includes VS-code IDE, job scheduler, and other tools for linting, testing, auto-documentation, and profiling. https://github.com/bluxmit/alnoda-workspaces/tree/main/workspaces/python-workspace 14 comments python
- Profiling and Analyzing Performance of Python Programs https://martinheinz.dev/blog/64 6 comments python
- Continuous Profiling for Python Applications https://levelup.gitconnected.com/continuous-profiling-for-python-applications-211a173e1e34 2 comments coding
- CHIP-8 Emulator using Python3 and PyGame with profiles and debugger https://github.com/chiefartificer/chip8 13 comments emudev
- IPython magic command to profile and view your Python code as a heat map. https://github.com/csurfer/pyheatmagic 6 comments compsci
- Memory profiler like in Python ? https://docs.python.org/3/library/tracemalloc.html 3 comments ruby
- I made a Raspberry Pi powered stat tracker for one of my favorite video games: Left 4 Dead 2! It runs a Python script to download the stats from my Steam profile page and display them on an LCD, which is installed in a 3D-printed L4D2 trophy. Please check out my project video for more details! https://www.youtube.com/watch?v=8G3mvy-2taM 6 comments raspberry_pi
- Dropbox Plop: Low-overhead profiling for Python http://tech.dropbox.com/?p=272 3 comments programming
- Python Tools for Visual Studio 1.0 - Free open-source Python IDE w/ intellisense, debugging, profiling, and more! http://pytools.codeplex.com/releases/view/69880 42 comments programming
- Python Tools for Visual Studio RC2 - intellisense, debugging, profiling, refactoring, REPL, MPI cluster debugging and more http://pytools.codeplex.com/releases/view/70667 46 comments programming
- Profiling and Optimizing Python http://onlamp.com/pub/a/python/2005/12/15/profiling.html 5 comments programming
- pythontracer - Python programs' execution tracer and profiler http://code.google.com/p/pythontracer/ 3 comments programming
- The state of Python profilers in two words - Use cProfile. http://blog.brianbeck.com/post/22199891 4 comments programming
- Help…I’m slightly embarrassed to post this…but could anyone look at my profile and let me know if there are any “newbie red flags”. I’ve fallen in love with Python and decided to post projects from the classes I’ve taken. I’ve got more advanced projects to post and still have some project cleaning! https://github.com/mary-musser 25 comments github
- pyinstrument - I wasn't happy with my experience of profiling Python code, so I made a profiler inspired by Apple's Instruments.app https://github.com/joerick/pyinstrument 6 comments django
- Py-Spy: Sampling profiler for Python programs https://github.com/benfred/py-spy 4 comments rust