Category: allcategorites
Word counter in Java
Hello friends, in this article, we will learn how to create a word counter in Java. Word counter in java can be a simple program…
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….
Best 10 Websites to Learn Python
Introduction Today, we will see the Best 10 Websites to Learn Python. We have divided these best 10 websites into 2 parts, the 1st one…
CRUD operations in Django
Today, we will learn how to perform CRUD operations in Django Python. We will perform CRUD operations using a form and without a form. We…
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…