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

Резултати

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

Пребарај: #wld

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

@CoinSonar · Post #243961 · 18.04.2026 г., 04:18

#WLD | Volume spike (USDT PAIR) 70 times the average volume 729.89K USDT traded in 1 min └Buying vol: 437.10K USDT 🟢 Boost score: 5/10 24h Vol: 14.92M USDT (Binance) Price: 0.2869 (-4.0% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243798 · 17.04.2026 г., 17:55

#WLD | Volume spike (USDT PAIR) 58 times the average volume 605.14K USDT traded in 1 min └Buying vol: 304.83K USDT 🟢 Boost score: 3/10 24h Vol: 14.92M USDT (Binance) Price: 0.2953 (-4.0% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243739 · 17.04.2026 г., 15:25

#WLD | Volume spike (USDT PAIR) 10 times the average volume 1.60M USDT traded in 15 min └Buying vol: 865.51K USDT 🟢 Boost score: 2/10 24h Vol: 14.92M USDT (Binance) Price: 0.3017 (-4.0% in 24h)

Hashtags

Crypto Headlines

@market_headlines · Post #28341 · 10.04.2026 г., 15:09

#wld 🧐 Ежедневная разблокировка WLD снижается. В World Network напоминают – с 24 июля темпы разблокировки токена WLD сократятся на ~43% (с ~5,1m до ~2,9m токенов в день). ➠ Токены сообщества: -50% (с 3,2m до 1,6m WLD/день). ➠ Токены команды и инвесторов: -32% (с 1,9m до 1,3m WLD/день). Разлок остается линейным (ежедневным), без «клиффов». На текущий момент разблокировано ~4,9b WLD (49% от максимальной эмиссии), из них ~3,3b уже в обращении. Crypto Headlines

Hashtags

American Crypto©

@americancryptotrading · Post #27598 · 24.04.2026 г., 08:59

🇺🇸#WLD/USDT is holding above the lowerborder of the fallingwedge on the 3D chart👨‍💻 Time to bounce and rally🚀 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27531 · 11.02.2026 г., 10:51

🇺🇸#WLD/USDT has formed the descendingchannel on the weekly timeframe👀 A breakout will be huge✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27499 · 11.01.2026 г., 09:21

🇺🇸#WLD/USDT has found support at the midline of the descendingchannel formation on the weekly timeframe👨‍💻 A pump is expected✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27410 · 18.10.2025 г., 08:31

🇺🇸#WLD/USDT has printed the descendingchannel on the 3D chart👨‍💻 A bullish trend is unfolding📈 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27344 · 15.08.2025 г., 10:06

🇺🇸#WLD/USDT is maintaining its position above the lowerborder of the symmetricaltriangle formation on the daily timeframe👨‍💻 Recovery is on the way🚀 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27260 · 25.05.2025 г., 09:33

🇺🇸#WLD/USDT is consolidating above the broken broadeningwedge pattern on the daily timeframe👀 Time to rise🚀 American Crypto©

Hashtags

123•••78
ПретходнаСтраница 1 од 8Следна