[TalkPython] Python 3.11: A Guided Tour Through Code Course

TalkPython – Python 3.11: A Guided Tour Through Code Course [FCO] About Student materials and handouts for our Python 3.11: A Guided Tour Through Code course Course Summary Python 3.11 is one of the most significant releases in years. It’s also one of the biggest with the change log weighing in at over 175,000 words […]

[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 […]