Author: Ayush Purawr
Top 10 Free Python Courses on Udemy
The popularity of Python has increased day by day due to its extensibility in the field of Machine Learning, Data Analytics, Web app, etc. Python…
HackerRank Day 17 Solution in Python: More Exceptions
Today we will see the HackerRank Day 17 Solution in Python. The problem is named More Exceptions, part of 30 Days of code on HackerRank. Let’s get started!…
HackerRank Day 16 Solution: Exceptions – String to Integer
Today we will see the HackerRank Day 16 Solution in Python. The problem is named Exceptions – String to Integer which is part of 30 Days of code…
Explained: Allocate minimum number of pages
Hello everyone in this article, we will discuss a very famous DSA problem Allocate minimum number of pages(https://practice.geeksforgeeks.org/problems/allocate-minimum-number-of-pages0937/1). It’s a GeeksforGeeks hard-level problem. We will…
HackerRank Day 15 Solution in Python: Linked List
Today we will see the HackerRank Day 15 Solution in Python. The problem is named Linked List, part of 30 Days of code on HackerRank. Let’s get started!…
Image Slider in Tkinter: Mini Python project for Beginners
It is eye-appealing to watch images slideshows, right? Let’s make our own slideshow app with Python. Idea: Python’s Tkinter works best when it comes to…
Search a 2D matrix: leetcode 74
Hello everyone, in this article we are going to discuss a very famous DSA problem Search a 2D matrix(https://leetcode.com/problems/search-a-2d-matrix/). It is a leetcode medium–level problem….
Maximum Subarray Sum: Kadane’s Algorithm
Hello there, if you are looking for Kadane’s Algorithm you must have come across the question: Largest sum contiguous subarray or Maximum Subarray Sum, by…
HackerRank Day 13 Solution in Python: Abstract Classes
Today we will see the HackerRank Day 13 Solution in Python. The problem is named Abstract Classes which is part of 30 Days of code on HackerRank. Let’s get…
HackerRank Day 14 Solution in Python: Scope
Today we will see the HackerRank Day 14 Solution in Python. The problem is named Scope, part of 30 Days of code on HackerRank. Let’s get started! Day…
Scientific Calculator in Python using Tkinter
Introduction We have created a Scientific Calculator in Python which is a fully functional graphical user interface system that contains everything that IT students and…
Numba – Compiler to make Python code 1000x Faster
Did you know that there’s a third most popular programming language after English and Chinese? That’s right! It’s Python. In this article, we will discuss…
Top 20 Django Projects
One of the most popular programming languages used today is Python. Today in this tutorial we are going to take you through the Top 20…
Happy Diwali in JavaSCript
Code for Happy Diwali in JavaScript Output: Also Read:
Happy Diwali in Python Turtle
Code for Happy Diwali in Python Turtle Output: Also Read:
How to convert IPYNB to PDF?
Jupyter Notebook or Google Collab basically supports .ipynb’s, i.e. Python NoteBook. These NoteBooks provide accessibility to the interactive Python code consisting of cell structures.However, this…
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…
Introduction to Cython
Introduction In the world of programming, where there is a demand for better and faster solutions to problems, the demand for languages that provide programmers…
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…
HackerRank Day 12 Solution in Python: Inheritance
Today we will see the HackerRank Day 12 Solution in Python. The problem is named Inheritance which is part of 30 Days of code on…