Python - Easy Articles
In Python, you can neatly arrange a list of words with numbers by using special methods for sorting. Just look at the numbers in each… Read More
The stock price is the highest amount someone is willing to pay for the stock. In this article, we are going to write code for… Read More
Given a String. The task is to return the number of characters in the string. Examples: Input : test_str = ‘geeksforgeeks !!$*** best 4 all… Read More
Cryptography is the practice of securing useful information while transmitting from one computer to another or storing data on a computer. Cryptography deals with the… Read More
In this article, we will see how to read Emails from your Gmail using Gmail API in Python. Gmail API is a RESTful API that… Read More
Prerequisite– Python tkinter In this article, we are going to write a python script to extract news articles from Google News Feed by using gnewsclient… Read More
Turtle is an inbuilt module of python. It enables us to draw any drawing by a turtle, methods defined in the turtle module, and by… Read More
In these articles, We will  write python scripts to translate English word to Hindi word and bind it with the GUI application. We are using… Read More
Pong is one of the most famous arcade games, simulating table tennis. Each player controls a paddle in the game by dragging it vertically across… Read More
A literal in Python is a syntax that is used to completely express a fixed value of a specific data type. Literals are constants that… Read More
A histogram is a graphical representation of the numerical data. Sometimes you’ll want to share data insights with someone, and using graphical representations has become… Read More
Prerequisite: Turtle Basics “Turtle” is a Python feature like a drawing board, which lets us command a turtle to draw all over it. This comes… Read More
In this article we will see how we can get the plot item of plot window in the PyQtGraph module. PyQtGraph is a graphics and… Read More
In this article we will see how we can get pixel size of the plot window in the PyQtGraph module. PyQtGraph is a graphics and… Read More
Given a string, str, the task is to remove all the duplicate adjacent characters from the given string. Examples: Input: str= “azxxzy”Output: ay Removal of “xx”… Read More
In this article we will see how we can toggle the window for full screen in PYGLET module in python. Pyglet is easy to use… Read More
Python is the most used language in top companies such as Intel, IBM, NASA, Pixar, Netflix, Facebook, JP Morgan Chase, Spotify, and many more because… Read More
In this tutorial, you’ll learn about RegEx and understand various regular expressions. Regular Expressions Why Regular Expressions Basic Regular Expressions More Regular Expressions Compiled Regular… Read More
Django is an MVT web framework used to build web applications. It is robust, simple, and helps web developers to write clean, efficient, and powerful… Read More
Python is a widely used general-purpose language. It allows for performing a variety of tasks. One of them can be recording a video. It provides… Read More