Assert

The Python Assertions and Invariants make debugging easier. Just put an assertion in the beginning and to the end of each function where you check the input and output, so one will get live checking. The great advantage is that all Assertions can be switched off for Performance Reasons by a small change in Python config.

Mpo_snake_&_python.jpg/
Edit tutorial

Comment on This Data Unit