If Python is slow, why do so many people still use it? Will it eventually be replaced by newer languages? Let's explore where Python development is going.
In this tutorial, we'll create a simple HTTP Proxy Server in Python that handles the request forwarding and transformations provided by an API Gateway.
I found that iTerm2 has a Python API that you can use to write some really useful scripts that make running your software projects locally a lot easier.
SendGrid doesn't have the clearest documentation for actions other than mail sends. Here's how to create or update SendGrid contact info with custom fields.
Factory Boy is great for using the factory pattern in your Python tests with popular ORMs. But what if you want a simple or customized factory solution?