Code Packets
Browse all published coding projects
Covid-19 Data Analysis using Python
In this tutorial, we are going to analyze Covid-19 data using Python. We mainly use the Plotly and Matplotlib libraries for this work.
Dictionary App using Python
A GUI-based English language dictionary application built using Python. Libraries used: Pandas and Tkinter.
Python program to search an element in a doubly linked list
This is basically creating and fundamentally finding a specific element in a doubly-linked list according to the user.
The Perfect Guess Game build using Python
“The Perfect Guess Game” using Python. I am using Virtual Studio Code IDE for this project. The prerequisite of this project is the basic knowledge of Python
Learning Logger in Django
Learning Logger is a Platform on which user can come and store their notes and it makes use of Django for building it out.
REVERSING OF A STRING USING STACK IN JAVA PROGRAMMING
In this tutorial, we are going to learn how to build a java code to reverse a string using stacks. Here, in this case, we have used stack operations like push and pop to reverse a string.
Create a digital clock in Python
This Program creates a digital clock in Python. You can use VS code or Pycharm. import tkinter module for this Program.
Port Scanner Using Python
Port Scanner checks for open ports for the mentioned IP address. This project is run on Linux operating system.
BMI Calculator in Python
this program in Python is a useful tool to calculate BMI of a user. the user has to input weight in kg and height in cm and the program would provide the BMI of the user with a message.
Alarm Clock using Python
This is a packet with a source code to run an alarm clock on your local machine, with music of your choice.
A Java Program To Reverse A String Word by Word
It is a Java Program which reverses a string word by word. We will take input from the user and then reverse the obtained string word by word
Techquiz Application using Java
This is a desktop-based project based on Java programming language specifically (J2SE). It is developed using J2SE and Swing framework and AWT framework.