python-performance-optimization
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. WHEN: Debugging slow Python code, profiling with cProfile/line_profiler, memory optimization, identifying bottlenecks, optimizing loops and data structures. WHEN NOT: Async optimization (use python-async-patterns), database query optimization (use sql-optimization-patterns), general debugging.
Installation and usage
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. WHEN: Debugging slow Python code, profiling with cProfile/line_profiler, memory optimization, identifying bottlenecks, optimizing loops and data structures. WHEN NOT: Async optimization (use python-async-patterns), database query optimization (use sql-optimization-patterns), general debugging.
Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :
skills use python-performance-optimization