Monthly Archives: February 2017

Python: Lord of Strings (Part 1)

Developers often work with text strings. Strings can be handy by themselves, but are much more useful when we’re able to modify them based on the results of input or calculations. Think about a web-based email system that tells you the last time you logged in. Here’s a more detailed example: Imagine you are writing some...
Read more