Building a crawler to extract all website internal and external links using requests, requests_html and beautiful soup in Python.
Using K-Means Clustering unsupervised machine learning algorithm to segment different parts of an image using OpenCV in Python.
Learn how to use Selenium library with Chrome driver in Python to login to websites automatically as well as verifying login success.
Learn how to extract and download images from a single web page in Python using requests and BeautifulSoup libraries.
Using pyautogui and OpenCV to record display screen video and save it to a file in Python.
Learning how you can execute shell commands and scripts on a remote machine in Python using paramiko library.
Learning how to detect contours in images for image segmentation, shape analysis and object detection and recognition using OpenCV in Python.
Learn how to build a simple chat room application that accepts multiple connected clients using built-in's sockets and threading libraries in Python.
Learn how you can scrape forms from web pages, as well as filling and submitting them using requests html and beautiful soup in Python.
Learn how to use Gmail API to send emails, search for emails by query, delete emails, mark emails as read or unread in Python.
Monitoring Operating System processes in Python using psutil library and making a similar program of Windows Task Manager or Linux top utility.
Building a Wi-Fi scanner in Python using Scapy that finds and displays available nearby wireless networks and their MAC address, dBm signal, channel and encryption type.
Learn how to use colorama library to print colored text with different colors (such as red, green and blue) in the background and foreground and brightness in Python.
Learn how you can use Google Drive API to list files, search for specific files or file types, download and upload files from/to Google Drive in Python.