Code Packets

Browse all published coding projects

Sum of Connell Sequence In Python

Hello Everyone, in this tutorial, we will see what the Connell sequence means and how to write the program of the Connell sequence by using Python.

Harshith Appari · Jul 25, 2022

Interactive Map using Folium in Python

Use of Folium Library in Python and create an Interactive Map which shows Distance as well as Temperature and Humidity of the selected Cities in India.

Vyankatesh Khandke · Jul 24, 2022

Face Recognition Attendance using Python

A python GUI integrated attendance system using face recognition to take attendance. In this, I have made an attendance system which takes attendance.

Vyankatesh Khandke · Jul 24, 2022

Signature Recognition using Python

Signature recognition is behavioral biometrics. We can use this project anywhere for security purposes where a signature is a parameter. Signature Recognition using Python with source code.

Vyankatesh Khandke · Jul 24, 2022

Binary Search Tree In C++ Using Non-recursive Methods

In this tutorial, You learn how to implement an insertion(), level-wise printing(), and traversals in a binary search tree using non-recursive methods.

Ashwini Laxman Jadhav · Jul 24, 2022

How to check if any permutation of the word is palindrome by using Python

Hello Guys, In this tutorial we gone see how to get the permutations of all the words and to check if any permutation of the word is palindrome and print yes/no statement in Python

Harshith Appari · Jul 24, 2022

Python Program to implement CPU Scheduling with FCFS or SJF

This is a python program to find the CPU scheduling using First Come First Serve or Shortest Job First

Akhilan N · Jul 23, 2022

Python Generate OTP

OTP generator in Python program, It gives One-time Passwords(OTP) of any number of digits.

Nallamsetty Sri Ramya · Jul 21, 2022

C++ Program to Find Smallest Element in the Array

This is a C++ program to find the smallest element in the array. with the help of the loop, we are going to execute this program.

Ashish Kumar Gupta · Jul 20, 2022

Queue Implementation In C++ Using Stack

In this tutorial, you learn how to implement a queue using a stack and what is the logic behind it in C++. There is some methods pop(), push(), top() & size() which you can implement in this tutorial.

Ashwini Laxman Jadhav · Jul 20, 2022

Snake,Water And Gun Game using Java

It's a Game project built using Java as the Programming Language. It contains Source Code for Multiplayer games.

Abhishek kumar · Jul 19, 2022

Finding Next Greater Element In C++ Using Stack

In this tutorial, you will learn stack methods like push(), pop(), and how to use vector over array for avoiding wastage of memory.

Ashwini Laxman Jadhav · Jul 17, 2022