New FOSS Python Framework for Writting Apache Kafka and RabbitMQ Services

https://github.com/airtai/faststream

Discussions: https://discu.eu/q/https://github.com/airtai/faststream

#programming #python

Reply to this note

Please Login to reply.

Discussion

$boost some #python knowledge - swap the values of two variables without a temporary:

a = 1

b = 2

a, b = b, a

Can call it tuple packing :-) More to come... stay tuned