Python Basics (2024-01-29 - 2024-01-31)¶
Day 1¶
Setup¶
Basics¶
Datatypes¶
Control Flow, Sequences, Iteration¶
Day 2¶
Functions¶
More Datatypes, File IO¶
os.listdir()
, os.path.join()
¶
See notebook
Day 3¶
Morning Awakening¶
os.walk()
pathlib
: a betteros.join()
More About Datatypes¶
Unit Testing (pytest
), Project Management¶
Object Oriented Programming¶
(Optional) Exercise Series: CSV Files¶
pandas
, numpy
, scikit-learn
¶
From Pandas
numpy
and scikit-learn
: see notebook