#python-concurrency

[ follow ]
Python
fromRealpython
5 days ago

Speed Up Python With Concurrency Quiz - Real Python

An interactive quiz assesses understanding of Python concurrency methods including threading, asyncio, multiprocessing, and the Global Interpreter Lock's impact on program performance.
fromRealpython
3 months ago

Episode #275: Building a FastAPI Application & Exploring Python Concurrency - The Real Python Podcast

Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects. We discuss a recent Real Python step-by-step tutorial about programming a FastAPI example application. You practice installing FastAPI, building your first endpoints, adding path and query parameters, and validating endpoints using Pydantic. Christopher covers updates to his Real Python video course about concurrency in Python.
Python
[ Load more ]