Below are some addition topics that will need to be covered in order to prepare students for the MTA Certification.
-
Think Python - File Handling - Sections: 14.1, 14.2, 14.4, 14.5
-
W3schools - File Handling - Sections: File Handling, Read Files, Write and Create Files, Delete Files
-
University of Oxford - File Handling
Oxford Slide Deck L4 - (Slides 15-19)
-
Think Python - Debugging - Sections: Syntax errors, Run time Errors, Semantic Errors
-
Python - Handling Exceptions - Topics: Try, except, else, finally, raise
-
Microsoft Learn - Error Handling Video
-
Free Code Camp - Try and Except Video
-
University of Oxford - Math Module
-
University of Oxford - Random Module
[Oxford Slide Deck][] - Random Example Code
-
Microsoft Learn - Datetime Module
-
Python 3 Tutorial
-
PyDoc - A Celebration of Documentation