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