Find the code here
Saving a Keras model to persistent storage
A tutorial on how to checkpoint a keras model
Learn how to save Keras models to persistent storage or your Google drive and resume training it from where you left off.
[Read More]Web Scraping with Python
A guide on how to scrape a webpage using Urllib and BeautifulSoup
Code for this tutorial can be found on Github