Code Packets

Browse all published coding projects

Uber Data Analysis using Python

This project includes the Python language and Jupyter Notebook. In this project, we compare and analyze different data of uber analysis.

Bhupendra Singh Rathore · Feb 25, 2021

Library for simplifying Binary Tree Operations in C++

This project is a C++ library which consists of various functions and features to help and simplify operations performed on a binary tree.

Siddharth Vinayak Bawane · Feb 24, 2021

Sentiment Analysis Using Python and NLTK

This project contains the Jupyter Notebook, Python language and, NLTK. In this project, we are predicting the positive & negative sentiments from the Twitter data.

Bhupendra Singh Rathore · Feb 24, 2021

Increment characters and numbers in a string using Python.

In this article, we will learn how to increment or decrement the letters and numbers inside a string in Python.

Anay Ravindra Karanje · Feb 24, 2021

Arithmetic Operations of Neighbor Numbers in Python

Performing Arithmetic Operations like Addition, Subtraction, Multiplication, Division and modulo division on neighbor numbers of a particular number using Python language.

VenkatNarayan.K · Feb 24, 2021

All Pair Shortest Paths Finder in C++ using Floyd-Warshall Algorithm

This project helps in finding the shortest paths using the Floyd-warshall algorithm. The project implementation is made in the C++ language.

Divyanshu Pandey · Feb 24, 2021

SNAKE Game Using Java Swing

This is a Basic Snake Game project made by using Java Swing, AWT. I have also put the JAR File that you can Download and Enjoy the Game.

SK NOORALAM RAHAMAN · Feb 24, 2021

Text To Speech Converter Using Python

In this project, natural language processing and some external API is applied to text In order to generate synthesized speech. This project was made using Python.

Jeet Chawla · Feb 24, 2021

Tic-Tac-Toe Game using C++

I have made this well known game called Tic-Tac-Toe using simple C++ programming language. This is a fun game easy to make by the beginners.

Sanskriti Saraswat · Feb 24, 2021

N-Queen problem using C++

N-Queen problem is an important problem that uses recursion and backtracking. It inputs the board size and gives the output where the queen can be placed in a 2d array.

Lokesh Madhav S · Feb 24, 2021

CV generator in Python using doc

This Python code is used to generate CV . By using this you can save your time to create your own CV , you can also make some changes in this code it will modify in your docx file .

Sahil Mallick · Feb 24, 2021

Greatest Common Divisor(GCD) using Euclid's algorithm in C++

Two numbers given as input and we have to print greatest common divisor. Euclid's algorithm used for better time complexity.

Rahul choudhary · Feb 24, 2021