Learn what a Generator is and check out some different examples.
Articles on tips
10 Tips to Get More out of Your Regexes
By Bob Belderbos on 15 March 2017
Regular expressions can be arcane, yet when used with care they can also be very powerful. In this post a couple of tips to get more out of your regexes when using Python’s re module.
Comparing Lists with Difflib
By Julian Sequeira on 8 March 2017
Learn to compare blocks of text with the difflib module.
Pythonic String Formatting
By Julian Sequeira on 2 March 2017
The formatting of strings has been a hot topic in Python and something that I struggled with at the beginning. It’s quite interesting to see how it’s evolved over time to be what it is today!
Twitter digest 2017 week 08
By PyBites Team on 25 February 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
How to Order Dict Output in Python
By Julian Sequeira on 16 February 2017
Learn how to order the output of a Python Dict
Shelve It!
By Julian Sequeira on 13 February 2017
Shelve basics and a question on how best to manage importing the DB.
Discover Python Help Options
By Julian Sequeira on 2 February 2017
Discover some of the numerous Python Help functions.
Send Advanced Emails with Python MIME Submodules
By Julian Sequeira on 1 February 2017
Learn how to send richer emails with Python and the MIME Submodules
Python Tricks book review
By Bob Belderbos on 31 January 2017
A review of Dan Bader’s Python tricks book.
