what i learned
some text about what i learned and maybe a code snippet
import pandas as pd
data = pd.read_csv("some.csv")
for tup in data.itertutples():
# do sometihng
how i learned
some text about the context in which i learned what i learned. maybe add a link.
visit
if i haven’t added a link earlier, i’ll drop the link here.