From 2eb62a3b2f2d345aa7b4625306331f68a7bc0fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Hultn=C3=A9r?= Date: Tue, 26 May 2020 08:50:56 +0200 Subject: [PATCH] Added a "Talks and video tutorials" section (#1499) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added a "Talks and video tutorials" section Added my "Python pydantic Introduction – Give your data classes super powers" talk YouTube video based on the talk for Python Pizza. * Add changelog entry for video change Did this after creating the pr so I would have the number to use as a reference. * Moved video into a discussion subsection Now placed under testimonials * Updated change log entry to reflect changes. --- changes/1499-hultner.md | 1 + docs/index.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 changes/1499-hultner.md diff --git a/changes/1499-hultner.md b/changes/1499-hultner.md new file mode 100644 index 0000000..727d5c5 --- /dev/null +++ b/changes/1499-hultner.md @@ -0,0 +1 @@ +Added a "Discussion of Pydantic" section to the documentation, with a link to "Pydantic Introduction" video by Alexander Hultnér diff --git a/docs/index.md b/docs/index.md index 9ddc367..ab29bb8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -121,3 +121,11 @@ For a more comprehensive list of open-source projects using *pydantic* see the [Python Bytes Podcast](https://pythonbytes.fm/episodes/show/157/oh-hai-pandas-hold-my-hand) : "*This is a sweet simple framework that solves some really nice problems... Data validations and settings management using python type annotations, and it's the python type annotations that makes me really extra happy... It works automatically with all the IDE's you already have.*" --Michael Kennedy + +### Discussion of Pydantic + +Talks and videos discussing and teaching pydantic. + +[Python pydantic Introduction – Give your data classes super powers](https://www.youtube.com/watch?v=WJmqgJn9TXg) +: a talk by Alexander Hultnér originally for the Python Pizza Conference introducing new users to pydantic and walking through the core features of pydantic. +