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

Резултати

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

Пребарај: #cfx

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

@CoinSonar · Post #244125 · 18.04.2026 г., 10:29

#CFX | Volume spike (USDT PAIR) 163 times the average volume 140.93K USDT traded in 1 min └Selling vol: 124.54K USDT 🔴 Boost score: 1/10 24h Vol: 1.24M USDT (Binance) Price: 0.0614 (-4.8% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243760 · 17.04.2026 г., 15:52

#CFX | Volume spike (USDT PAIR) 10 times the average volume 138.01K USDT traded in 15 min └Selling vol: 76.35K USDT 🔴 Boost score: 1/10 24h Vol: 1.24M USDT (Binance) Price: 0.0632 (-4.8% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243591 · 17.04.2026 г., 10:35

#CFX | Volume spike (USDT PAIR) 11 times the average volume 145.26K USDT traded in 15 min └Selling vol: 120.85K USDT 🔴 Boost score: 1/10 24h Vol: 1.24M USDT (Binance) Price: 0.0636 (-4.8% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243542 · 17.04.2026 г., 08:30

#CFX | Volume spike (USDT PAIR) 11 times the average volume 144.26K USDT traded in 15 min └Buying vol: 75.43K USDT 🟢 Boost score: 3/10 24h Vol: 1.24M USDT (Binance) Price: 0.0649 (-4.8% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243443 · 17.04.2026 г., 04:32

#CFX | Volume spike (USDT PAIR) 10 times the average volume 131.45K USDT traded in 15 min └Selling vol: 88.66K USDT 🔴 Boost score: 1/10 24h Vol: 1.24M USDT (Binance) Price: 0.0667 (-4.8% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243370 · 17.04.2026 г., 00:11

#CFX | Volume spike (USDT PAIR) 9 times the average volume 129.11K USDT traded in 15 min └Selling vol: 89.35K USDT 🔴 Boost score: 1/10 24h Vol: 1.24M USDT (Binance) Price: 0.0668 (-4.8% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243335 · 16.04.2026 г., 21:50

#CFX | Volume spike (USDT PAIR) 9 times the average volume 128.41K USDT traded in 15 min └Selling vol: 70.09K USDT 🔴 Boost score: 1/10 24h Vol: 1.24M USDT (Binance) Price: 0.0647 (-4.8% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #27966 · 27.09.2024 г., 16:19

#CFX/USDT analysis : #CFX is presently trading within a resistance zone from where the price is expected to reject and exhibit a bearish move. The price is currently in an impulsive phase, with a corrective pullback pending and expected to form from the current zone. TF : 1h Entry : $0.1852 Target : $0.1566 SL : $0.1982

Hashtags

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