Category: allcategorites
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…