This video is an introduction to the very basics of Test Driven Development in Python using simple `assert` statements
Topics covered:
Thinking ahead about the expected behaviour of a Python program
Using `assert` statements as a basic type of test
Identifying and debugging logic errors in a Python program.
We have a blog with many articles on learning Python programming and Computer Science GCSE and A Level here: https://compucademy.co.uk/blog/
Sign up for the Compucademy mailing list to keep up to date with articles and offers here: http://eepurl.com/gkYOPn
#python #compsci #computing