Module 1: Introducing Python

The objective of the first lab for the GIS Programming course was to become familiar with Python interfaces and run a Python script using the Spyder interface. In order to open Spyder, I opened the Python Command Prompt and typed "spyder". It is useful to note that if the command prompt is closed, Spyder will also be closed. In order to run the provided python script, I opened it and clicked the Run button. The process results appeared in the IPython Pane and Variable Explorer Pane. When run, the script created all the folders I will use for this course. The result of this script is above, showing all 8 module folders and the three folders within each. This was a fairly easy, straightforward lab and was a good orientation to the Spyder interface.

Comments

Popular posts from this blog

Module 6: Proportional Symbol and Bivariate Choropleth Mapping

Module 2: Coordinate Systems

Module 4: Color Concepts & Choropleth Mapping