@bizfeed · Post #331433 · 11.08.2025 г., 12:24
Crypto News Aggregator by EXCAVO | ꘜ 💰#ETH SharpLink raised $400M to buy ETH and reported that they currently own approximately 598,800 ETH.
Hashtags
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
Пребарај: #eth
@bizfeed · Post #331433 · 11.08.2025 г., 12:24
Crypto News Aggregator by EXCAVO | ꘜ 💰#ETH SharpLink raised $400M to buy ETH and reported that they currently own approximately 598,800 ETH.
Hashtags
@CoinSonar · Post #244096 · 18.04.2026 г., 09:17
#ETH | Volume spike (BTC PAIR) 59 times the average volume 17.610 BTC traded in 1 min └Buying vol: 11.222 BTC 🟢 Boost score: 7/10 24h Vol: 423.210 BTC (Binance) Price: 0.03102 (-0.8% in 24h)
Hashtags
@CoinSonar · Post #243858 · 17.04.2026 г., 22:34
#ETH | Volume spike (USDT PAIR) 9 times the average volume 60.87M USDT traded in 15 min └Buying vol: 48.96M USDT 🟢 Boost score: 4/10 24h Vol: 600.23M USDT (Binance) Price: 2439.10 (-2.4% in 24h)
Hashtags
@CoinSonar · Post #243682 · 17.04.2026 г., 13:31
#ETH | Volume spike (BTC PAIR) 9 times the average volume 43.160 BTC traded in 15 min └Buying vol: 21.883 BTC 🟢 Boost score: 4/10 24h Vol: 423.210 BTC (Binance) Price: 0.03143 (-0.8% in 24h)
Hashtags
@CoinSonar · Post #243667 · 17.04.2026 г., 13:19
#ETH | Volume spike (USDT PAIR) 9 times the average volume 61.41M USDT traded in 15 min └Buying vol: 39.26M USDT 🟢 Boost score: 4/10 24h Vol: 600.23M USDT (Binance) Price: 2415.48 (-2.4% in 24h)
Hashtags
@cointrendz · Post #86417 · 16.05.2026 г., 09:19
🔴RSI Oversold Alert (4h)🔴 📉#ETH (RSI: 29.94 ⚡) | 24h🔻: -3.11%
Hashtags
@cointrendz · Post #86247 · 04.05.2026 г., 02:53
🟢RSI Overbought Alert (4h)🟢 📉#ETH (RSI: 70.02 ⚡) | 24h📈: 3.35%
Hashtags
@cointrendz · Post #85983 · 17.04.2026 г., 14:04
🟢RSI Overbought Alert (4h)🟢 📉#ETH (RSI: 70.08 ⚡) | 24h📈: 5.96%
Hashtags
@cointrendz · Post #85890 · 13.04.2026 г., 22:34
🟢RSI Overbought Alert (4h)🟢 📉#ETH (RSI: 70.05 ⚡) | 24h📈: 6.97%
Hashtags
@cointrendz · Post #85856 · 11.04.2026 г., 18:39
🟢RSI Overbought Alert (4h)🟢 📉#ETH (RSI: 70.03 ⚡) | 24h📈: 1.94%
Hashtags
@cointrendz · Post #85763 · 06.04.2026 г., 08:40
🟢RSI Overbought Alert (4h)🟢 📉#ETH (RSI: 70.09 ⚡) | 24h📈: 5.07%
Hashtags
@cointrendz · Post #85659 · 29.03.2026 г., 22:52
🔴RSI Oversold Alert (4h)🔴 📉#ETH (RSI: 29.72 ⚡) | 24h🔻: -3.26%
Hashtags