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

Резултати

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

Пребарај: #ens

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

@CoinSonar · Post #243334 · 16.04.2026 г., 21:49

#ENS | Volume spike (USDT PAIR) 12 times the average volume 129.53K USDT traded in 15 min └Selling vol: 113.21K USDT 🔴 Boost score: 1/10 24h Vol: 981.00K USDT (Binance) Price: 6.17 (-3.3% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243271 · 16.04.2026 г., 18:53

#ENS | Volume spike (USDT PAIR) 167 times the average volume 114.35K USDT traded in 1 min └Selling vol: 57.63K USDT 🔴 Boost score: 1/10 24h Vol: 981.00K USDT (Binance) Price: 6.17 (-3.3% in 24h)

Hashtags

CryptoBull_360™

@cryptobull_360 · Post #48363 · 15.02.2026 г., 13:55

#ENS is rebounding from the support trendline of the descending channel, with the Ichimoku Cloud acting as a resistance barrier. A decisive breakout above both the channel and the cloud would confirm bullish momentum.

Hashtags

Pro Analysis

@proanalysistrader · Post #28383 · 12.01.2025 г., 05:38

#ENS/USDT analysis : #ENS is currently in an uptrend, consistently reaching new highs while trading above the 200 EMA. The price is now retracing towards the 200 EMA and a significant support level. It is expected that the price will test this zone and rebound, which should support the continuation of bullish momentum and will lead to a retest of previous highs. TF : 1D Entry : $30.35 Target : $47 SL : $23.38

Hashtags

Pro Analysis

@proanalysistrader · Post #28309 · 04.12.2024 г., 11:33

#ENS/USDT analysis : #ENS is currently in an uptrend, trading above the 200 EMA. The price has recently bounced back from the 200 EMA, suggesting a continuation of its bullish momentum and potential testing of higher levels. For a long entry, it is advisable to wait for a retracement to optimize the entry point. TF : 30min Entry : $43 Target : $48 SL : $38

Hashtags

American Crypto©

@americancryptotrading · Post #27516 · 27.01.2026 г., 10:59

🇺🇸#ENS/USDT is holding above the supportzone on the 3D chart🧐 Recovery phase is starting🚀 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27234 · 30.04.2025 г., 10:25

🇺🇸#ENS/USDT is challenging the upperborder of the broadeningwedge on the daily chart🧐 Looking for a breakout🐃 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27103 · 31.12.2024 г., 13:08

🇺🇸#ENS/USDT is retesting the s/rzone on the weekly timeframe👨‍💻 To the moon after bounce🚀 American Crypto©

Hashtags

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