Acerca de
This skill provides a comprehensive toolkit for identifying and fixing performance issues within Python codebases. It guides developers through essential profiling techniques using tools like cProfile and memory_profiler while offering actionable optimization patterns such as generator expressions, LRU caching, and NumPy vectorization. Whether you are debugging a slow API, reducing the memory footprint of a data pipeline, or tuning high-frequency numerical operations, this skill provides the domain-specific best practices needed to deliver production-grade, high-performance Python software.