Developing Microservice APIs with Python

Tips, best practices, and handy Python features for designing better microservices architecture and streamlining API integrations.<br/><br/>

Developing Microservices APIs with Python</i> teaches you practical techniques for designing … Read more

Similar

Latency in Asynchronous Python

This week I was debugging a misbehaving Python program that makes significant use of Python’s asyncio. The program would eventually take very long periods of time to respond to network requests. My first suspicion was a CPU-heavy coroutine hogging the thr... (more…)

Read more »