Automate the Boring Stuff with Python by Al Sweigart – Book Review

I am new to Python, and I wanted to read an easy book, that would give me a hight level overview of the language and what I can do with it. Read more

Similar

String Interning in Python

Every programming language aims to be performant and Python is no exception. In this essay, we dive deep into Python internals and find out how Python makes its interpreter performant using a technique called String Interning. (more…)

Read more »