I’ve been writing Ruby code for the past 10+ years, and recently due to my masters courses, I’ve been writing a lot of Python. While there are many differenc... (more…)
Read more »
If you wanted to prove your mettle as an entry-level banker or trader it used to be the case that you had to know all about financial modelling in Excel. Not any more. These days it's all about Python, especially on the trading floor. ... (more…)
Read more »
asciimatics - A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations... (more…)
Read more »
In this short article I will demonstrate a nifty trick to get your python tracebacks annotated with git blame information, specifically… (more…)
Read more »
Don’t override __hash__ and __eq__ to force objects to hashable. Use immutable objects instead. (more…)
Read more »