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

Резултати

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

Пребарај: #bitlayer

当前筛选 #bitlayer清除筛选
Airdropp.io

@airdropp_io · Post #487 · 13.04.2024 г., 15:17

🔥 Pikaio Airdrop Pikaio aims to be the first launchpad on the #Bitlayer network. 👉https://pika.io/points/fS7uzk (If there are items) 1️⃣Wallet example (Metamask,OKXv.b) 2️⃣Connect your Twitter account and do the Rt, Like task. 3️⃣Connect Telegram and join the telegram channel. That's it, the current number of tasks. 📌 There will be special rewards for early events 1.Early Token Airdrops: Catch the moment to receive airdrops of upcoming ecosystem tokens!

Hashtags

TokenPocket

@tokenpocket_channel · Post #1320 · 11.04.2024 г., 07:47

🆕 BitLayer is now live on TokenPocket. 🟧BitLayer is the first Bitcoin security-equivalent Layer 2 based on the BitVM paradigm. 🚀How to create/import a #BitLayer wallet on #TokenPocket Mobile Wallet and Chrome Extension Wallet? Guide👉https://help.tokenpocket.pro/en/wallet-operation/how-to-create-a-wallet/bitlayer 💙Download #TokenPocket, create your BitLayer Wallet, and stay tuned to the upcoming campaign! 🔥 👉https://tokenpocket.pro 👉https://extension.tokenpocket.pro

TokenPocket

@tokenpocket_channel · Post #1326 · 17.04.2024 г., 07:02

🎇Happy #TP6Anni!! 💙Join and win 50 BitlayerLabs Lucky Helmet NFT Whitelists Giveaway on Galxe! 👉https://app.galxe.com/quest/TokenPocket/GCddyth8TC 🟧Bitlayer Lucky Helmet is the official NFT launched by BitlayerLabs, a symbol of identity representing the contributions of builders in the Bitlayer community. #TP6Anni#TokenPocket#Bitlayer

🎁Airdrops Info🎁

@crypdrops · Post #9028 · 17.08.2024 г., 07:27

🏅 Predict & Earn 50K Points Daily! 💰 🏀 Premier League Week 1 Prediction: Who will win—Man United vs. Fulham, Arsenal vs. Wolves? 👉 How to Enter: - RT & comment with a screenshot of your prediction - Drop your Bitlayer address 🎯 5 winners will be randomly chosen to win 10K points each tomorrow! Join Now: http://bitlayer.org/guess-to-earn #Preditctowin#Bitlayer#Giveaway Retweet: https://x.com/bitlayerlabs/status/1824353973127745582?s=46

TokenPocket

@tokenpocket_channel · Post #1339 · 14.05.2024 г., 09:40

🟧 Enjoy the complete BitlayerLabs Ecosystem on your TokenPocket Wallet! 👉https://tokenpocket.pro You can easily ✅Bridge #Bitcoin to Bitlayer ✅Find the trending DApps on Bitlayer ✅Track the real-time market #NFA ✅Manage your NFTs #LuckyHelmet 🔸and more in the near future! Ready your #Bitlayer Wallet on TokenPocket and stay tuned for more! 👉https://help.tokenpocket.pro/en/wallet-operation/how-to-create-a-wallet/bitlayer