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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #424 · 13 апр.

Стандартная библиотека asyncio это стандарт (начиная с Py3.4) для работы с асинхронным кодом. Но эта библиотека достаточно низкоуровневая, со своими проблемами, устаревшими подходами. Чтобы исправить это, были созданы разные обертки и альтернативы с реализацией популярных инструментов и паттернов асинхронного программирования. Это такие библиотеки как: - trio: улучшает корректность выполнения, не оставляя потерянных корутин при ошибках, то есть предлагает Structured Concurrency из коробки. - curio: упрощение синтаксиса и читаемости кода, больше похоже на работу с потоками. - anyio: универсальная обертка над asyncio или trio плюс множество вспомогательных инструментов. anyio используется в FastAPI как основная библиотека для работы с асинхронным кодом и вызовом синхронного кода из асинхронного. В общем, рекомендую почитать про возможности anyio, возможно вы более не будете использовать чистый asyncio в своих проектах) Это совсем не значит что дефолтный asyncio плох, он тоже даёт достаточный для работы функционал и продолжает развиваться. Например, в версии 3.11 появились TaskGroup, с похожим на trio функционалом. Так что он тоже актуален, просто придется больше написать кода самостоятельно. #libs#async

Hashtags

Резултати

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

Пребарај: #gpui

当前筛选 #gpui清除筛选
GitHub Trends

@githubtrending · Post #14687 · 09.05.2025 г., 11:30

#rust#gpui#macos#shadcn#ui#windows GPUI Component offers over 40 easy-to-use, customizable UI elements for building modern desktop apps that look like macOS and Windows, with support for multiple themes and flexible layouts. It includes high-performance tables and lists for handling large data smoothly, plus native Markdown and simple HTML rendering. You can add WebView support and use any SVG icons you want. Although still in development, it’s designed to help you create beautiful, fast, and adaptable desktop applications with less effort, making your app development more efficient and visually appealing. This benefits you by speeding up UI creation and improving user experience. https://github.com/longbridge/gpui-component

GitHub Trends

@githubtrending · Post #14652 · 01.05.2025 г., 12:00

#rust#gpui#rust_lang#text_editor#zed Zed is a fast and powerful code editor that helps you work better with your team. It's built using Rust, which makes it very efficient, especially with large files. Zed allows real-time collaboration, so you can work on code with others at the same time. It also supports AI tools like GitHub Copilot and has features like a built-in terminal and a REPL for testing code quickly. This means you can code faster and more smoothly, and it's easy to customize to fit your needs. https://github.com/zed-industries/zed