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

TGINSIGHT SIMILAR POSTS

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

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

Отдельно разберём TaskGroup, который пришел на замену gather в Python 3.11. Ключевые отличия ▫️create_task() возвращает объект asyncio.Task, у которого есть соответствюущие методы управления. То есть у нас больше контроля ▫️это контекстный менеджер, который гарантирует что все таски будут остановлены по выходу из контекста ▫️ошибка автоматически отменяет незавершенные задачи, ▫️except* передает нам ExceptionGroup, в котором каждую ошибку можно обработать отдельно import asyncio import random async def do_it() -> str: if random.random() < 0.1: raise ValueError('Oops') delay = random.uniform(0.5, 1.5) await asyncio.sleep(delay) return delay async def main(): try: async with asyncio.TaskGroup() as tg: for _ in range(10): tasks.append(tg.create_task(do_it())) for t in tasks: print(t.result()) except *ValueError as e: for err in e.exceptions: print(err) asyncio.run(main()) Рекомендую изучить страницу Coroutines and Tasks из документации, где представлено больше интересных примеров и механизмов - таймауты - отмена задач - создание задач из другого потока #async

Hashtags

Резултати

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

Пребарај: #lummis

当前筛选 #lummis清除筛选
Venture Village Wall 🦄

@venturevillagewall · Post #3961 · 23.01.2025 г., 16:00

Senator Lummis Chairs Digital Assets Committee Senator Cynthia Lummis has been elected as chair of the Senate Banking Subcommittee on Digital Assets. Known for her strong support of #Bitcoin and blockchain technology, she aims to urgently pass laws creating a Strategic Bitcoin Reserve. This elevation marks a significant event for the crypto industry. The Senate Banking Committee is set to officially vote on this appointment tomorrow at 10 AM EST. Links: - Leviathan News - Watcher Guru - Fox Business #Lummis#DigitalAssets#Crypto#Bitcoin#Blockchain#USSenate#BitcoinReserve#VC#Regulation#Finance#Investment#Economy#Innovation

Venture Village Wall 🦄

@venturevillagewall · Post #4327 · 07.03.2025 г., 04:00

Trump Announces U.S. Bitcoin Strategic Reserve 🚨 President Trump signs an Executive Order to create a Strategic Reserve of Bitcoin. Key points: - Executive action allows acquisition of Bitcoin only through confiscated funds. - Full audit of digital assets held by the government mandated. - Coinbase CEO believes G20 nations will follow U.S. leadership in Bitcoin reserves. - Senator Lummis claims U.S. is becoming the Bitcoin capital of the world. Market impact: $225M liquidated in crypto markets shortly after the news. For more details, see the post here: Leviathan News #Bitcoin#Crypto#VC#US#Trump#Lummis#ExecutiveOrder#Reserve#Blockchain#DigitalAssets#CryptoMarket#G20#Coinbase#Regulation#XRP#ADA#ETH#SOL

Venture Village Wall 🦄

@venturevillagewall · Post #3834 · 10.01.2025 г., 01:00

Coinbase Subpoenaed in Polymarket Inquiry Coinbase confirms it has received a subpoena related to the CFTC's investigation into Polymarket. This development raises questions about regulatory scrutiny in the crypto space. *Senator Cynthia Lummis is expected to head a new Senate committee focused on digital assets, which may influence future legislation.* Read more: Velo News #Coinbase#CFTC#Polymarket#Crypto#Senate#DigitalAssets#Regulation#Blockchain#USPolitics#Lummis#Finance#Investing#Market#Law#Technology#Innovation#Compliance#Research#Velo#News

Venture Village Wall 🦄

@venturevillagewall · Post #4061 · 03.02.2025 г., 22:00

Major Bitcoin Moves & New Token Launch 🔹 Bitcoin reaches $101,898. 🔹 Leviathan’s Legal-Squid-in-Residence launches new token on flaunch.gg. 5% of the supply locked with GAIB BORG. 🔹 150,000,000 #USDT transferred to unknown wallet (worth $150,040,874). 🔹 59,000,000 #USDC minted at USDC Treasury. 🔹 Senator Lummis calls President Trump’s sovereign wealth fund order a '*₿ig deal*'. 🔹 Trump reportedly purchases 86,000 ETH for $220 million amidst market fears. Stay updated for more! #Bitcoin#USDT#USDC#Crypto#Finance#WealthFund#Lummis#Trump#ETH#TokenLaunch#GAIBBORG#Investment#WhaleAlert#MarketNews#SovereignWealth#Ethereum#Flaunch#Leviathan#TraderAlert#CryptoMarket