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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #418 · 9 мар.

Оператор pipe позволяет писать более компактный код, реализуя логику объединения данных (Union). Важно помнить, что его поведение зависит от контекста. Побитовые операции (логическое OR) result = 5 | 3 # 5 (0101) | 3 (0011) = 7 (0111) Самое главное - не путать с оператором or, это другое! Объединение множеств set_a = {1, 2, 3} set_b = {3, 4, 5} set_c = set_a | set_b # {1, 2, 3, 4, 5} set_c |= {5, 6} # {1, 2, 3, 4, 5, 6} Слияние словарей dict_1 = {"a": 1, "b": 2} dict_2 = {"b": 3, "c": 4} merged = dict_1 | dict_2 # {'a': 1, 'b': 3, 'c': 4} merged |= {"d": 5} # {'a': 1, 'b': 3, 'c': 4, 'd': 5} Аннотации типов, заменяет Union def process_data(value: int | str) -> None: print(value) Допустимо использовать в isinstance или issubclass isinstance(3, int | float) # True Паттерн-матчинг status_code = 404 match status_code: case 200 | 201 | 204: print("OK") case 400 | 404 | 500: print("ERROR") Для использования в своих классах требуется переопределить метод __or__ Так же нашел библиотеку pipe которая добавляет еще много возможностей. Рекомендую ознакомиться ;) #basic

Hashtags

Резултати

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

Пребарај: #bitstamp

当前筛选 #bitstamp清除筛选
CRYPTO NEWS

@cryptonewstel · Post #833 · 29.11.2025 г., 09:52

JUST IN : 🚨 💰An Ethereum OG just deposited another 18,000 $ETH($54.78M) into #Bitstamp. He still holds 66,252 $ETH($201M) — with total profits of ~$270M. ➖➖➖➖➖➖➖➖➖ 📣@cryptonewstel ✨Vip join⭐️

Hashtags

SpotOnChain | Announcement

@spotonchain · Post #390 · 12.09.2023 г., 01:40

🚨 Vitalik Buterin transferred another 2,000 $ETH ($3.12M) to address 0x556 10 hours ago. ➡️ Notably, the Ethereum’s co-founder appeared to have deposited 2,002 $ETH ($3.33M) to #Bitstamp and sold 100 $ETH for 173K $USDC since August 25 (18 days ago) via address 0x556. 👉 More details: https://platform.spotonchain.ai/signal-details/vitalik-buterin-may-plan-deposit-more-eth-to-bitstamp-561 👉 If you have any questions, feel free to discuss in our discord group: https://discord.com/invite/Xh7cReej7n

Hashtags

SpotOnChain | Announcement

@spotonchain · Post #377 · 03.09.2023 г., 01:10

🚨 Vitalik Buterin transferred 999 $ETH ($1.63M) from better-known address 0xD04 to 0x556 20 hours ago. ➡️ Notably, the Ethereum’s co-founder appeared to have deposited 1,602 $ETH ($2.68M) to #Bitstamp and sold 100 $ETH for 173K $USDC over the past 8 days via address 0x556. 👉 More details: https://platform.spotonchain.ai/signal-details/vitalik-buterin-sold-mkr-and-may-deposit-eth-to-bitstamp-soon-531 👉 If you have any questions, feel free to discuss in our discord group: https://discord.com/invite/Xh7cReej7n

Hashtags

Crypto Pump Club

@crypto_bitcoin_pumps_signal · Post #85 · 06.07.2022 г., 10:32

🔥 Bitstamp exchange charges fees from inactive accounts ▪️ Bitstamp charges a fee of 10 euros from some inactive users. #Bitstamp

Hashtags

Tether

@tether · Post #42 · 21.07.2021 г., 12:23

We are pleased to announce that EURt will be available on #Bitstamp🎉 The euro-pegged stablecoin, will provide a liquid, stable and trusted means of obtaining exposure to the single European currency to Bitstamp’s users⬇️ https://tether.to/tether-tokens-eurt-will-be-available-on-bitstamp/

Hashtags

ПретходнаСтраница 1 од 3Следна