Tuesday, May 17, 2016

Programming: Module 1

This week's lab introduced how to use Python IDLE and PythonWin.  It focused on looking at the syntax, and how to write pseudocode code.  Another part of the lab was to practice running scripts.

The script I was created 12 module folders.  Within each folder, 3 sub folders were created: data, results, and scripts.  After running the script, it is clear how much more efficient.

Used Script to Create Folders

To run the script to create all the folders, I found the saved script.  I had to right click and select edit in PythonWin.  PyhtonWin is an IDE that allows for me to run a script in a window and also save thet script in another.  The comments before each section helped explain what the script would do.  I select the "Run" button to run the script and all the folders were created under GIS Programming.  I am interested to learn to build other queries like this to help me in school and work.

No comments:

Post a Comment