- Python profiling et visualisation:
- snakeviz == nice for profiling + visualizing 💡 💪 🐍 uv run python -m cProfile -o profile.out -m script_or_package uv add --dev snakeviz uv run snakeviz profile.out (Screenshot: me profiling slow Pandas code as a candidate to refactor using Polars 🔥) #python #debugging