python and some backend notes(ru)
@python_backend
108
subscribers
5
photos
1
file
192
links
Личные заметки и ссылки на статьи по python и backend вопросам, но может кому-то тоже будет интересно
Download Telegram
Join
python and some backend notes(ru)
108 subscribers
python and some backend notes(ru)
https://habr.com/ru/articles/822505/
#faststream
#tasks
#async
#celery
Хабр
FastStream — новый убийца Celery?
FastStream - это относительно новая блестящая игрушка в руках Python’истов, которая создана специально для работы с брокерами сообщений. В Python сложилось устойчивое убеждение, что если мы работаем с...
python and some backend notes(ru)
https://realpython.com/python-async-iterators/
#async
#iterator
#asyncio
Realpython
Asynchronous Iterators and Iterables in Python – Real Python
In this tutorial, you'll learn how to create and use asynchronous iterators and iterables in Python. You'll explore their syntax and structure and discover how they can be leveraged to handle asynchronous operations more efficiently.
python and some backend notes(ru)
https://habr.com/ru/companies/amvera/articles/855740/
#sqlalchemy
#db
#postgres
#async
#asyncio
Хабр
Асинхронный SQLAlchemy 2: улучшение кода, методы обновления и удаления данных
Друзья, приветствую! Надеюсь, вы ждали выхода третьей статьи из серии «Асинхронный SQLAlchemy 2». Напоминаю, что на Хабре уже можно найти мои предыдущие статьи: Асинхронный SQLAlchemy 2: простой...
python and some backend notes(ru)
https://tonybaloney.github.io/posts/async-test-patterns-for-pytest-and-unittest.html
#pytest
#asyncio
#async
tonybaloney.github.io
async
test patterns for Pytest
Some examples and patterns for testing
async
code from Pytest