Code Packets
Browse all published coding projects
Binary search using Python
The goal of binary search is to search whether a given number is present in the string or not. First, check whether it is present in the middle or not then check for front and rear using Python.
Conversion of milliseconds to seconds and minutes using Java
The program is about converting milliseconds to seconds and minutes with the help of primitive data types. The programming language used in the source code is Java.
Hyperparameter Tuning with Scikit-Optimize and Hyperopt in Python
This packet contains an overview of different hyperparameter tuning methods in the Scikit-Optimize and Hyperopt libraries.
Python code to scrape the website basketball-reference.com
This project contains python code to scrape player data from basketball-reference.com and clean the data using scrapy, selenium and pandas.
Number system conversion in C++
In this C++ code, we can convert the given number from- 1) binary to hexadecimal 2) decimal to octal 3) decimal to hexadecimal 4) octal to binary
Reverse of a String using stack in C++
In this C++code, we can easily reverse a string using the stacks. once the input is given, it gives the output string in the reverse format.
eCommerce Website Using Django in Python
The eCommerce website project is created in Django and can be used as a base to create a custom E-com site.
E-commerce backend API with Express and MongoDB tested with Postman
Restful API interface for an e-commerce website with JWT Authentication build with Express and MongoDB and tested with Postman
Hangman Game in Python
This Hangman game in Python is used to guess the word of Cities in India. This project is completely based on Python and build on PyCharm.
Translator app in Python using TKinter
It is used to convert any word from one language to other language as per your prefrences as python language.
Word Stretch using Python
In this module, we are going to write python code for getting all possibilities for stretching a word to the given size.
React Admin Dashboard
The React "Admin Dashboard" is an admin panel component that can be easily integrated with any project to provide it a dashboard functionality.