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

Резултати

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

Пребарај: #validation

当前筛选 #validation清除筛选
EdgeMarket.AI 📣

@edgemarketai · Post #8121 · 22.04.2026 г., 08:31

🔥 NEW MARKET LIVE Atlético Madrid vs Arsenal Different systems. One outcome. 👉https://edgemarket.ai/bnb/football/who-will-win-arsenal-or-atltico-madrid/statistics/69e5ef7bdcd75d8e46236096 AI signal is live. Validate it using BETON. Liquidity flows through $SIGNAL. Drop your pick 👇 ⚽ Atlético ⚽ Arsenal #EdgeMarket#Football#Crypto#AI#Validation#SIGNAL

EdgeMarket.AI 📣

@edgemarketai · Post #8125 · 22.04.2026 г., 18:04

🚨 EdgeMarket Validation is LIVE This is where truth gets decided. Every event on EdgeMarket doesn’t end with AI… It gets verified by the community. Now it’s your turn. 🧠 AI creates the market 👥 You validate the outcome 🏆 Truth earns BETON +50 BETON available for accurate validation Points automatically added to your Telegram ID balance in the EdgeMarket BETON Leaderboard This is not guessing. This is proof. If you’re early, you understand: Validation = Power Join the validation layer now 👇 Be part of the system that defines what is true. #EdgeMarket#BETON#Validation#AIOracle#Web3#TruthEconomy

Venture Village Wall 🦄

@venturevillagewall · Post #4049 · 01.02.2025 г., 22:00

Telegram Takes Over Blockchain Control Telegram is ramping up its control over the TON blockchain by increasing the number of million-TON validators it operates. The minimum amount required to participate in validation has risen from 414K to 500K TON since December. This consolidation suggests a shift towards centralized management. Telegram has added 25 new validators in January, boosting its share of validators to over 66%. This move may simplify blockchain upgrades but raises concerns over decentralization. Telegram appears to be monetizing TON more directly, potentially selling it at discounts while maintaining income from accumulated TON investments. #TON#Telegram#Blockchain#Crypto#Validation#Decentralization#Investing#DigitalCurrency#Transparency#Ecosystem#VC#Finance#Investment#Tokens#Cryptocurrency#Web3#Technology#Governance#Markets#Assets

EdgeMarket.AI 📣

@edgemarketai · Post #8086 · 31.03.2026 г., 11:54

The next layer of EdgeMarket is live. We’re introducing community validation for real world events feeding verified truth directly into AI systems. Every validation strengthens the network. Every correct signal earns rewards. ⚡ Validate events 🧠. Train AI with real data 💰 Earn $BET This is how decentralised intelligence is built. Signal Truth. Earn $BET Click Here ⬇️ To Start https://edgemarket.ai/bnb/validate-results #EdgeMarket#AI#Web3#Crypto#BET #Airdrop#EarnCrypto#SignalTruth#Validation #Decentralization#AITraining#Blockchain #CommunityDriven#OnChain#DePIN