Python


Password Authentication With Python: A Step-by-Step Guide

Password Authentication With Python: A Step-by-Step Guide

How to do password authentication with Python. Full Code included!

PythonPassword AuthenticationAuthentication
3 Ways to Print List Elements on Separate Lines in Python

3 Ways to Print List Elements on Separate Lines in Python

A guide on printing Python list elements on new lines

PythonFor loopJoin
An Introduction to Prim's Algorithm in Python

An Introduction to Prim's Algorithm in Python

Use Prim's Algorithm to find the Minimum Spanning Tree of an undirected graph.

PythonAlgorithmsPrim's algorithm
How to Add Your Virtual Environment to the Jupyter Kernel in Windows

How to Add Your Virtual Environment to the Jupyter Kernel in Windows

A tutorial on adding a virtual environment to the Jupyter kernel in Windows.

PythonVirtual EnvironmentProgramming
How to Download Attachments From Outlook Using Python and MSAL

How to Download Attachments From Outlook Using Python and MSAL

Automate your Outlook attachment downloads using Python

PythonOutlook
Python Datetime Vs. NumPy Datetime: 8 Differences You Should Know

Python Datetime Vs. NumPy Datetime: 8 Differences You Should Know

How Python datetime and NumPy datetime modules handle the datetime values.

PythonDatetimeNumpy
Logistic Regression from Scratch

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

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

“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

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

An efficient way to OCR scanned images

PythonPdfPytesseract