Installing Docker & WSL on Windows

wsl2 docker integration docker beginner tutorial docker ubuntu windows setup run flask app with docker install docker desktop windows 11 devops setup on windows troubleshoot docker windows docker with wsl2 windows
Learn how to install Docker Desktop on Windows 11 in this complete step-by-step guide. Includes WSL setup, Ubuntu integration, and running a simple Flask app. Perfect for beginners and developers troubleshooting Docker on Windows
Read More

Using Numba in Dash Callbacks without Errors

plotly dash numba errors
Using Numba's just-in-time compilation within Plotly Dash callbacks generally causes a strange to diagnose bug resulting in "Callback failed: the server did not respond" errors. In this article we show how this happens and how to fix it.
Read More

3 Important Vector Norms

python ML math basics learn machine learning
Vectors norms are very important concept in machine learning. L1, L2 & Infinity are 3 Vector Norms of Python. Checkout our article to find how these vector norms are calculated!
Read More

Vectors for Machine Learning

ML math basics machine learning learn machine learning KNN algorithm
An introduction to the mathematics behind vectors, with both visual and Python examples. Finishing with K-Nearest-Neighbours (KNN) example to put it into context.
Read More

Sharpe, Sortino and Calmar Ratios with Python

algo trading Sharpe ratio calmar ratio quant finance
Downloading stock data from Yahoo Finance using pandas datareader. Calculating the Sharpe, Sortino and Calmar ratios for stocks in the S&P 500 along with a portfolio for comparison. Calculating max drawdown and comparing results using Python.
Read More