@testflightynoti · Post #37935 · 09.05.2026 г., 19:50
#Pocket#Goals#Savings#Tracker Join the Pocket Goals: Savings Tracker beta on ✈️#TestFlight 🔗 Link: https://testflight.apple.com/join/4vA79n6n Shared by Dimitri
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
Пребарај: #savings
@testflightynoti · Post #37935 · 09.05.2026 г., 19:50
#Pocket#Goals#Savings#Tracker Join the Pocket Goals: Savings Tracker beta on ✈️#TestFlight 🔗 Link: https://testflight.apple.com/join/4vA79n6n Shared by Dimitri
@testflightynoti · Post #37721 · 07.05.2026 г., 06:49
#Bink#Bitcoin#Wallet#amp#Savings Join the Bink: Bitcoin Wallet & Savings beta on ✈️#TestFlight 🔗 Link: https://testflight.apple.com/join/9hAYKdUz Shared by Dimitri
@venturevillagewall · Post #3561 · 20.12.2024 г., 09:32
$17M Round for Scripta Insights Scripta Insights, a healthcare IT solution, raised $17M to aid self-insured employers and payers in reducing pharmacy benefit costs. The funding round occurred on December 18, 2024. Learn more: Scripta Insights #HealthcareIT#Funding#PharmacyBenefits#CostContainment#SelfInsured#Employers#Payers#Savings#Prescriptions
@venturevillagewall · Post #4328 · 07.03.2025 г., 07:00
Trump Establishes Strategic Bitcoin Reserve Former President Trump has signed an order to create a strategic Bitcoin reserve in the U.S., based on approximately 200,000 BTC confiscated by the government. This reserve will serve as a savings asset, not intended for sale, acting as a digital Fort Knox. Meanwhile, analysts indicate that governments may follow the U.S. lead, reducing the likelihood of Bitcoin bans from regulators. Post-announcement, Bitcoin saw a price drop from $91,000 to $85,000 but has since recovered to $88,000. No altcoins are currently included in the reserve plans. Full details here: Reuters #Bitcoin#crypto#Trumpr#US#Blockchain#Finance#Regulation#Assets#DigitalCurrency#Investments#Savings#Market#Trading#Reserves#Government#FTX#Securities#FortKnox#Economy#PriceDrop#StrategicReserve