02 Python Basics
Module 2 โ Python Basics for Testers
Topics:
- Types, functions, modules
- Virtual environments and dependency management
assert
and simple property-based checks
Exercise: Implement small functions in exercises/01-python-fundamentals/solution.py
and add your own unit tests.