diff --git a/index.html b/index.html index 06eb316..de23cb3 100644 --- a/index.html +++ b/index.html @@ -213,6 +213,7 @@ ul.task-list li input[type="checkbox"] {
  • numpy - NumPy is the fundamental package for scientific computing with Python.
  • scipy - SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering.
  • pandas - pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
  • +
  • polars - Polars is a blazingly fast DataFrame library for manipulating structured data.
  • quantdsl - Domain specific language for quantitative analytics in finance and trading.
  • statistics - Builtin Python library for all basic statistical calculations.
  • sympy - SymPy is a Python library for symbolic mathematics.
  • @@ -339,11 +340,14 @@ ul.task-list li input[type="checkbox"] {
  • Intelligent Trading Bot - Automatically generating signals and trading based on machine learning and feature engineering
  • fastquant - fastquant allows you to easily backtest investment strategies with as few as 3 lines of python code.
  • nautilus_trader - A high-performance algorithmic trading platform and event-driven backtester.
  • +
  • YABTE - Yet Another (Python) BackTesting Engine.
  • Risk Analysis

    @@ -716,6 +722,8 @@ ul.task-list li input[type="checkbox"] {
    @@ -757,6 +765,7 @@ ul.task-list li input[type="checkbox"] {

    Reproducing Works, Training & Books