Learn how to send richer emails with Python and the MIME Submodules
Articles on tricks
Python Tricks book review
By Bob Belderbos on 31 January 2017
A review of Dan Bader’s Python tricks book.
Send Emails with Python smtplib
By Julian Sequeira on 26 January 2017
Learn how to send emails using Python
Python Iteration
By Julian Sequeira on 19 January 2017
Iteration in Python is incredibly simple compared to C and other languages. It’s easy… maybe a little TOO easy…
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!
2016 py articles and useful books
By Bob Belderbos on 22 December 2016
Some of my Python articles I posted on my blog this year and useful books