I have a smallish Python codebase. There is a type that is used ubiquitously throughout: Count. The current definition of the Count type is quite simple: (more…)
Read more »
This article is the first of a series of six on Profilers in the Python world, and how Blackfire is the best-of-breed tool to introspect code behavior and optimize its performance. (more…)
Read more »
TLDR: What if it was possible for surveillance to only invade the privacy of criminals or terrorists, leaving the innocent unsurveilled? (more…)
Read more »
This post was originally published hereI’m always working with stock market data and stock market indicators. During this work, there’s times that I need to calculate things like Relative Strength Index (RSI), Average True Range (ATR), Commodity Chann...
Read more »
Understand some underutilized but significant python 3 features here with examples as they will allow you to write simpler and intuitive code. (more…)
Read more »