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 слични објави

Пребарај: #mbl

当前筛选 #mbl清除筛选
Coin Sonar

@CoinSonar · Post #244059 · 18.04.2026 г., 08:04

#MBL | Volume spike (USDT PAIR) 19 times the average volume 128.62K USDT traded in 15 min └Buying vol: 76.93K USDT 🟢 Boost score: 4/10 24h Vol: 626.64K USDT (Binance) Price: 0.001023 (-0.4% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28027 · 17.10.2024 г., 06:04

#MBL/USDT analysis : #MBL is currently consolidating above the support zone. The price is expected to test this zone again before moving towards the swing high. It is recommended to wait for a pullback to enter a long position. TF : 1D Entry : $0.002672 Target : $0.003095 SL : $0.002527

Hashtags

Pro Analysis

@proanalysistrader · Post #27934 · 15.09.2024 г., 03:24

#MBL/USDT analysis : #MBL is in an uptrend, forming higher highs (HHs) and higher lows (HLs) above the 200 EMA. The price has recently bounced back from a support zone after retracement to it. It is expected that the price will sustain its bullish momentum and test the previous swing high. TF : 1H Entry : $0.00256 Target : $0.00265 SL : $0.00251

Hashtags

Pro Analysis

@proanalysistrader · Post #27795 · 05.08.2024 г., 08:05

#MBL/USDT analysis : #MBL is in a downtrend, trading below the 200 EMA. The price is expected to experience a pullback and will continue its downward momentum. Wait for the price to reject from the resistance zone for short entry. TF : 15min Entry : $0.00211 Target : $0.00190 SL : $0.00220

Hashtags

Coinlegs Cryptocurrency Signals

@coinlegs · Post #9632 · 01.01.2024 г., 12:15

Falling wedges detected on #KMD & #MBL by CoinLegs algorithm 📉 Bullish reversal ahead? Now imagine never missing this unique combo setup or dozens of other patterns again 💫 Our platform tracks every asset, all timeframes so you get alerts first 🛎️ www.coinlegs.com

Hashtags