Sometimes, we want to fix “datetime.datetime not JSON serializable” with Python. In this article, we’ll…
Month: April 2022
Sometimes, we want to convert a Unicode string that contains extra symbols to a string…
Sometimes, we want to run a Python file in another Python file. In this article,…
Sometimes, we want to count the frequency of the elements in an unordered list with…
Sometimes, we want to use raw_input in Python 3. In this article, we’ll look at…
Sometimes, we want to fix Python Requests throwing SSLError. In this article, we’ll look at…
Sometimes, we want to generate single executable file with Python py2exe. In this article, we’ll…
Sometimes, we want to lock a file in Python. In this article, we’ll look at…
Sometimes, we want to generate a random string generation with upper case letters and digits…
Sometimes, we want to scroll a web page using Selenium webdriver in Python. In this…