Sometimes, we want to translate an ISO 8601 datetime string into a Python datetime object.…
Month: April 2022
Sometimes, we want to merge dictionaries of dictionaries with Python. In this article, we’ll look…
Sometimes, we want to modify lines in a file in-place with Python. In this article,…
Sometimes, we want to read a text file into a string variable and strip newlines…
Sometimes, we want to get the last day of the month with Python. In this…
Sometimes, we want to extract text from HTML file using Python. In this article, we’ll…
Sometimes, we want to sort a list of tuples by 2nd item with Python. In…
Sometimes, we want to determine if a Python shell is executing in 32bit or 64bit.…
Sometimes, we want to read large text files line by line, without loading it into…
Sometimes, we want to fill out a Python string with spaces. In this article, we’ll…