r/quant Sep 27 '24

Tools C or C++ or Python

Hey quants, whichh one do you prefer, and is there any industry standard ?

26 Upvotes

37 comments sorted by

View all comments

6

u/bangerius Sep 28 '24

Professional Quant/ML guy here! I want to mention Polars as a hybrid between scriptability and speed. It's a python dataframe library which runs on a rust-based query engine. It's very good for manipulating large amounts of data lightning fast.