GIS4102 - Module 1 - Python Environments & Flowcharts
For the first assignment in GIS Programming, introductions were made to Python command prompt, IDLE to save and run scripts from files, and ArcGIS Pro Notebook, which runs code like python command prompt, but saves it directly to ArcGIS Pro. The task assigned to us for this module was to understand and work with simple exercises in code such as printing words using commands, and to think like flowcharts. As such, a flowchart on how to convert radians to degrees was made to practice this, as pictured below.
This type of thinking will help breakdown steps in creating running code, without overthinking or complicating the process. This also allows observers to understand the process in which the original programmer went through to get the scripts to run.

Comments
Post a Comment