pyguides

Tutorial series

Python and Data

3 tutorials — follow in order for the best learning path.

  1. Making HTTP Requests and Working with APIs

    Learn how to make HTTP requests in Python using the requests library, handle responses, and work with REST APIs

  2. 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.

  3. 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.