Completed
Streamlining Data Preparation with Pydantic
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Streamlining Data Preparation with Pydantic - A 25-Minute Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 Streamlining Data Preparation with Pydantic
- 2 Pydantic overview
- 3 Why use Pydantic
- 4 Pydantic by the numbers
- 5 Core Concepts of Pydantic
- 6 Demo - GitHub Data Crawling ETL Extract, Transfer, Load
- 7 Fetching Data with GitHub API
- 8 Repository & Gist Pydantic Model
- 9 Follower & User Pydantic Model
- 10 Object initialization, serializing, dumping
- 11 Load into SQLite
- 12 Learn more and connect