Python Programing Best Practice¶
make action on your goal¶
Don't just read -- read, create, then think about it and improve it.
learning pandas? practice things like dataframe creation, filtering, replacing and adding columns, groupby-agg, join/merge, pivot, chained method.
learn1 to build a conda package? create a mini example with configurations and run it.