Python - Easy Articles
Given a list of strings, the task is to write a Python program to get a percentage share of each word in the strings list.… Read More
Given a list of dictionaries, the task is to write a python program that extracts only those dictionaries that contain a specific given key value.… Read More
In this article, we are going to see how to send email using yagmail. yagmail(Yet Another Gmail)  is a module in python which used to… Read More
In this article, we are going to see how images can be flipped using Pygame. To flip the image we need to use pygame.transform.flip(Surface, xbool,… Read More
Pygame is a free-to-use and open-source set of Python Modules.  And as the name suggests, it can be used to build games. You can code… Read More
Given a Matrix, the task is to write a Python program to perform differences from the previous row on the basis of the elements present.… Read More
In this article, we will see how to add custom events in PyGame.  Installation PyGame library can be installed using the below command: pip install… Read More
In this article, we are going to create an AGE Calculator that will show your age in years, months, and days with the help of… Read More
In this article, we are going to create a registration form using the PyWebIO module. This is a Python module mostly used to create simple… Read More
Given a list, the task is to write a Python Program to subtract K from each digit, if the element gets below 0, retain 0.… Read More
Where clause is used in order to make our search results more specific, using the where clause in SQL/SQLite we can go ahead and specify… Read More
Named Entity Recognition (NER) is a technique in natural language processing (NLP) that focuses on identifying and classifying entities. The purpose of NER is to… Read More
Odds (odds of success): It is defined as the chances of success divided by the chances of failure. Say, there is a 90% chance that… Read More
India has recently launched its largest Vaccination drive for everyone to get vaccinated against covid-19. The CoWin is an official website that handles the availability… Read More
Paramiko is a Python library that makes a connection with a remote device through SSh. Paramiko is using SSH2 as a replacement for SSL to… Read More
In this article, we will discuss how to display 3D images using different methods, (i.e 3d projection, view_init() method, and using a loop) in Python.… Read More
surface.blit() function draws a source Surface onto this Surface. The draw can be positioned with the dest argument. The dest argument can either be a… Read More
In this article, we will be learning on moving a collection of files and folders where there may be files/folders with the same name as… Read More
In this article, we are going to learn how to make directories based on a list using Python. Python has a Python module named os… Read More
The Python programming language has garnered widespread adoption across a multitude of technical domains, including data science, web development, and machine learning. For aspiring Python… Read More