These are my go-to libraries for Python data crunching.
Every Python developer knows some or all of these libraries, because they’re stable, reliable, and excellent at what they do.
QuantStats Python library that performs portfolio profiling, allowing quants and portfolio managers to understand their performance better by providing them with in-depth analytics and risk metrics.
This is the fourth time I rebuilt this library from scratch to find the sweet spot between ease of use (beautiful is better than ugly!), testability (simple is better than complex!) and potential for ...