If you are using Python at the NM Tech Computer Center (TCC), you can get conversational mode from → → → .
To write a program:
→ → → .
Use → , select in the pop-up menu, and click . This will bring up an edit window.
Write your Python program in the edit window, then
use → to save it under some file
name that ends in “.py”.
Use your U: drive. This drive
is mounted everywhere at the TCC, and contains your
personal files. It is backed up regularly.
To run your program, use → . In the “Run Script” popup, enter the name of your program in the field labeled , then click .
The output will appear in the “Interactive Window”.
You may also run a Python script by double-clicking on
it, provided that its name ends with “.py”.