Working with APIs in Python? Use Pydantic

  Рет қаралды 5,074

Carberra

Carberra

Күн бұрын

Пікірлер: 10
@Carberra
@Carberra Жыл бұрын
Thanks for IPRoyal for sponsoring this video! Get 30% off any Royal Residential Proxies by following this link and using code *"CARBERRA"* at checkout! iproyal.club/carberra
@antonzimin3999
@antonzimin3999 Жыл бұрын
To convert the field name, you can use the simplest way. Use 'Field(alias="....")' from pydantic import BaseModel, Field class Example(BaseModel): pythonic_field: str = Field(alias="CamelCaseField") resp = {"CamelCaseField": "cool"} p = Example(**resp) print(p)
@parikshitrao2948
@parikshitrao2948 Жыл бұрын
Honestly this looks like you have to do this for every field but here its generalised, if the data keys are less then it would be fine but if you have a lot of keys, its a headache
@redsolaris1
@redsolaris1 Жыл бұрын
that basemodel class is borrowed from typescript Interfaces
@IwoGda
@IwoGda Жыл бұрын
You can make gt, ge etc. validators automatically by using =Field()
@SalihArdaMermer
@SalihArdaMermer Жыл бұрын
I wish I had learned this a month ago...
@labret4250
@labret4250 Жыл бұрын
ngl some things are just op
@helish_88
@helish_88 Жыл бұрын
Interesting, I miss ur hairs 😢
@Carberra
@Carberra Жыл бұрын
Maybe it'll make a return one day!
@helish_88
@helish_88 Жыл бұрын
@@Carberra
Python's SECRET diamond operator
4:10
Carberra
Рет қаралды 4,2 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Attrs, Pydantic, or Python Data Classes?
17:10
ArjanCodes
Рет қаралды 90 М.
Python for API - Learn how to access any API with Python
25:38
DevOps Journey
Рет қаралды 42 М.
Create A Python API in 12 Minutes
12:05
Tech With Tim
Рет қаралды 732 М.
Pydantic is the Python Package I Wish I'd Learned Earlier
11:21
John Watson Rooney
Рет қаралды 57 М.
Pydantic is OP, here's why
18:10
Carberra
Рет қаралды 25 М.
TypedDict is a LIFESAVER
6:44
Carberra
Рет қаралды 30 М.
Metaclasses in 17 minutes
17:29
Carberra
Рет қаралды 5 М.
Parsing data with Pydantic - A Python short by Michael Kennedy
7:47
Michael Kennedy
Рет қаралды 25 М.