Summary:
- py-spy is a sampling profiler for Python programs that lets you profile Python programs without modifying the code.
- It uses a technique called Sampling to profile Python programs, which allows it to have minimal overhead and work with production systems.
- py-spy is an open-source project that provides a command-line tool and a Python library for profiling Python programs, making it a useful tool for developers to optimize the performance of their Python applications.