Python: 10 Cool Tricks with the * Operator

You may already know it, but anyway, the * unary operator in Python (also called
splat operator) expands any iterable (e. g. lists, tuples, sets and
generators) into function positional arguments. For example: Read more

Similar

Python Microservices with gRPC

In this tutorial, you'll learn how to build a robust and developer-friendly Python microservices infrastructure. You'll learn what microservices are and how you can implement them using gRPC and Kubernetes. You'll also explore advanced topics such as inte... (more…)

Read more »