Learn to compare blocks of text with the difflib module.
Articles on beginners
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!
Code Challenge Pilot – calculate total time JS course
By Julian Sequeira on 4 January 2017
Coding Challenge to create a web scraper that calculates the total time of a Javascript Course.
Python Naming Conventions
By Julian Sequeira on 1 January 2017
Naming conventions can be tricky in Py. It’s good to make sure we’re all on the same page.
Don’t Let Indentation Catch You Out
By Julian Sequeira on 30 December 2016
Python indentation can be a cruel mistress. Let’s get it right!
A Quick Automate the Boring Stuff Review
By Julian Sequeira on 26 December 2016
A quick review of the legendary free book, Automate the Boring Stuff.