I've been writing Python since at least 8 years now. It used to be all fun and
cool: writing scripts and small programs in a couple of minutes, no compilation
times, pleasant syntactic sugar everywhere (contrary to go), no
terrible idioms (contrary to
bas... (more…)
Read more »
Raymond Hettinger Learn to take better advantage of Python's best features and improve existing code through a series of code transformations, "When you see ...
Read more »
The post explains how to code a web scraper Telegram bot using Python. (more…)
Read more »
One of the cool new features in py-spy
is the ability to profile native Python extensions written in languages
like C, C++ or Cython. (more…)
Read more »
Hash tables are one of the most commonly used data structures in computer science, due to their O(1) access time. However, this assumes a… (more…)
Read more »