Back to Pydantic

Getting help with Pydantic

docs/help_with_pydantic.md

2.13.41.1 KB
Original Source

Getting help with Pydantic

If you need help getting started with Pydantic or with advanced usage, the following sources may be useful.

:material-help: Usage Documentation

The usage documentation is the most complete guide on how to use Pydantic.

:material-api: API Documentation

The API documentation gives reference docs for all public Pydantic APIs.

:simple-github: GitHub Discussions

GitHub discussions are useful for asking questions, your question and the answer will help everyone.

:simple-stackoverflow: Stack Overflow

Use the pydantic tag on Stack Overflow to ask questions, note this is not always monitored by the core Pydantic team.

:simple-youtube: YouTube

Youtube has lots of useful videos on Pydantic.

In particular Marcelo Trylesinski's video "Pydantic V1 to V2 - The Migration" has helped people a lot when migrating from Pydantic V1 to V2.