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

Резултати

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

Пребарај: #syn

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

@CoinSonar · Post #243638 · 17.04.2026 г., 12:37

#SYN | Volume spike (USDT PAIR) 78 times the average volume 128.59K USDT traded in 15 min └Buying vol: 84.20K USDT 🟢 Boost score: 5/10 24h Vol: 156.66K USDT (Binance) Price: 0.0552 (-1.8% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243551 · 17.04.2026 г., 08:56

#SYN | Volume spike (USDT PAIR) 1019 times the average volume 110.89K USDT traded in 1 min └Buying vol: 72.12K USDT 🟢 Boost score: 7/10 24h Vol: 156.66K USDT (Binance) Price: 0.0510 (-1.8% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243483 · 17.04.2026 г., 06:31

#SYN | Volume spike (USDT PAIR) 78 times the average volume 128.90K USDT traded in 15 min └Buying vol: 74.11K USDT 🟢 Boost score: 3/10 24h Vol: 156.66K USDT (Binance) Price: 0.0494 (-1.8% in 24h)

Hashtags

American Crypto©

@americancryptotrading · Post #27596 · 22.04.2026 г., 08:52

🇺🇸#SYN/USDT is ready to break above the upper border of the fallingwedge pattern on the 3D timeframe🧐 A solid entry opportunity here🚀 American Crypto©

Hashtags

Fed. Russian Insiders ®

@FedRussianInsidersVip4Free · Post #7048 · 31.01.2026 г., 04:35

#SYN Update (Binance Futures) Reached : $0.1155✅ Profit: 130% move in 48 hours🚀 That’s what we’re talking about🔥🔥 - Sent via TeleFeed

Hashtags

Fed. Russian Insiders ®

@FedRussianInsidersVip4Free · Post #6886 · 18.11.2025 г., 10:13

$SYN UPDATE Currently consolidating around our entry, this is an opportunity that will not come back Once #SYN breaks above $0.072, there’s no way back

Hashtags

Fed. Russian Insiders ®

@FedRussianInsidersVip4Free · Post #6883 · 18.11.2025 г., 08:48

BUYING $SYN HERE The bottom is in for #SYN Entry: Below $0.07 Targets: 0.072 - 0.075 - 0.079 - 0.085 - 0.098 - 0.118 - 0.142 - 0.167 - 0.202 - 0.298 - OPEN SL: Below $0.05114

Hashtags

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