Sometimes, we want to get the last day of the month with Python. In this…
Coding
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…
Sometimes, we want to fix PATH issue with pytest ‘ImportError: No module named error with…
Sometimes, we want to print list without brackets in a single row with Python. In…
Sometimes, we want to retrieve the output of subprocess.call() with Python. In this article, we’ll…
Sometimes, we want to convert [key1,val1,key2,val2] to a dict with Python. In this article, we’ll…