Python

Python for Web Scraping and APIs Online Course

I recently worked with a great team at 365 Data Science to create an extensive online Python for Web Scraping and APIs course! The course is now available on Udemy. Check it out here!

The course covers many important topics, including the following:

  • All about APIs: Get and Post requests
  • HTML syntax – what’s it for and why is it useful for web scraping
  • BeautifulSoup – scraping links, text, and other elements from a webpage
  • How to easily scrape tables from webpages
  • How to automatically download files from the web
  • Handling modern challenges: how to scrape JavaScript-rendered webpages
  • Exploring the requests-html package, a powerful alternative to BeautifulSoup

Click here to learn more about Python for Web Scraping and APIs Fundamentals!

For other resources on learning Python or R, also check out my recommended reading list.

Andrew Treadway

Recent Posts

Software Engineering for Data Scientists (New book!)

Very excited to announce the early-access preview (MEAP) of my upcoming book, Software Engineering for…

1 year ago

How to stop long-running code in Python

Ever had long-running code that you don't know when it's going to finish running? If…

2 years ago

Faster alternatives to pandas

Background If you've done any type of data analysis in Python, chances are you've probably…

3 years ago

Automated EDA with Python

In this post, we will investigate the pandas_profiling and sweetviz packages, which can be used…

3 years ago

How to plot XGBoost trees in R

In this post, we're going to cover how to plot XGBoost trees in R. XGBoost…

3 years ago

Python collections tutorial

In this post, we'll discuss the underrated Python collections package, which is part of the…

3 years ago