Learn how to build web scraping scripts to download, extract and parse structured data from the web using Python.
Learn how to extract and save images from PDF files in Python using PyMuPDF and Pillow libraries.
Learn how you can extract links and URLs from PDF files with Python using pikepdf and PyMuPDF libraries.
Learn how you can monitor network traffic in the browser to write a Python script that extracts YouTube comments using requests library in Python.
Learn how to validate domain names using WHOIS, as well as getting domain name information such as domain registrar, creation date, expiration date and more in Python.
Learn how to write a simple Python script to detect SQL Injection vulnerability on web applications using requests and BeautifulSoup 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 you can extract image metadata such as GPS info, camera make, model and much more using Exchangeable Image file Format (EXIF) in Python with Pillow library.
Building a tool to extract all Javascript and CSS files from a web page in Python using requests and BeautifulSoup.
Learn how to perform web scraping at scale by preventing websites to ban your ip address while scraping them using different proxy methods in Python.
Extracting HTML tables using requests and beautiful soup and then saving it as CSV file or any other format in Python.
Building a Python tool to automatically extract email addresses in any web page using requests-html library and regular expressions in Python.
Building a Python script that detects XSS vulnerability in web pages using requests and BeautifulSoup.
Building a crawler to extract all website internal and external links using requests, requests_html and beautiful soup in Python.
Learn how to extract and download images from a single web page in Python using requests and BeautifulSoup libraries.
Scraping Google weather search page to extract useful information such as current weather, temperature, next days' weather and much more in Python using requests and Beautiful Soup.
Scraping YouTube videos and extracting useful video information such as title, total views, publish date, video duration, tags, likes and dislikes and more in Python using requests_html and Beautiful Soup libraries.
Extracting data and searching in Wikipedia, getting article summaries, links, images and more using Wikipedia library in Python.
Making a facebook messenger chat bot in python using fbchat library, you can make customized auto messages and bots, get user information, and much more handy tools.