Sometimes, we want to use raw_input in Python 3. In this article, we’ll look at…
Coding
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…
Sometimes, we want to convert an integer to a string in any base with Python.…
Sometimes, we want to find all matches to a regular expression in Python. In this…
Sometimes, we want to display text with font and color with Python pygame. In this…
Sometimes, we want to check what version of Python is running a script. In this…