Micho Constantino
Micho Constantino
The assessment page (1.12) on chapter 1 has an error block for the third to last question, beneath AB_Ch1_2. The error block should be an active code, so it should...
Text could be improved with some active code and enhancements to explanations. Add section 19.4 from http://pearcej.byethost24.com/exceptions.html. Back-port 19.2 from fopp book (https://runestone.academy/runestone/books/published/fopp/index.html).
CH 14 Exceptions does not feature exercises within the chapter. Needs exercises section added.
Most other chapters contain a glossary and exercises at the end, but CH 14 Web Applications does not display one. Needs glossary and exercises added.
The current introduction to testing in ch.6 is unit testing, which is done with the test module, which is no longer a standard python module. Changing to the assert method,...
The active code does not print appropriate feedback to student when anything other than y or n. The code is trying to tell the user the correct responses to insert,...