Photo by Markus Spiske on Unsplash Python really is everywhere at this point. Although many gatekeepers argue whether a person is really a software developer if they don’t code in a language … (more…)
Read more »
This post introduces the reader to Python maps, implemented by the built-in map() function of Python.Map is a powerful function that not only gives us new ways to transform data, but also aids us in... (more…)
Read more »
Note: all of this code was run on my machine using Python 3.6.1. Not everything will work the same if you test using Python 2. (more…)
Read more »
On newly created Ubuntu 16.04 AWS instances, we started seeing that python3.6 -m pip no longer works after get-pip.py (version 19.3.1). get-pip puts pip in /usr/lib/python3.6/site-packages/pip-20.2... (more…)
Read more »
In this short tutorial, you will learn to search, browse, and retrieve wiki data from Wikipedia.
For this, we will be using a python library called Wikipedi... (more…)
Read more »