Python Web Scraping
In this course, you'll dive into the exciting world of web scraping using Python! Learn how to extract valuable data from websites, process it efficiently, and use it for real-world applications. Whether you're interested in gathering information for research, building datasets for analysis, or automating data collection, this class will equip you with the skills to do so.
Learn what is web scraping using Python.
String manipulation to clean data.
Learn how to use Lists and Dictionaries.
Practice how to scraping a static website.
Learn how to export data in file format.
Identify hidden API in a website.
Hands-on browser automation using selenium.
Bypass login authentication using Selenium and Requests.
Make your script more flexible using argparse.
Organize your code using object oriented programming.
Reduce memory usage using generators.
Reduce time usage using multithreading and asynchronous.
Writing clean code as a professional.
Identify anti-scraping mechanism in a website.