Author: Ankur Gajurel
Slicing in Python: 4 Important Things to Remember
This blog will discuss the principle of slicing in Python. Python has become one of the most popular languages in 2022 with the most job…
How did Python help in Black Hole Discovery?
This blog will go discuss how did python help in black hole discovery. NASA’s release of one of the first pictures of a real black…
Hyphenate Letters in Python
Problem Statement: It is really easy to hyphenate letters in python. We just need to add hyphens or dash: “-” between each alphabet in the…
Python Numpy Min
This blog will discuss the syntax, logic, and use case of the Python NumPy min function. Numpy is a python module used to work with…
Event Listeners in JavaScript
This blog will discuss event listeners in JavaScript. An event is a small interaction of the user with the website on any HTML element. We…
Earthquake in Python | Easy Calculation
Problem Statement: The problem of the earthquake in python is that we need to find the difference in energy of an earthquake of a certain…
Striped Rectangle in Python
Problem Statement: The problem is that we need to display a striped rectangle in python. The number of rows and columns is input by the…
Perpendicular Words in Python
Problem Statement: We need to convert normal words into perpendicular words in python. The user will input a series of words with an equal number…
Website Blocker Using Python
This blog will discuss the development of a Website Blocker using Python. This blog will teach you about the following things. Operations on a file…
Install and setup Python in Windows 11
Microsoft has released its latest version of the Windows Operating System. This blog will discuss how to Install Python in Windows 11 along with testing…
Thonny IDE: Best IDE for Beginners in Python
This blog will discuss the Thonny IDE, which is possibly the best IDE for Beginners in Python, we will discuss how to download and install…
Draw TikTok Logo with Python Turtle
Introduction This blog will discuss drawing TikTok Logo with Python Turtle, a GUI-based 2D graphics module in Python. TikTok is a trendy social media platform,…
Draw Instagram Logo using Python Turtle
Introduction This blog will discuss how to Draw Instagram Logo using Python Turtle module. Instagram is a very popular social media platform, primarily used for…
Top 10 Python Projects for Final year Students
This article will discuss some Python Projects for the Final year. Most of today’s applications employ the sophisticated and user-friendly programming language Python, considered the…
10 Tkinter Projects for Beginners
Introduction Python has become one of the fastest-growing programming languages, and its applications are also increasing every day. Tkinter Projects for Beginners are one of…
Vending Machine with Python Code
This blog will discuss how we can build a Vending Machine with Python Code (console app). The Vending Machine with Python code is a small…
Python – Sort All Words In a File And Put It In A List – 3 Easy Method
Introduction This blog will discuss how we can Sort All Words In a File And Put It In A list in Python. This blog will…
Format Numbers as Currency with Python: 3 Easy Methods
This blog will discuss how we can format numbers as currency (an integer representing currency in standard currency format) with Python. While programming, most of…
Python Remove Leading Zeros: 5 Easy Methods
Sometimes, we want to remove leading zeros (0s) from a string like “00098” becomes “98” only. In Python, there are several ways to do this….
Shinchan with Python Turtle
Introduction In this tutorial, we will be learning to draw the famous cartoon character Shinchan with Python Turtle. By the end of this tutorial, you…