Sometimes, we want to use a regular expression match a whole word with Python. In…
Month: April 2022
Sometimes, we want to use if/else in a list comprehension in Python. In this article,…
Sometimes, we want to create a dictionary with list comprehension with Python. In this article,…
Sometimes, we want to sort a list of tuples by the element at a given…
Sometimes, we want to download a file over HTTP with Python. In this article, we’ll…
Sometimes, we want to get the key with maximum value in dictionary with Python. In…
Sometimes, we want to determine the encoding of text with Python. In this article, we’ll…
Sometimes, we want to generate all permutations of a list with Python. In this article,…
Sometimes, we want to get all possible combinations of a list’s elements with Python. In…
Sometimes, we want to run a shell command and capturing the output with Python. In…