Code Packets
Browse all published coding projects
Program to guess the name of a country using Python
Created a guessing game using python in which the player will have to guess the letters that comes in the name of a country that the computer generates randomly.
Python Base KBC Game
It's a python-based console game. Question will be asked to the player and if he/she gives the correct answer.
Frequency Distribution Table using Python
Create a frequency distribution table of class interval of size 5, containing upper limit, lower limit, frequency and middle values of limits using numpy and pandas libraries in python.
Chatbot using C++
Chatbots are the computer program that uses Artificial intelligence system that interacts with the user through text or voice. It saves time with automation.
Python Based Tic Tac Toe game
Tic Tac Toe is 2 player game, where one player wins the game if he/she is consecutively able to put 3 X/0.
Parallel Document Search System In C and C++ Using MPI
Parallel document search system in C++ and C using MPI directory. Comparison of linear and parallel search times.
Max Number Search and Image smoothing in C and C++ using MPI
This project depicts the use of MPI directory for parallel implementation of two projects in C and C++ (along with serial implementations) : 1) Max number search. 2) Image smoothing.
Finding The Runner Up Score Using Python
In this program, we will find the runner-up score among the scores in an array using Python.
Euro Cup 2020 Analyzing in Python Using Machine learning
The project aim is to see how many goals are in the tournament, how many fouls are in this tournament and also see how many assists are done in this tournament using machine learning in Python.
Like Battle Royal Game created using Python
A battle royal game using Python. We have used object-oriented concepts of Python to easily implement the complex logic.
C++ stack template implementation using linked list
C++ stack implementation using linked list to support custom datatypes. Includes unit testing.
Communicating between nodes in JAVA using & study InetAddress, socket class.
Hi, we will learn how to implement a program to communicate between two nodes using Sockets in JAVA.