© Sanjib Sinha 2017

Sanjib Sinha, Beginning Ethical Hacking with Python, 10.1007/978-1-4842-2541-7_21

21. Debugging, Unittest Module

Sanjib Sinha

(1)Howrah, West Bengal, India

Now you have progressed a lot. In the process of coding you must have found or seen many types of errors. It is quite obvious. The seasoned programmers also make mistakes. You have also learned to catch your errors. But the situation may come when you need to update your code. It might happen. You need to modify or add a few lines in your code. It may either work or it may fail. In your new lines of code there could be “syntactical” errors . There could be “runtime” errors. Usually the Python interpreter tries to guide you in such cases. Generally it points out where the error ...

Get Beginning Ethical Hacking with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.