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

Резултати

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

Пребарај: #arkm

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

@CoinSonar · Post #244178 · 18.04.2026 г., 12:37

#ARKM | Volume spike (USDT PAIR) 72 times the average volume 96.33K USDT traded in 1 min └Buying vol: 71.46K USDT 🟢 Boost score: 6/10 24h Vol: 1.91M USDT (Binance) Price: 0.128 (-3.7% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #244099 · 18.04.2026 г., 09:32

#ARKM | Volume spike (USDT PAIR) 80 times the average volume 107.18K USDT traded in 1 min └Selling vol: 91.03K USDT 🔴 Boost score: 1/10 24h Vol: 1.91M USDT (Binance) Price: 0.125 (-3.7% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #244011 · 18.04.2026 г., 06:28

#ARKM | Volume spike (USDT PAIR) 9 times the average volume 197.67K USDT traded in 15 min └Buying vol: 127.42K USDT 🟢 Boost score: 4/10 24h Vol: 1.91M USDT (Binance) Price: 0.131 (-3.7% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243960 · 18.04.2026 г., 04:16

#ARKM | Volume spike (USDT PAIR) 9 times the average volume 194.34K USDT traded in 15 min └Selling vol: 102.61K USDT 🔴 Boost score: 1/10 24h Vol: 1.91M USDT (Binance) Price: 0.127 (-3.7% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243562 · 17.04.2026 г., 09:06

#ARKM | Volume spike (USDT PAIR) 10 times the average volume 204.48K USDT traded in 15 min └Selling vol: 115.58K USDT 🔴 Boost score: 1/10 24h Vol: 1.91M USDT (Binance) Price: 0.123 (-3.7% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243444 · 17.04.2026 г., 04:34

#ARKM | Volume spike (USDT PAIR) 9 times the average volume 192.47K USDT traded in 15 min └Buying vol: 132.64K USDT 🟢 Boost score: 3/10 24h Vol: 1.91M USDT (Binance) Price: 0.134 (-3.7% in 24h)

Hashtags

American Crypto©

@americancryptotrading · Post #27563 · 20.03.2026 г., 09:53

🇺🇸#ARKM/USDT is ready to bounce from the lowerborder of the descendingchannel on the 3D chart👀 Bounce will bring a huge rally📈 American Crypto©

Hashtags

Coinlegs Cryptocurrency Signals

@coinlegs · Post #10234 · 05.05.2024 г., 15:39

#ARKM It's currently in a supply zone, and a pullback is highly possible after the liquidity sweep. If it retraces to the green area, we can long with a stop loss. The target range lies between Fibonacci levels (0.618-0.786)

Hashtags

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