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

Резултати

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

Пребарај: #ada

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

@CoinSonar · Post #243664 · 17.04.2026 г., 13:17

#ADA | Volume spike (USDT PAIR) 9 times the average volume 3.17M USDT traded in 15 min └Buying vol: 1.73M USDT 🟢 Boost score: 3/10 24h Vol: 31.42M USDT (Binance) Price: 0.2631 (-3.5% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243533 · 17.04.2026 г., 08:19

#ADA | Volume spike (USDT PAIR) 59 times the average volume 1.29M USDT traded in 1 min └Buying vol: 667.54K USDT 🟢 Boost score: 4/10 24h Vol: 31.42M USDT (Binance) Price: 0.2565 (-3.5% in 24h)

Hashtags

Coin Sonar

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

#ADA | Volume spike (USDT PAIR) 9 times the average volume 3.18M USDT traded in 15 min └Buying vol: 1.99M USDT 🟢 Boost score: 4/10 24h Vol: 31.42M USDT (Binance) Price: 0.2596 (-3.5% in 24h)

Hashtags

CryptoBull_360™

@cryptobull_360 · Post #48396 · 16.02.2026 г., 11:56

#ADA is consolidating within a descending broadening wedge pattern and is currently trading below both the resistance trendline and the Ichimoku Cloud. A decisive breakout of the wedge would signal a bullish trend, while continued weakness below the cloud could lead to further downside.

Hashtags

Crypto Headlines

@market_headlines · Post #28663 · 24.04.2026 г., 08:28

#ada ❌ JPG Store и Comet закроются 23 мая –анонс JPG Store – NFT-маркетплейс в экосистеме Cardano. Comet – мобильное приложение для торговли Cardano-токенами, что-то ближе к swap/DEX-агрегатору. Crypto Headlines

Hashtags

Pro Analysis

@proanalysistrader · Post #27859 · 20.08.2024 г., 13:38

#ADA/USDT analysis : #ADA is currently experiencing a rejection from the resistance zone after being rejected in that area near the 200 EMA. The current trend indicates a continuation of the downward momentum, with a potential retest of previous lows anticipated. TF : 4H Entry : $0.3467 Target : $0.2863 SL : $0.3626

Hashtags

American Crypto©

@americancryptotrading · Post #27463 · 08.12.2025 г., 10:15

🇺🇸#ADA/USDT is ready to rebound from the lowerborder of the descendingchannel formation on the 2D chart🧐 Bounce pressure is building📈 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27347 · 18.08.2025 г., 10:12

🇺🇸#ADA/USDT is currently trading above the neckline of the cup & handle formation on the weekly chart🔍 Up we go📈 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27327 · 30.07.2025 г., 08:37

🇺🇸#ADA/USDT is bouncing from the broken s/rzone on the weekly chart👀 Expecting further upside📈 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27301 · 04.07.2025 г., 08:55

🇺🇸#ADA/USDT is currently retesting the s/rzone on the weekly timeframe🔥 Climbing higher from here✈️ American Crypto©

Hashtags

123•••10•••1213
ПретходнаСтраница 1 од 13Следна