TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #400 · 8 дек.

Три способа выполнить множество задач с asyncio Функция для примера: async def do_it(n): await asyncio.sleep(random.uniform(0.5, 1)) return n 1. Последовательный вызов async def main(): for i in range(100): result = await do_it(i) Такой вызов имеет смысл только тогда, когда результат одной задачи требуется для вызова следующей. Если они независимы, то это антипаттерн, так как аналогичен простому синхронному вызову по очереди. 2. Упорядоченный результат async def main(): tasks = [do_it(i) for i in range(100)] results = await asyncio.gather(*tasks) Выполняет корутины конкурентно и возвращает результат в виде списка. Полезен когда требуется получить результаты в том же порядке в котором задачи отправлены. 3. Результат по мере готовности tasks = [asyncio.create_task(do_it(i)) for i in range(100)] for cor in asyncio.as_completed(tasks): result = await cor Так же выполняет корутины конкурентно, но не гарантирует порядок. Результат возвращается по мере готовности, каждый отдельно. Полезен когда нужно обработать любой ответ как можно скорее. #async

Hashtags

Резултати

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

Пребарај: #grt

当前筛选 #grt清除筛选
Pro Analysis

@proanalysistrader · Post #28212 · 16.11.2024 г., 13:04

#GRT/USDT analysis : #GRT has broken out of its trendline with strong momentum following a bounce back from the support zone. The price is expected to maintain its bullish momentum and test previous highs. The current level presents a favorable entry opportunity. TF : 1W Entry : $0.2023 Target : $0.3446 and $0.4902 SL : $0.1450

Hashtags

Pro Analysis

@proanalysistrader · Post #28050 · 22.10.2024 г., 08:38

#GRT/USDT analysis : #GRT is currently in a downtrend, making lower lows (LLs) and lower highs (LHs), and is trading below the 200 EMA. The price is facing rejection from both the 200 EMA and the resistance zone. It is expected to decline from this point and potentially test the previous swing low. TF : 1D Entry : $0.1682 Target : $0.1294 SL : $0.1940

Hashtags

American Crypto©

@americancryptotrading · Post #27540 · 20.02.2026 г., 11:29

🇺🇸#GRT/USDT is ready to bounce from the lowerborder of the fallingwedge pattern on the weekly chart💁‍♂️ Looking for a move up on a bounce✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27323 · 26.07.2025 г., 08:29

🇺🇸#GRT/USDT is rebounding from the supportzone on the weekly chart🔍 More upside is likely📈 American Crypto©

Hashtags

Crypto Profit Coach™

@cryptoprofitcoach · Post #8731 · 14.03.2023 г., 18:31

#GRT Bullish 🚀🚀 https://www.binance.com/en/trade/GRT_BTC Buying Zone 600-625 Sitting on bottom.. bull run awaited Sell 🤑 700-740 🤑 740-800 🤑 800-860 🚀 860-900 & above Bullish above 585 Always use OCO after rising of Coin

Hashtags

Crypto

@signal_bitcoins · Post #2518 · 26.01.2024 г., 11:14

💰#GRT has a falling wedge pattern on 8H Time frame, we expec it will pump alot in the case of breakout, waiting now..⌛️ ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

Crypto

@signal_bitcoins · Post #2437 · 20.01.2024 г., 14:33

💰#GRT bounced back from the Support zone on 12H Time frame, we are waiting for breakup and pullback to the broken trendline 💫 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

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