Python
How to Read DOCX Files With Python
PythonRead docx fileProgramming
Extracting Specific Keys/Values From A Messed-Up JSON File (Python)
What to do when a messy JSON file gives you a massive headache
PythonJSON
Python Simple HTTP Server With SSL Certificate (Encrypted Traffic)
The easy way to make a temporary HTTP server with TLS encryption.
PythonHttp serverSsl
How to Filter Outlook Emails With a Subject Using Python
Use MSGraph search API query to filter email messages.
PythonMSGraphOutlook
Solve Maze Using Breadth-First Search (BFS) Algorithm in Python
Learn how to use and implement the Breadth-First Search (BFS) algorithm to solve real-world problems.
PythonAlgorithmsData-structures
How to Scrape Everything from Telegram Using Python
Learn how to get API keys for Telegram, extract group members, and scrape Telegram group or channel comments
pythonweb scrapingtelegram
How to Replace Python 'for' Loops with NumPy Operations
PythonFor loopsNumpy
WebSockets In Python FastAPI — Fetching Data At Super Speed
WebsocketsPythonData
Web Scraping Images with Python and Selenium
How to scrape and capture images on websites.
Web scrapingPythonSelenium
Plot Stock Chart Using mplfinance in Python
An introductory guide to plot a candlestick chart along with volume, MACD & stochastic using mplfinance.
MplfinancePythonData Analysis