Python-Debug-List
Python 调试资料索引
-
2017-Open sourcing ptracer, a syscall-tracing library for Python: In this post we’ll cover background on Pinterest’s codebase, why we needed a better tracer and how ptracer can help solve certain engineering problems.
-
2017-MonkeyType : MonkeyType collects runtime types of function arguments and return values, and can automatically generate stub files or even add draft type annotations directly to your Python code based on the types collected at runtime.