Comparisons and reference notes.
Side-by-side analyses of tools, methods, and architectures we've used in real engagements. Each note is genuinely useful — not thin SEO bait.
Airflow vs. Prefect vs. Kestra at production scale.
Three orchestrators we've shipped with, the operational shapes each fits, and the production gotchas that don't show up in benchmarks. Companion to the data-orchestration-patterns post.
#data-orchestration#airflow#prefect#kestra#comparisonComparing options-pricing libraries in Python.
QuantLib for the heavy machinery, vollib for fast vanilla pricing, and a custom numpy/scipy stack for when control matters more than features. Code-side comparison from the QuantSandbox toolchain.
#quant#python#options#comparison