Pluralsight – Testing in Python 3

Pluralsight – Testing in Python 3
English | Tutorial | Size: 540.55 MB


This course will teach you to write and use unit tests in Python using popular tools and frameworks like unittest and pytest.

Pluralsight – Python 3 Decorators

Pluralsight – Python 3 Decorators
English | Tutorial | Size: 218.42 MB


Decorators allow programmers to modify the functionality of an object without permanently modifying the object’s structure. This course will teach you how to create and use decorators in Python.