Skip to content

Commit 747c6d6

Browse files
authored
Merge pull request #19 from i-walk-away/i-walk-away-patch-1
Update README.md
2 parents 6727d68 + 73bf300 commit 747c6d6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Pydantic Quest
22

3-
Free interactive course on Pydantic. I'll write more when the time comes.
3+
Free interactive course on Pydantic v2.
44

5+
It is designed to teach you the capabilities of pydantic - a validation library for python. It's (hopefully) beginner friendly, while still being useful to those already familiar with the library.
6+
7+
8+
9+
10+
# What is wrong with the official documentation? (note: last section)
11+
12+
Absolutely nothing, this courae is just another way to learn the library, that might fit better with different people's learning styles.
13+
14+
Pydantic's docs are great at showing you how to do things and what functionality exists in the API, but they leave the "why does this feature exist and what are its use cases" for you to figure out on your own. It's not a flaw, you don't want to flood your docs with stuff like this. But it does open an another way of learning pydantic - through tutorials and courses, where technical information can be presented in a different, more friendly way.
15+
16+
Pydantic is basically industry standard now, but a lot of people only use the basic basemodel difinitions, some simple validators and nothing more. Even while working on this very project i realised that pydantic has already solved a lot of things that i have been reinventing for years.
517

0 commit comments

Comments
 (0)