Coders Packet

Packets submitted by Abirami Somasundaram

Fully functional CRUD RESTful API with Flask and Mongodb

To build a Flask application that handles the operations of a CRUD API- Create ,Read,Update and Display records with the help MongoDB as database.

ATM Using Python

A simple Menu-driven custom ATM application using Python that implements the features of ATM as per user input.

Minimum Number of Folds Problem in Python

To obtain the minimum number of folds to be taken on a paper of dimensions (height x width) to obtain the new dimensions (height x width) entered by the user.

Python code to obtain the Largest Even Number

To implement a Python program to obtain the largest even number formed from the n spaced digits obtained as input from the user.

Python program to obtain COVID status as per user input

To obtain the number of active cases, confirmed cases, deaths, and other details of COVID status of the respective state( from India only) obtained as input from the user.