In this tutorial, we'll look at Python example code that demonstrates how to make concurrent HTTP requests
using HTTP connection pooling and AsyncIO. Our example code uses HTTPX, a new Python HTTP library with support for AsyncIO,
to fetch stock prices concurrently.