How to use Python's new monitoring API, for more performant debugging and monitoring
InfoWorld | Nov 16, 2023
A new API introduced in Python 3.12 provides developers with efficient, low-impact ways to hook events in Python code, monitor behavior, and write powerful profiling and coverage tools. Watch this video to see a quick tour of the new API and how to use it, with an example where we write a hook function that fires on every function call in an application.
For further information on the new API, see PEP 669: https://peps.python.org/pep-0669/
Copyright © 2023 IDG Communications, Inc.