Learn how to make HTTP requests in Python using the requests library, handle responses, and work with REST APIs
Tutorial series
Python and Data
3 tutorials — follow in order for the best learning path.
- Making HTTP Requests and Working with APIs
- Databases and SQLite in Python
Learn how to use SQLite databases in Python with the sqlite3 module. Covers creating databases, tables, and all CRUD operations with practical examples.
- CSV Files to Data Analysis
Learn how to read, parse, and analyze CSV files in Python using the csv module and pandas. Covers reading, filtering, sorting, and basic data analysis.