/ Learning to Code

Solidify Your Python Chops in 3 Steps

  1. Practice beats study, so practice, practice, practice.

  2. If you need more practice with dictionaries and lists of dictionaries,

  1. Overall, I'd recommend working through the 101 Exercises 3 to 5 times. Specifically, I recommend saving a copy of https://github.com/ryanorsinger/101-exercises/blob/main/101-exercises.ipynb locally and doing the following:
    • First, solve as many of the problems as you can with the help of your favorite search engine and some gumption.
    • Then, import numpy and pandas at the top and approach these same problems through the numpy/pandas way of doing things, instead of using loops.
Solidify Your Python Chops in 3 Steps
Share this