Posted in allcategorites competitive programming gfg

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…

Continue Reading
Posted in 30 Days of Code allcategorites competitive programming

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!…

Continue Reading
Posted in allcategorites python-short-tutorial

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…

Continue Reading
Posted in allcategorites competitive programming leetcode

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….

Continue Reading
Posted in allcategorites competitive programming data structures and algorithms

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…

Continue Reading
Posted in 30 Days of Code allcategorites competitive programming

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…

Continue Reading
Posted in 30 Days of Code allcategorites competitive programming

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…

Continue Reading
Scientific Calculator in Python
Posted in allcategorites gui python projects python projects

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…

Continue Reading
Posted in allcategorites how-to

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…

Continue Reading
Top 20 Django Projects
Posted in allcategorites project ideas

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…

Continue Reading