Python


10 Python Automation Scripts for Everyday Problems

Collection of Handy Tools for your Daily Python Projects

pythonprogrammingautomation

How to Create a Progress Bar in Python

How to use the tqdm library to easily add progress bars to your command line

pythontqdmprogress-bar

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

A guide on printing Python list elements on new lines

pythonfor-loopjoin

An Introduction to Prim's Algorithm in Python

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

pythonalgorithmsprims-algorithm

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

Automate your Outlook attachment downloads using Python

pythonoutlook

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

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