Skip to content

Category Archives: Blogathon

Given a binary number, the task is to write a Python program to convert the given binary number into an equivalent hexadecimal number. i.e convert… Read More
In this article, we are going to see how to download google Image using Python and Selenium.  Installation On the terminal of your PC, type… Read More
In this article, we are going to see how to automate google chrome using Foxtrot & Python. What is Foxtrot RPA? Robotic process automation (RPA)… Read More
In this article, we are going to see how to determine the face tilt using OpenCV in Python. To achieve this we will be using… Read More
In this article, we are going to see how to work with images in Bokeh.  For this, we will use the ImageURL Glyph. This glyph… Read More
In this article, we are going to see how to scrape Reddit using Python, here we will be using python’s PRAW (Python Reddit API Wrapper)… Read More
In this article, we are going to see how to delete the specific lines from a file using Python Throughout this program, as an example,… Read More
In this article, we are going to write a Python program to replace specific lines in the file. We will first open the file in… Read More
To create a rounded corner, we use the CSS border-radius property. This property is used to set the border-radius of element. Syntax: /* It sets… Read More
In this article, we will learn how to create a working calculator with the Neumorphism effect using HTML, CSS, and JavaScript. Basic mathematical operations such… Read More
In this article, we will learn how to convert a decimal value(base 10) to a hexadecimal value (base 16) in Python.  Method 1: Using hex()… Read More
Sinusoidal waves are the most basic trigonometric periodic curves, which is also known as the sine curve. Here we will see how sine function is… Read More
Python not keyword is a logical operator which is usually used for figured out the negation or opposite boolean value of the operand. The Keyword… Read More
To exclude multiple values to be fetched from a table we can use multiple OR statements but when we want to exclude a lot of… Read More
In this article, we will look at how to check if a particular column exists in a database table or not. For checking the existence… Read More

Start Your Coding Journey Now!