Author: Ayush Purawr
HackerRank Day 28 Solution in Python: RegEx, Patterns, and Intro to databases
Today we will see the HackerRank Day 28 Solution in Python. The problem is named RegEx, Patterns, and Intro to databases part of 30 Days of code on…
Simple Calculator using Django
In this article, we will create a web-based simple Calculator using Django web framework which will perform addition, subtraction, division, and multiplication. Installation and setup for…
To-Do List App in Java
Hello, everyone👋 Today we are going to build a simple and elegant To-Do List App in Java. This project will teach you how to perform…
MoviePy: Python Video Editing Library
Hello Learners! Today we will learn what is MoviePy module in Python and how to use it as a Python video editing library. Have you…
Tic-Tac-Toe game in JavaScript
Today, we will learn how to develop a tic-tac-toe game in JavaScript. We will be using HTML for the front end and CSS for designing….
HackerRank Day 27 Solution in Python: Testing
Today we will see the HackerRank Day 27 Solution in Python. The problem is named Testing which is part of 30 Days of code on HackerRank. Let’s get started!…
Python 3.11: What’s New?
Python is an open-source programming language. What makes Python open-source is that it is constantly been upgraded by the Python community. The community comes up…
Scientific Calculator in Python
Who does not need a calculator in this era? Scientific calculators simply need an hour; having one at our fingertips is helpful. Today we will…
GUI Tic Tac Toe game in Java
Today we are going to build a small but cool project together which is a GUI Tic Tac Toe game in Java. This game is…
HackerRank Day 26 Solution in Python: Nested Logic
Today we will see the HackerRank Day 26 Solution in Python. The problem is named Nested Logic which is part of 30 Days of code on HackerRank. Let’s get…
HackerRank Day 25 Solution in Python: Running Time and Complexity
Today we will see the HackerRank Day 25 Solution in Python. The problem is named Running Time and Complexity which is part of 30 Days of code on HackerRank….
HackerRank Day 24 Solution in Python: More Linked Lists
Today we will see the HackerRank Day 24 Solution in Python. The problem is named More Linked Lists which is part of 30 Days of code on…
HackerRank Day 23 Solution in Python: BST Level Order Traversal
Today we will see the HackerRank Day 23 Solution in Python. The problem is BST Level Order Traversal, part of 30 Days of code on HackerRank. Let’s…
GUI To-Do List App in Python Tkinter
Introduction Hello friends, today we will create GUI To-Do List App in Python Tkinter. Python tkinter is a standard Python interface to the Tk GUI…
Music player using HTML CSS and JavaScript
Hello everyone, in this article, we will discuss how to create a simple Music player using HTML, CSS, and JavaScript. First, we will see the…
HackerRank Day 22 Solution in Python: Binary Search Trees
Today we will see the HackerRank Day 22 Solution in Python. The problem is named Binary Search Trees which is part of 30 Days of code on HackerRank. Let’s…
Find Peak Element LeetCode 162
Hello everyone, in this article, we will discuss the famous problem of binary search: Find peek element leetcode (https://leetcode.com/problems/find-peak-element/). We will see the problem explanation,…
HackerRank Day 20 Solution in Python: Sorting
Today we will see the HackerRank Day 20 Solution in Python. The problem is named Sorting, part of 30 Days of code on HackerRank. Let’s get started! Day…
HackerRank Day 19 Solution in Python: Interfaces
Today we will see the HackerRank Day 19 Solution in Python. The problem is named 2D Arrays, part of 30 Days of code on HackerRank. Let’s get started!…
HackerRank Day 18 Solution in Python: Queues and Stacks
Today we will see the HackerRank Day 18 Solution in Python. The problem is named Queues and Stacks, part of 30 Days of code on HackerRank. Let’s get…