Python 101 – Learning About Dictionaries

Dictionaries are another fundamental data type in Python. A dictionary is a key, value pair. Some programming languages refer to them as hash tables. They are described as a mapping object that maps hashable values to arbitrary objects. A dictionary’s keys must be immutable, that is, unable to change. Starting in Python 3.7, dictionaries are

Python 101 – Learning About Dictionaries Read More »

PyDev of the Week – Abigail Mesrenyame Dogbe

This week we welcome Abigail Mesrenyame Dogbe (@MesrenyameDogbe) as our PyDev of the Week! Abigail is active with the PyLadies organization in Africa and has also helped organize PyCon Africa. Abigail is also a fellow of the Python Software Foundation. Let’s spend some time getting to know Abigail better! Can you tell us a little

PyDev of the Week – Abigail Mesrenyame Dogbe Read More »

Python 101 2nd Edition Fully Funded + Stretch Goals

The second edition of my book, Python 101, has been successfully funded on Kickstarter. As is tradition, I have added a couple of stretch goals for adding more content to this already hefty book. Here are the goals: 1) $5000 – Get 4 Bonus Chapters These chapters would cover the following topics: Assignment Expressions How

Python 101 2nd Edition Fully Funded + Stretch Goals Read More »