Guido van Rossum is a Dutch programmer best known as the creator of the Python programming language, for which he was the "Benevolent dictator for life" (BDF... (more…)
Read more »
Logging is a critical way to understand what's going on inside an application. (more…)
Read more »
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 Constant Folding. (more…)
Read more »
I was having a chat with a dear friend about a couple coding styles, known as EAFP and LBYL. (more…)
Read more »
NFStream: a Flexible Network Data Analysis Framework. - nfstream/nfstream... (more…)
Read more »