概要
This skill empowers developers to identify and resolve performance bottlenecks using industry-standard tools like cProfile and py-spy. It provides specialized guidance on memory optimization techniques such as __slots__ and generators, explains how to leverage experimental Python 3.13 features like the JIT compiler and free-threaded (no-GIL) mode, and identifies common async anti-patterns to ensure high-concurrency applications run efficiently. Whether you are debugging a slow API or scaling a data pipeline, this skill provides the systematic analysis required for professional-grade Python tuning.