Bookmarks
βͺ fastcore: an underrated python library
Really interesting read about advanced techniques for using python: introspection, type dispatch, decorators, and utilities inspired by other languages.
βͺ pycon 2016: memory management in python, nina zakharenko
Probably my favourite explanation of the basics of garbage collection in Python. Nina goes over reference counting, garbage collection, weakreferences, βslotsβ and more.
This project is maintained by KarishmaDaga