Part II – Creation and use of dictionary

--Originally published at TC101 – Peaz Cooper

Well well well! First of all! Ask yourself the following questions:

Do you know what’s a Python dictionary? Is it in English? Are tacos tacos if they don’t have any meat? Together we will learn the answers to these awesome and mind-blowing questions!


A dictiorany is mostly a way to store the data like a list (see my previous posts). The thing here is that instead of using just numbers to get the data you can also use almost anything.  We can use numbers to index into a list, meaning that the lists can be used with numbers- But let’s remember from our previous experiences that we can only use numbers to get items out of a lsit.

This video is very helpful! Check it out!!! IT has been approved by KhanAcademy and Richard Carrera (Tec and Dell’s specialist).


If you follow these steps you’ll be coding like a bawse in no time!!!

#PeazCooperOut #TC101