Recent posts

Test Notebook

less than 1 minute read

# Normal Distribution import numpy as np import matplotlib.pyplot as plt %matplotlib inline

Git for version control

4 minute read

Git is a great version control tool. It allows you to keep a history of your code, sync your project online and collaborate with others.