Python basics
a nice reminder of the basics of python for starters
What does *args
and **kwargs
mean?
How to explore a python object?
How to make the most out of pdb to inspect code?
Jeremy’s book recommendation on learning pandas
Another useful book online about python and problem solving