Sometimes, we want to write Unicode text to a text file with Python. In this…
Sometimes, we want to support equivalence (“equality”) check in Python classes. In this article, we’ll…
Sometimes, we want to make a comma-separated string from a list of strings in Python.…
Sometimes, we want to add days to a date in Python. In this article, we’ll…
Sometimes, we want to check if a word is in a string with Python. In…
Sometimes, we want to decode a UTF-8 URL string in Python. In this article, we’ll…
Sometimes, we want to do currency formatting in Python. In this article, we’ll look at…
Sometimes, we want to change the user agent header with Python urllib. In this article,…
Sometimes, we want to get a directory listing sorted by creation date in Python. In…
Sometimes, we want to split a list into N parts of approximately equal length with…