Sometimes, we want to convert hex string to int in Python. In this article, we’ll…
Sometimes, we want to print a date in a regular format with Python. In this…
Sometimes, we want to fix converting a list to a set changes element order with…
Sometimes, we want to create a tuple with only one element with Python. In this…
Sometimes, we want to get the value of a variable given its name in a…
Sometimes, we want to add a countdown timer in Python Pygame. In this article, we’ll…
Sometimes, we want to convert a unix timestamp string to readable date with Python. In…
Sometimes, we want to swap two variables in Python. In this article, we’ll look at…
Sometimes, we want to get a substring of a string in Python. In this article,…
Sometimes, we want to print in one line dynamically with Python. In this article, we’ll…