[TalkPython] Getting started With Pytest

[TalkPython] Getting started With Pytest [FCO]   Course Summary This course teaches you to effectively use Python’s most popular and powerful test framework, pytest. pytest is partly so widely used because it’s so fast to get started. However, many people stop with the basics and never learn pytest’s true power. In Getting started with pytest, you’ll […]

[TalkPython] Python Data Visualization Course

TalkPython – Python Data Visualization Course [FCO] About Have you ever been confused by all the different python plotting libraries? Have you tried to make a “simple” plot and gotten stuck and been unable to move forward? Do you want to make sophisticated, interactive data visualizations in python? If you answer yes, to any of […]

[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] Django: Getting Started Course

TalkPython – Django: Getting Started Course [FCO] About Code and other materials for Talk Python’s Getting started with Django course Course Summary Django is one of the most popular web frameworks for coding in Python. It includes libraries for: templating HTML content, URL routing, views, a robust Object Relational Model (ORM) for mapping classes to […]

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