Author: Puja Kumari
Filter List in Python | 10 methods
Filter List in Python is the process of selecting specific items from a list that meet certain criteria. This is a task that you will…
Top 25 Pattern Programs in C++
In this article, I will show you the Top 25 Pattern Programs in C++ that you must learn which will help you to understand the…
Currency Converter in C++
In this article, we will build a simple program for Currency Converter in C++. The user will be able to convert currencies like Dollar, Euro,…
Number Guessing Game in C++
In this article, we will build a simple Number Guessing Game in C++. It’s a game in which the player has to guess a secret…
C++ Project Structure
Hello everyone, have you ever wondered while looking inside a big C++ project structure what are these different folders, subfolders, and files used for? Especially…
ATM machine program in C++
In this article, we will build an ATM machine program in C++ that will have all the basic functionalities of an ATM. This project is…
To Do List in C++
In this article, we are going to create To Do List in C++ with the help of file handling. By using file handling we can persist…
Tic Tac Toe Game in C++
In this article, we are going to create Tic Tac Toe Game in C++. This will be a simple console-based application in which the player can…
Snake Game in C++
Hello everyone, in this article we are going to create Snake Game in C++. This will be a simple console-based application in which the player…
Hospital Management System Project in C++
In this article, we will build Hospital Management System Project in C++ and MySQL with source code. This project deals with all the essential operations of managing…
Student Management System Project in C++
In this article, we will build Student Management System Project in C++ and MySQL. Student Management System can help a college or university to maintain…
Bank Management System Project in C++
In this article, we will build Bank Management System Project in C++ and MySQL with source code. This project has all the basic functionalities of…
Library Management System Project in C++
In this article, we will build Library Management System Project in C++ and MySQL with source code. This project is a console application written entirely…
Python Programming Examples | Fundamental Programs in Python
Python is a popular, widely-used programming language and easy to learn for beginners because of its short syntax and readability, and learning to code in…
Portfolio Management System in Python
In this article, we will build a simple Portfolio Management System in Python with the help of Tkinter and SQLite. Portfolio Management is a system…
Stickman Game in Python
Today, we will make Stickman Game in Python. Stickman is a video game in which the player controls a stickman character and the stickman must…
Cab Booking System in Python
Introduction In this article, we are going to build a Cab Booking System in Python with the help of Tkinter. Tkinter is a Python library…
Email Application in Java
Introduction In this tutorial, we will learn how to create a simple Email Application in Java with Swing and the JavaMail API. Email is an…
Inventory Management System Project in Java
In this article, we will build an Inventory Management System project in Java with MySQL. The GUI is designed with the help of Swing and…
Electricity Bill Management System Project in Java
In this article, we will build Electricity Bill Management System Project in Java and MySQL with source code. This project primarily focuses on calculating the…