Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.64 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.64 KB

Pydantic: Essentials

A companion repo for my course Pydantic: Essentials located here: Pydantic V2: Essentials

Additional Resources

YouTube Channel

https://www.youtube.com/@mathbyteacademy

Provides additional Python content, including the following you might find useful:

and many more...

Pydantic V2 Documentation

https://docs.pydantic.dev/latest/

My Other Courses

Python Fundamentals

Python 3: Fundamentals

Python Deep Dive Series:

  • Part 1: Mainly functional programming
  • Part 2: Mainly iterables, iterators and generators
  • Part 3: Mainly hash maps
  • Part 4: OOP