[TalkPython] Modern APIs with FastAPI and Python Course

  Description FastAPI is one of the most exciting new web frameworks out today. It’s exciting because it leverages more of the modern Python language features than any other framework: type hints, async and await, dataclasses, and much more. If you are building an API in Python, you have many choices. But, to us, FastAPI […]