@signal_bitcoins · Post #1750 · 08.12.2023 г., 10:40
#BTT hitted the Supply zone on 2D Time frame we are waiting for the correction from this area 📉 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️
Hashtags
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
Пребарај: #btt
@signal_bitcoins · Post #1750 · 08.12.2023 г., 10:40
#BTT hitted the Supply zone on 2D Time frame we are waiting for the correction from this area 📉 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️
Hashtags
@expeditionsworldwide · Post #76 · 24.08.2020 г., 17:00
Today I add a coin to the experimental portfolio - BitTorrent (#BTT) on the Binance cryptocurrency exchange. 📊Full statistics of the investment portfolio - https://bit.ly/30GlvN2 🛒The Motives for buying #BTT It is ranked 41 in the CoinMarketCap rating. The coin has just passed the middle of the descending channel and has already retested it. The Support zone is $0.0003199-0.0004000. The Resistance zone is $0.0005967-0.0006746. The price projector points to a rise to $0.0009737, plus 2 potential zones around $0.0012 and $0.0018. 🚀 I expect growth from 150% to 360%
Hashtags
@whale_alert · Post #10973 · 20.02.2020 г., 08:14
2,692,307,692 #BTT (1,322,664 USD) transferred from #Binance to unknown wallet Tx: https://t.co/gRgXz9DlPN
@whale_alert · Post #10974 · 20.02.2020 г., 08:14
2,692,307,692 #BTT (1,313,835 USD) transferred from unknown wallet to #Poloniex Tx: https://t.co/oKilknyFzf
@airdrop3ltd · Post #159 · 23.07.2021 г., 14:38
🥳#BitTorrent July Carnival: Join Telegram Group and Invite Your Friends, Grab 50,000 #BTT! 1⃣Join Tele group to share 15,000 $BTT 2⃣Invite friends and share 35,000 $BTT Instantly Payment 🕹Start bot Link :- https://t.me/AirdropLimitedBTT_Robot?start=Bot1386959 Most Join All Channel So Get Payment.
Hashtags
@LabPadre · Post #8 · 15.12.2021 г., 16:30
If you wanna buy a day #BITCOIN #Ethereum#dogecoin#shiba #FLOKI#cryptocurrency#KISHU#saitama#dogelonmars#Akita #babydogecoin#STARLINK #raca#gatetoken#BTT So sign up my refferall code on #Gateio 》》》》》click it>> https://t.co/9rYQKM567h
@tokenpocket_channel · Post #653 · 27.06.2023 г., 07:27
🚀Big news! With the support of Debank and Blockin.ai, we're thrilled to unveil the integration of 10 New Chains for DeFi Asset Management on #TokenPocket: #Gnosischain, #Arbitrum, #Klaytn, #Avalanche, #Aurora, #Conflux, #BTT, #Nova, #ZKsync, and #EOS EVM. 💪Combined with our existing support for #ETH, #BSC, #Matic, #OP, #Moonbeam, #Heco, #FTM, #OKTC, and #Harmony, we now support a total of 19 Chains! 📲On your wallet's assets page ➡️DeFi Entrance ➡️manage your #DeFi assets, explore #Staking, #Deposits, #Farming, #Lending, #LiquidityPools, and More — all of these on-chain #DeFibehaviors. 🔥Explore and manage your DeFi Assets seamlessly with the power of 👉TokenPocket. Check it out today! #DeFi#blockchain#tokenpocket