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. Read more

Similar

Python’s Builtin Map Function

In this article, we'll take a look at Python's stream processing utility function, map. This function can enable us to write powerful list/stream-processing routines that can be easy to read and understand. (more…)

Read more »