Posts by Karan Trehan
Author Biographical Info: Not available
In this article, we will see how to generate Username Suggestions based on certain constraints in Python language. Usernames are very common on the web nowadays. They are the short.... Read More
In this blog, we will demystify the mystery of Decoding Barcodes from images in Python. We will be making use of pyzbar module in achieving the same. Decoding Barcodes is easy in P.... Read More
Captcha! That sounds like Gotcha! Well, CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart. It does sound similar to gotcha as it detects.... Read More
We often try to download YouTube Videos as Audios alone and for that, we generally end up searching websites that would assist us in doing the same. Subsequently, we find websites .... Read More
In this tutorial, we will see how to implement the Binomial Theorem in Python and print the corresponding series for a given set of inputs. We use Binomial Theorem in the expansion.... Read More
In this tutorial, we will see how to convert an Audio File (MP3) to a Video File (MP4) using static images in Python. In other words, convert Audio to Video. We are going to follow.... Read More
In this tutorial, we are going to see how to apply Email Automation using Python. Nowadays, whenever we sign-up for an account on a website, we tend to receive an automated email, .... Read More