Python


Logistic Regression from Scratch

Explained and Implemented

pythonlogistic-regressionmachine-learning

Create a Face Recognition Model Using Face Embeddings and Scikit Learn’s Support Vector Machines

Input an image containing faces and it will output the names of all detected and recognized faces.

face-verificationface-recognitionpython

“for i in range(len(list))” VS “for element in list” — When to Use Which

A beginner's guide on the two ways of iterating through a string or list.

pythonstringlist

How to Convert Scanned Files to Searchable PDF Using Python and Pytesseract

An efficient way to OCR scanned images

pythonpdfpytesseract

A Beginner’s Guide on Using MQTT— Python IoT

Subscribe and publish message over mqtt using Python

mqttiotprogramming

How to Sort Lists by Certain Conditions in Python

A guide on sorting lists by a certain condition in Python.

sortinglistspython

Calculate Annualized Expected Stock Returns Using Python

How I calculated the average annual expected returns of stocks using Python

pythonstockssoftware-development

An Introduction to A* Algorithm in Python

Using A* Algorithm to find the BEST solution in a graph modeled problem

pythonalgorithms

How to Read from Multiple Sheets in an Excel File with Python

A guide on reading from multiple sheets in an Excel file using Python.

pythonexcel

How to Import a CSV into a Jupyter Notebook with Python and Pandas

Documentation for importing a CSV into a Jupyter Notebook with Python and Pandas

csvjupyterpython