My notes on mathematics, algorithms and programming:
Essence of Mathematics [notes]
mathematics ~ || Δ x ||
Python [notes]
import numpy as np
import pandas as pd
df = pd.read_csv('data.csv')
print(df.to_string())
C++, STL and CMake [notes]
#include <bits/stdc++.h>