Contributions

Article
This post takes an under the covers look at python generators. The post analyzes python stack frames and code objects to shed light on the core features of the Python runtime which make it possible to pause and then resume generator functions at a later point in time.
Article
This post takes a closer look at how python3 f-strings work and why they perform much better than some of the other python string formatting mechanisms available.
Library
Simple Terminal Styling for Python