Dictionaries in Python

A dictionary in python is a collection of unordered data. By unordered, we mean it is not in any particular order. To contrast this concept, lists and arrays in Python contain ordered data with an index. The value of the first item in the list is always that value unless it is changed. The most…… Continue reading Dictionaries in Python

Learning Python

My first introduction to Python came back in 2017. I wanted to get into data analysis and from what all the blogs said, Python was the way to go. I signed up for online training through a website called DataCamp and began learning Python. At this stage, it was mostly for data analysis. I went…… Continue reading Learning Python

Published
Categorized as Python