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

Резултати

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

Пребарај: #og

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

@CoinSonar · Post #244249 · 18.04.2026 г., 15:28

#OG | Volume spike (USDT PAIR) 15 times the average volume 129.13K USDT traded in 15 min └Buying vol: 68.90K USDT 🟢 Boost score: 3/10 24h Vol: 790.01K USDT (Binance) Price: 3.288 (+1.9% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #244205 · 18.04.2026 г., 13:28

#OG | Volume spike (USDT PAIR) 16 times the average volume 132.54K USDT traded in 15 min └Buying vol: 67.24K USDT 🟢 Boost score: 4/10 24h Vol: 790.01K USDT (Binance) Price: 3.158 (+1.9% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243424 · 17.04.2026 г., 02:53

#OG | Volume spike (USDT PAIR) 16 times the average volume 136.08K USDT traded in 15 min └Buying vol: 91.62K USDT 🟢 Boost score: 3/10 24h Vol: 790.01K USDT (Binance) Price: 3.075 (+1.9% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243301 · 16.04.2026 г., 20:01

#OG | Volume spike (USDT PAIR) 15 times the average volume 130.59K USDT traded in 15 min └Buying vol: 76.98K USDT 🟢 Boost score: 4/10 24h Vol: 790.01K USDT (Binance) Price: 2.996 (+1.9% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28465 · 12.02.2025 г., 05:24

#OG/USDT analysis : #OG has retraced and is currently retesting a previously respected zone. The price is bouncing back from this level, with expectations of moving upward to test the swing high level. TF : 1D Entry : $3.820 Target : $5.160 SL : $2.977

Hashtags

Pro Analysis

@proanalysistrader · Post #27960 · 24.09.2024 г., 13:41

#OG/USDT analysis : #OG has experienced a breakout and subsequently retested the 200 EMA and a significant support zone. The price is expected to rebound from this level and sustain its momentum to challenge previous highs. TF : 4h Entry : $3.103 Target : $3.321 SL : $2.958

Hashtags

American Crypto©

@americancryptotrading · Post #27469 · 14.12.2025 г., 09:11

🇺🇸#OG/USDT has retested the upperborder of the descendingchannel pattern on the weekly timeframe🧐 Another bounce, another leg up🚀 American Crypto©

Hashtags

123•••56
ПретходнаСтраница 1 од 6Следна