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

Резултати

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

Пребарај: #pha

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

@CoinSonar · Post #243495 · 17.04.2026 г., 07:09

#PHA | Volume spike (USDT PAIR) 21 times the average volume 128.41K USDT traded in 15 min └Buying vol: 83.38K USDT 🟢 Boost score: 6/10 24h Vol: 563.58K USDT (Binance) Price: 0.0391 (-6.0% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28508 · 01.03.2025 г., 19:27

#PHA/USDT analysis : #PHA has experienced a breakout followed by a retest of the support zone. The price is now anticipated to continue its downward trajectory and test lower levels. This bearish outlook is supported by the breakout and retest pattern, suggesting a potential continuation of the downtrend. TF : 4H Entry : $0.1465 Target : $0.1146 SL : $0.1642

Hashtags

American Crypto©

@americancryptotrading · Post #27222 · 18.04.2025 г., 15:36

🇺🇸#PHA/USDT has broken above the descendingresistance on the daily chart🔥 Pump is coming🐃 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27140 · 02.02.2025 г., 19:27

🇺🇸#PHA/USDT is testing the broken s/rzone on the weekly chart🔍 Bullish if we bounce🐃 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27038 · 03.11.2024 г., 14:01

🇺🇸#PHA/USDT maintaining keysupport on weekly timeframe👨‍💻 Expecting nice upside move from these levels📈 American Crypto©

Hashtags

Crypto Profit Coach™

@cryptoprofitcoach · Post #9138 · 09.05.2025 г., 15:53

#PHA👈💲 https://www.binance.com/en/trade/PHA_BTC Buying Zone 123-130 👆 Sitting at bottom Sell 🤑 142-150 🤑 150-160 🚀 160-185 💃 185-200 & above Bullish above 115🔼🔼 Death Zone below 115🔽🔽

Hashtags

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