News

One example of this in action is a simple GET request of URL, this will print out the status code of a page, which can then be used to create a simple decision-making function.
Python web applications have ... will generate its own application() function and wire it up as needed. We aren’t using receive in this example, but it too is an async function.
How to build AWS functions in Python. To build your first Python based AWS Lambda function, follow these steps: Log into the AWS console and navigate to the Lambda dashboard. Click the orange Create ...
This last bit actually has existed in Python for some time, albeit with slightly different syntax. Let's start the journey and exploration of asyncio there. A normal Python function, when called, ...
Improve your Python testing even more. In my last two articles, I introduced pytest, a library for testing Python code (see "Testing Your Code with Python's pytest" Part I and Part II). pytest has ...