For a basic calculator (and of course access to Python in general), use thepythoninterpreter. For example, >>> 2+3 5 Processing files and data To locate a file by name in the current directory,find . -iname '*something*'(or similar). To find a file anywhere by name, uselocate som...