https://github.com/lancelote/hidden-power-of-the-python-runtime
My experiments around "The Hidden Power of the Python Runtime" talk by Elizaveta Shashkova
https://github.com/lancelote/hidden-power-of-the-python-runtime
assertion ast debugger frame meta python
Last synced: about 2 months ago
JSON representation
My experiments around "The Hidden Power of the Python Runtime" talk by Elizaveta Shashkova
- Host: GitHub
- URL: https://github.com/lancelote/hidden-power-of-the-python-runtime
- Owner: lancelote
- Created: 2020-07-24T19:22:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T19:48:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T00:12:48.801Z (2 months ago)
- Topics: assertion, ast, debugger, frame, meta, python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hidden-power-of-the-python-runtime
My experiments around "[The Hidden Power of the Python Runtime][1]" talk by [Elizaveta Shashkova][2]
Original source code can be found [here][3].
[1]: https://youtu.be/yr6E7FwK_Hw
[2]: https://twitter.com/lisa_shashkova
[3]: https://github.com/Elizaveta239/PyRuntimeTricks