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

Резултати

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

Пребарај: #mln

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

@CoinSonar · Post #244255 · 18.04.2026 г., 15:38

#MLN | Volume spike (USDT PAIR) 159 times the average volume 106.94K USDT traded in 5 min └Buying vol: 66.68K USDT 🟢 Boost score: 5/10 24h Vol: 192.69K USDT (Binance) Price: 3.53 (-0.9% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #244136 · 18.04.2026 г., 11:02

#MLN | Volume spike (USDT PAIR) 65 times the average volume 130.61K USDT traded in 15 min └Buying vol: 78.93K USDT 🟢 Boost score: 4/10 24h Vol: 192.69K USDT (Binance) Price: 3.48 (-0.9% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #244020 · 18.04.2026 г., 07:03

#MLN | Volume spike (USDT PAIR) 64 times the average volume 130.00K USDT traded in 15 min └Selling vol: 73.16K USDT 🔴 Boost score: 1/10 24h Vol: 192.69K USDT (Binance) Price: 3.37 (-0.9% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28397 · 18.01.2025 г., 06:27

#MLN/USDT analysis : #MLN is currently in a downtrend, characterized by a series of lower lows (LLs) and lower highs (LHs). The price is presently trading within a resistance zone, where it is anticipated to encounter resistance. As a result, a decline is expected from this level, with the price likely to test lower levels in the near future. TF : 4H Entry : $18.60 Target : $16.37 SL : $19.75

Hashtags

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