Category: Finance & Quant
-
Data Collection and Preprocessing for Quant Trading in Python
Learn how to collect, clean, and preprocess stock market data for quant trading in Python using yfinance, Pandas, and Parquet โ with real pitfalls to avoid.
-
Getting Started with Quantitative Investment in Python
Learn the infrastructure foundations for quantitative trading in Python. Covers data pipelines, return calculations, and realistic backtesting with transaction costs.