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 слични објави

Пребарај: #preseed

当前筛选 #preseed清除筛选
Crypto M - Crypto News

@CryptoM · Post #64712 · 09.04.2026 г., 15:35

🚀 Enhanced Labs Secures $1 Million in Pre-Seed Funding for DeFi Expansion DeFi solutions provider Enhanced Labs has announced the successful completion of a $1 million pre-seed funding round. According to Odaily, the round was led by Maximum Frequency Ventures, with participation from GSR, Selini, Flowdesk, and a group of angel investors. The newly acquired funds are expected to support product development and operations, as well as expand options-based yield strategies to a broader range of on-chain assets, including tokenized real-world assets. #DeFi#Funding#PreSeed#Crypto#Blockchain#YieldFarming#TokenizedAssets#Startup#Investment#CryptoNews

Crypto M - Crypto News

@CryptoM · Post #65423 · 13.04.2026 г., 07:05

🚀 Varys Capital's Tom Dunleavy Highlights Dramatic Shift in Crypto Funding Landscape The cryptocurrency market has experienced a significant shift in its funding environment over the past six months, according to Odaily. Tom Dunleavy, Head of Venture Capital at Varys Capital, shared on X that the process for venture capitalists (VCs) to secure promising projects has changed drastically. Previously, VCs had to engage in extensive networking, content creation, podcast appearances, and numerous calls to attract investments. Now, simply having available funds is sufficient, as projects are actively seeking out VCs. Currently, most VC firms are in one of three states: they have exhausted their funds, shifted focus to later-stage investments (Series A and beyond), or are in the process of fundraising, albeit with difficulty. Fundraising timelines have extended from 2-3 weeks to 2-3 months. Projects with questionable business models or those merely replicating the latest trends are struggling to secure new or follow-up funding, which Dunleavy views as a positive development. There are fewer than 20 firms actively investing in pre-seed or seed rounds. VCs now have the luxury of selecting projects more carefully and conducting thorough due diligence. The investment cycle of 2025-2026 is anticipated to be a historic 'golden opportunity,' provided VCs can endure the current market conditions. #CryptoFunding#VentureCapital#CryptoMarket#PreSeed#SeedInvestment#DueDiligence#InvestmentTrends#CryptoVC#FundingLandscape#GoldenOpportunity

Venture Village Wall 🦄

@venturevillagewall · Post #3506 · 19.12.2024 г., 15:43

$6M Raised by Fraction AI Decentralized AI data labeling platform Fraction AI has successfully secured $6M in a Pre-seed funding round. The round was spearheaded by The Spartan Group and Symbolic Capital, with notable participation from various investors including Borderless Capital and Anagram. #AI#Funding#Decentralized#DataLabeling#Investment#FractionAI#PreSeed#TheSpartanGroup#SymbolicCapital#BorderlessCapital#Anagram#ForesightVentures#MaskNetwork#Karatage#NextWebCapital#KosmosVentures#MHVentures#GenerativeVentures#OakGroveVentures#CogitentVentures