Coders Packet

Packets submitted by Shivang Kohli

Hierachical Clustering using Python

It shows how to perform hierarchical clustering and print the dendrograms using Python libraries: pandas, NumPy, scikit-learn, matplotlib, Seaborn and scipy.

Elliptic Curve Cryptography based secured messaging using Python

Elliptic Curve Cryptography, a public key cryptography system that makes use of private and public keys of receiver to encrypt a message, is used to create a secured messaging service in Python.

Webpage Text Scrapper using Python

I have used Python to test an entered URL and extract all the textual content from the webpage corresponding to URL.