When is the standard Python interactive mode especially useful?
When designing graphical windows without entering Python commands.
When experimenting with short expressions and seeing each result immediately.
Only when a complete .py file already exists.
.py
When packaging and deploying a large application automatically.