Learn how to send richer emails with Python and the MIME Submodules
Articles on Tools
Python’s data model by example
By Bob Belderbos on 25 January 2017
After last post on OOP a logical follow-up is Python’s data model. We use the great Fluent Python book to code up an example of our own, showing the powerful way you can leverage this data model. You can download the notebook here.
List of Awesome Python Resources
By Julian Sequeira on 16 January 2017
A great list of Python Resources that should keep you busy for a while!
5 cool things you can do with itertools
By Bob Belderbos on 12 January 2017
Itertools is a very useful module. In this short post I show some 5 examples how you can use it. Some of this stuff might be useful in next week’s challenge …
Create a Simple Web Scraper with BeautifulSoup4
By Julian Sequeira on 11 January 2017
Learn to create a simple web scraper in Python using BeautifulSoup4
Copy and Paste with Pyperclip
By Julian Sequeira on 6 January 2017
Use the Pyperclip module to copy and paste with the clipboard!
Automate Tweeting: how to build a Twitterbot
By Bob Belderbos on 29 December 2016
In this post I will show you how we automate part of our Twitter posting using feedparser and tweepy.
How to create a nice-looking HTML page of your Kindle book highlights (notes)
By Bob Belderbos on 26 December 2016
In this post I share a simple script to convert Bookcision JSON into a HTML page for your blog.
Get a weekly digest from a Pelican blog
By Bob Belderbos on 24 December 2016
In this post a script we use to get a weekly digest of our posts.
The Beauty of Python Virtualenvs
By Julian Sequeira on 22 December 2016
Python Virtualenvs are incredible yet sadly under utilised!