TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #397 · 12 ное.

Использование Pydantic сегодня стало нормой, и это правильно. Но иногда на ревью вижу, что используют его не всегда корректно. Например, метод BaseModel.model_dump() по умолчанию не преобразует стандартные типы, такие как datetime, UUID или Decimal, в простой сериализуемый для JSON вид. Тогда пишут кастмоный сериализатор для этих типов чтобы функция json.dump() не падала с ошибкой. import uuid from datetime import datetime from decimal import Decimal from uuid import UUID from pydantic import BaseModel class MyModel(BaseModel): id: UUID date: datetime value: Decimal obj = MyModel( id=uuid.uuid4(), date=datetime.now(), value='1.23' ) print(obj.model_dump()) # не подходит для json.dump # { # 'id': UUID('4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1'), # 'date': datetime.datetime(2025, 12, 12, 12, 12, 12, 111111), # 'value': Decimal('1.23') # } # добавляем свой кастомный сериализатор json.dumps(obj.model_dump(), cls=MySerializer) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2025-12-12T12:12:12.111111', # 'value': '1.23' # } В данном случае класс MySerializer обрабатывает datetime, UUID и Decimal. Например так: class MySerializer(json.JSONEncoder): def default(self, o): if isinstance(o, Decimal): return str(o) elif isinstance(o, datetime): return o.isoformat() elif isinstance(o, UUID): return str(o) return super().default(o) Специально для тех, кто всё еще так делает - в этом нет необходимости! Pydantic может это сделать сам, просто нужно добавить параметр mode="json". json.dumps(obj.model_dump(mode="json")) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2012-12-12T12:12:12.111111', # 'value': '1.23' # } #pydantic#libs

Резултати

Пронајдени 2 слични објави

Пребарај: #gt3rs

当前筛选 #gt3rs清除筛选
Auto Life

@revheadcrypto · Post #648 · 23.11.2024 г., 06:05

🚗💨Introducing the Porsche 911 GT3 RS with Manthey Racing Tuning Kit!💥🏁 Transform your track experience with a stunning upgrade for just $125,000! This kit significantly enhances stability and handling, generating over a ton of downforce at speeds of 285 km/h without increasing drag. ⚙️✨ 🔧Key Features: • 30% stiffer springs in the front and 15% in the rear • New adaptive dampers with dual valves for independent control • Lightning-fast response time (20-30 ms) managed by a custom module • Enhanced brake lines and optional high-durability racing pads 🏆 The Manthey Racing team is on a mission to shave seconds off the lap time at the legendary Nürburgring! ⏱️🌟 #Porsche911#GT3RS#MantheyRacing#TrackReady#PerformanceUpgrade#Nürburgring#CarEnthusiast#RacingLife#Supercar#Auto

Depth Wallpapers

@Depth_Wallpapers_official · Post #1767 · 03.04.2026 г., 04:10

​Search terms: #porsche ​#gt3rs ​#supercar ​#autumn ​#fallvibes ​#graffiti ​#matteblack ​#redandgrey ​#streetphotography ​#abandoned ​#carwallpaper ​#automotive​#moody ​#leaves#mobile#10k#car#porsche911#highres Preview HD A high-performance Porsche 911 GT3 RS with matte grey and red accents, staged in a moody, industrial setting filled with autumn leaves. High res wallpaper loading... (1min remaining)