Inspired by Sophie Koonin's blog post "Everything I googled in a week as a professional software engineer", I decided to open the entire history of my Google queries related to Python. The queries... (more…)
Read more »
Recently, I have stumbled upon an apparently strange situation in which a non-empty Python package was empty after it got imported. Let’s take a close look at that issue because it may happen to anyone.
(more…)
Read more »
Closing Keynote Talk - PyCon India, Chennai, October 13, 2019 (Screencast). In this talk, I live-code a simple stack machine and turn it into an interpreter ... (more…)
Read more »
Python implementation of technical indicators used by traders and investors in financial markets to analyze past market data and identify potential trends or patterns in the price and volume of an ... (more…)
Read more »