Recently one of my friend ask me to write a script which can download a file from from urls saved in a excel file and
What is a URL- Shortener? URL shoretner as the name says shortens the URL. URL shorteners are to shrink long website urls like “websitename.com/shop/men/jean/color” into
Text to Speech is converting any given text to a audible speech format. Adding Speech as a feature in your application can make it more
Trackbars are helpful to instantaneously test and experiment with different parameters and values and observe the output in real time which out re-running the program
A regular expression or regex is a sequence of characters that define a search pattern. It is mostly used with string to find characters, a
Python keywords cannot be used as entity names. The name given to a variable, class, or function in Python is called an identifier. But there
Every programming language has its own set of keywords that are reserved for special purposes. These keywords cannot be used for any other purpose such
Building APIs and using them in your application has become an inevitable task to make your application more modular and the development process even faster
A eye dropper tool also called as color picker is used to pick color from an image. An image is made of pixels (Read :
In the python 3.8 release, a new assignment operator was introduced which became wildly famous because of its being controversial and Guido van Rossum (creator