The Hidden Power of the Python Runtime: Part 1
May 27, 2020
This is a written version of my PyCon US 2020 talk "The Hidden Power of the Python Runtime". In this article we'll learn about useful information, which Python interpreter implicitly generates during every code execution and how we can retrieve it in any part of our program.
Read More