In this step, you will open the IDLE application so that you can begin creating your script:
- Click on your Start button. This is normally located in the lower-left corner of your screen in your taskbar. In Windows 8.1 or Windows 10, it appears as just four white squares.
- In Windows 8.1 or 10, click the small downward-pointing arrow to access all installed programs or apps.
- Navigate to the ArcGIS program group in the list of all programs. In Windows XP or Windows 7, you may need to expand the group to see the programs inside.
- Locate the IDLE (Python GUI) application and click on it to launch the program.
You have now opened the Python IDLE application. You will write your script within this application. It will open with the shell window.
The shell window displays messages and errors generated by a script when it is run from IDLE. You do not actually write scripts...