Coders Packet

Packets submitted by Shalini Sinha

Histogram using matplotlib

Here we show, how to use the Matplotlib library to create various types of visualizations, including static and interactive ones like histograms.

Loan prediction model using python

A loan prediction model using python to automate the decision-making process with analysing and fitting various cases provided in the dataset.

Visualising stock algorithm using python

To visualize common technical analysis tools like fetching historical stock data, moving averages, and stock prices using yfinance, matplotlib and seaborn module.

Python based content extraction from PDFs

Here we demonstrate how we can use PyPDF2 module to find specific content by defining patterns that match the desired text pattern.