Learn Python with Pj! Part 4 - Dictionaries and Files

1 · · May 5, 2022, 1:43 p.m.
This is the third installment in the Learn Python with Pj! series. Make sure to read Part 1 - Getting started), Part 2 - Lists and loops, and Part 3 - Funcitons and strings. I’ve learned a lot with Python so far, but when I learned dictionaries (sometimes shortened to dicts), I was really excited about what could be done. A dictionary in Python is a series of keys and values stored inside a single object. This is kind of like a super array; one that allows you to connect keys and values together...