last wednesday I was too tired to write about how the class went, so I'll try to cover both wednesday class as well as today's
# 2021-01-19
we talked about lists and using `for` loops on lists
the class went fine, but there was just sooo much stuff to cover
the topics we covered were:
- list basics (what is a list, why do we use lists and how to implement them)
- list functions (`len()`, `max()`, `min()`, etc.
- list methods (`append()`, `pop()`, `insert()`, `remove()`, etc.)
*a lot* of questions came our way, and we ended up having to create around 5 examples to explain to the students how should they do stuff
there were literally 14 exercises the school told'em to solve, but we topped it down to around 6 exercises
it was the most mentally and phisically taxing class I've had until this moment, and I can't imagine how tiresome it was to the main teacher.
anyways, the students liked it and we'll use lists a lot starting now, so they'll get the hang of it!