Async Python: asyncio in Practice
asyncio is a standard Python library for writing concurrent code using async/await syntax. In this article, we will look at practical usage scenarios.
Read more →Articles about Python, development, and DevOps
asyncio is a standard Python library for writing concurrent code using async/await syntax. In this article, we will look at practical usage scenarios.
Read more →A proper Flask deployment is more than just running . In this article, we will review a production setup with Docker Compose, Traefik as a reverse proxy, and automatic Let's Encrypt HTTPS certificates.
Read more →Python is one of the most readable programming languages, but readability does not happen automatically. Here are a few simple techniques to make your code better.
Read more →