The Wayback Machine - https://web.archive.org/web/20220820005332/https://www.geeksforgeeks.org/category/python/
Skip to content

Category Archives: Python

Believe it or not, today python is considered one of the most powerful programming languages, and it’s spreading at a mass level. We have witnessed… Read More
In this article, we are going to know how to use multiple screens on PyGame. Multiple screens are one of the best features of so… Read More
In this article, we are going to understand the concept of Multi-Line statements in the Python programming language. Statements in Python: In Python, a statement… Read More
In this article, we will be understanding how to write GET and POST requests to GRAPHQL APIs using the Python request module. Dealing with GraphQL… Read More
In this article, we are going to see how to load images in TensorFlow in Python. Loading Images in Tensorflow  For loading Images Using Tenserflow,… Read More
In this article, you’ll learn how to deploy a Chatbot using Tensorflow. A Chatbot is basically a bot (a program) that talks and responds to… Read More
In this article, we are going to know how to download XKCD Comics using Python. XKCD is a webcomic of the varied genre that consists… Read More
In this article, we are going to create Rolling The Dices Game using Tkinter and a random module in Python. A random module in Python… Read More
In this article, we are going to know how to make a simple calculator in Python socket programming. Prerequisite: Socket Programming in Python. First, we… Read More
In this article, we will cover, how to Reverse the complement of DNA or RNA sequences in Python. Example: DNA strand: ATGCCGAGCA Complementary Strand: TACGGCTCGT… Read More
In this article, we will cover word similarity matching using the Soundex algorithm in Python. What is Soundex Algorithm and how does it work? Soundex… Read More
This article will discuss how to Return the result of the power to which the input value is raised with sci math in Python using… Read More
Python OpenCV getWindowImageRect() Function returns the client screen coordinates, along with the width and height of the window containing the picture. Syntax of cv2.getWindowImageRect() Syntax:… Read More
In this article, we will discuss a particular function named read_html() which is used to read HTML tables directly from a webpage into a Pandas… Read More
In today’s society, practically everyone has a mobile phone, and they all get communications (SMS/ email) on their phone regularly. But the essential point is… Read More

Start Your Coding Journey Now!