In this article we look at a python library for geopy is a Python client for several popular geocoding web services. geopy makes it easy for Python developers to locate…
packages
-
In this article we look at a library that displays tabular data into ASCII tables called Prettytable installation As always you can install this from pypi like this pip install prettytable…
-
In this article we look at a way of generating QR codes using Python A QR code is a type of two-dimensional barcode invented in 1994 by the Japanese automotive company…
-
Pronouncing is a simple interface for the CMU Pronouncing Dictionary. The Carnegie Mellon University Pronouncing Dictionary is an open-source machine-readable pronunciation dictionary for North American English that contains over 134,000…
-
In this article we look at a Python library that makes it easy to access and parse data from Wikipedia. Installation To install Wikipedia, simply run: $ pip install wikipedia…
-
In this example we will display information about an Nvidia graphics card using GPUtil GPUtil is a Python module for getting the GPU status from NVIDA GPUs using nvidia-smi. GPUtil locates all…
-
In this article we look at adding ping type functionality to your python scripts, we do this PythonPing is simple way to ping in Python. With it, you can send…
In this article we look at a package that will retrieve financial information for Yahoo finance You should refer to Yahoo!’s terms of use (here, here, and here) for details on your rights to…
In this example we look at a library that you can install for generating country, province and state specific sets of holidays on the fly. Installation The latest version can…