Skip to content

Category Archives: Blogathon

Cricket is one of the famous outdoor sport played worldwide. There are very few APIs providing live scoreboards and none of them are free to… Read More
In this article, we are going to see how to build a web scraping bot in Python. Web Scraping is a process of extracting data… Read More
In this article, we are going to scrape LinkedIn using Selenium and Beautiful Soup libraries in Python. First of all, we need to install some… Read More
SQL stands for Structured Query Language. It is used to communicate with the database. There are some standard SQL commands like ‘select’, ‘delete’, ‘alter’ etc.… Read More
In MS SQL Server, dates are complicated for newbies, since while working with the database, the format of the date in the table must be… Read More
SQL stands for Structured Query Language. It is used to communicate with the database. There are some standard SQL commands like ‘select’, ‘delete’, ‘alter’ etc.… Read More
In this article, we are going to launch favorite websites using shortcuts, for this, we will use Python’s sqlite3 and webbrowser modules to launch your… Read More
There will be a lot of sensitive information in our Django project resided in the settings.py, or local variables containing sensitive information or the POST… Read More
Prerequisite: How to Detect Shapes in Images in Python using OpenCV? In this article, we will learn how to find centers of contours using OpenCV… Read More
Python nonlocal keyword is used to reference a variable in the nearest scope.  Python nonlocal Keyword Example  In this example, we demonstrate the working of… Read More
In this article, we are going to see ‘as’ Keyword. The keyword ‘as’ is used to create an alias in python. Advantages with ‘as’ keyword:… Read More
In this article, we will discuss how to add a timestamp to an excel file using Python. Modules required datetime: This module helps us to… Read More
In this article, we are going to see how to save image files with datetime as a name using PIL Python. Modules required: PIL: This… Read More
In this article, we will discuss how to convert an XML to a dictionary using Python. Modules Used xmltodict: It is a Python module that… Read More
In this article, we will discuss how to create a List of Tuples using for loop in Python. Let’s suppose we have a list and… Read More

Start Your Coding Journey Now!