Python Tooling in 2025
By Adrian Letchford · Aug 16, 2025 · 9 min read
A 2025 guide to the best Python tools for quants—from fast package managers and powerful linters to type checkers and test runners. Includes example configs.
How to engineer a monitoring system for your trading strategy
By Adrian Letchford · May 12, 2023 · 6 min read
Poorly monitoring your trading strategy means you are missing mistakes and leaving money on the table. By converting your bot’s logs from plain text to JSON you can create a near real time monitoring system and never miss a beat.
Dockerising Interactive Brokers Client Portal API
By Adrian Letchford · Nov 13, 2022 · 2 min read
Interactive Broker’s REST API is a web server that you install and maintain locally in a convoluted fashion. I created a light weight docker image to make things easy.