Python - Basic Articles
A database is used to store and maintain persistent data that can be retrieved and manipulated efficiently. we usually need a database, an organized collection… Read More
ChatGPT and its inevitable applications. Day by Day everything around us seems to be getting automated by several AI models using different AI and Machine… Read More
In Python, there is no construct defined for do while loop. Python loops only include for loop and while loop but we can modify the… Read More
Telnet is a client/server application protocol that uses TCP/IP for connection. Telnet protocol enables a user to log onto and use a remote computer as… Read More
Flask is a popular Python web framework used to build web applications. If you’re preparing for a Flask development position, it’s important to be ready… Read More
This article covers how we can configure a MongoDB database with a Flask app and store some data in the database after configuring it. Before… Read More
Object-Oriented Programming, or OOPs, is a programming paradigm that implements the concept of objects in the program. It aims to provide an easier solution to… Read More
The Postgres database can be accessed via one of two methods in Python. Installing PgAdmin4 is the first step because it offers a user interface… Read More
In this article, we will talk about different status and progress elements available in Streamlit using Python. Let’s see some different status and progress elements… Read More
The in and not in operators can be used with Pandas DataFrames to check if a given value or set of values is present in… Read More
Hybrid programming is a programming approach that combines different programming paradigms or styles in a single application. It involves using elements from both object-oriented programming… Read More
In this article, we are going to learn about how to handle GET and POST requests of the flask HTTP methods in Python. HTTP Protocol… Read More
In this article, we’ll learn how to remove the background of an image using Python. Pillow module: The Pillow library, a derivative of the Python… Read More
Flask is a lightweight Web Server Gateway Interface or WSGI framework for web applications written in Python. It is designed to make web application development… Read More
For many years, players all across the world have cherished the iconic video game Snake. The player controls a snake that crawls around the screen… Read More
Scrapy is a free and open-source web-crawling framework which is written purely in python. Thus, scrapy can be installed and imported like any other python… Read More
In this article, we will learn how to create a user-friendly Python program to download Facebook videos using the video URL. Using Python programming, there… Read More
In this article, we will see how to store and retrieve passwords securely using Python’s keyring package. What is a keyring package? keyring package is… Read More
In this article, we are going to see how to Access the Query String in Flask Routes in Python. The query string is the portion… Read More
Python-based Flask is a microweb framework. Typically, a micro-framework has little to no dependencies on outside frameworks. Despite being a micro framework, practically everything may… Read More