Coders Packet

Packets submitted by Raagan U

General Purpose Script in Python

A Python script that consists of useful functions that are time-consuming while working on other things. Works well on GNU\Linux, But has some issues while running on windows.

Multiprocessing Vs Threading in Python

This project is about the differences between threading and multiprocessing in Python. This uses the Port Scanner to demonstrate the processes.

BASIC REST API in Python Using Flask

A REST API built using flask and flask-sqlalchemy for Database Management, flask-marshmallow to serialize data for easy processing.

Simple REST API client using Python

A simple REST API client made in python that can be used to make requests to REST APIs. All Five basic HTTP Methods are implemented in this script.