Skip to main content

2 docs tagged with "Intermediate"

View All Tags

Introductory Web Scraper

Learn the basics of web scraping with Python by building an introductory book scraper. Discover how to fetch web page content, parse HTML, extract data, and handle errors while scraping the 'Books to Scrape' website.

Weather App

Develop your own Weather App using Python and the OpenWeatherMap API. This intermediate project teaches you how to fetch and process live weather data, handle API requests, parse JSON, and create a functional command-line interface for displaying weather conditions.