SQLAlchemy In-Memory Performance: Faster Backtests with a Pure Python Database

Posted on Sat 10 May 2025 in Software Architecture

Discover how to improve SQLAlchemy performance using an in-memory database built in pure Python. We benchmark SQLite and introduce a faster SQLAlchemy in-memory alternative for backtesting and simulations.


Continue reading

Design Patterns for Algorithmic Trading Architecture in Python

Posted on Fri 28 March 2025 in Software Architecture

Explore key design patterns like Abstract Factory, Service Locator, and Event Emitter to build modular and scalable algorithmic trading systems in Python.


Continue reading