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

Резултати

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

Пребарај: #mbl

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

@CoinSonar · Post #244059 · 18.04.2026 г., 08:04

#MBL | Volume spike (USDT PAIR) 19 times the average volume 128.62K USDT traded in 15 min └Buying vol: 76.93K USDT 🟢 Boost score: 4/10 24h Vol: 626.64K USDT (Binance) Price: 0.001023 (-0.4% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28027 · 17.10.2024 г., 06:04

#MBL/USDT analysis : #MBL is currently consolidating above the support zone. The price is expected to test this zone again before moving towards the swing high. It is recommended to wait for a pullback to enter a long position. TF : 1D Entry : $0.002672 Target : $0.003095 SL : $0.002527

Hashtags

Pro Analysis

@proanalysistrader · Post #27934 · 15.09.2024 г., 03:24

#MBL/USDT analysis : #MBL is in an uptrend, forming higher highs (HHs) and higher lows (HLs) above the 200 EMA. The price has recently bounced back from a support zone after retracement to it. It is expected that the price will sustain its bullish momentum and test the previous swing high. TF : 1H Entry : $0.00256 Target : $0.00265 SL : $0.00251

Hashtags

Pro Analysis

@proanalysistrader · Post #27795 · 05.08.2024 г., 08:05

#MBL/USDT analysis : #MBL is in a downtrend, trading below the 200 EMA. The price is expected to experience a pullback and will continue its downward momentum. Wait for the price to reject from the resistance zone for short entry. TF : 15min Entry : $0.00211 Target : $0.00190 SL : $0.00220

Hashtags

Coinlegs Cryptocurrency Signals

@coinlegs · Post #9632 · 01.01.2024 г., 12:15

Falling wedges detected on #KMD & #MBL by CoinLegs algorithm 📉 Bullish reversal ahead? Now imagine never missing this unique combo setup or dozens of other patterns again 💫 Our platform tracks every asset, all timeframes so you get alerts first 🛎️ www.coinlegs.com

Hashtags