Useful Python Modules
My top 5 ‘new’ Python modules of 2015 « Robin's Blog
tqdm
This module is so simple but so useful – it makes it stupidly easy to display progress bars for loops in your code.
folium
[...] to use it within the Jupyter Notebook just make sure that the map object (map_1 in the example above) is by itself on the final line in a cell, and the notebook will work its magic and display it inline…perfect!
Many thanks to Robin Wilson for the summaries. It will be fun to try folium, especially.