Managing kindle highlights with Python and GitHub
tl;dr: use this script to build a GitHub Repo like this one where you store all the highlights from your kindle books in an organized way. (more…)
Read more »
Python is great for data exploration and data analysis and it’s all thanks to the support of amazing libraries like numpy, pandas, matplotlib, and many others. During our data exploration and data analysis phase it’s very important to understand the data … Read more