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