Hello fellow GIS enthusiasts!
Welcome to this semester's edition of the GIS blog series. I am back at it here at UWF continuing my education by taking this GIS Programming class. Python has always been something I've wanted to tackle to further my career, but I haven't had a real opportunity until this class. So I am looking forward to what this class has to offer.
In this week's module, we learned how to run a script using IDLE, which stands for "Integrated Development and Learning Environment. IDLE is a built-in development environment used for writing, running, and debugging code written in Python. The next learning outcome we were expected to learn was interacting with Python (Jupyter) ArcGIS Notebooks. This is ArcGIS Pro's integrated Python application, and it is a more modern and innovative way of coding. The last outcome we were expected to learn about is how to think algorithmically with flowcharts. This involved us creating a flow chart design depicting the solving of this formula: degrees = radians*180/pi. To make the flow chart, we needed to understand what symbols to use to depict the processes to solve the formula. So the first symbol I used is an ellipse-like shape, and it is called the terminal symbol. This symbol indicates the beginning or end of a flowchart. The next couple of symbols I used was a rectangle symbol, this symbol depicts a step in a process. After I identified the process, the next symbol I used was a parallelogram. This symbol is the input/output symbol that indicates the process of inputting or outputting external data. To end the flowchart, I used another ellipse symbol. Here is how it turned out:
The last thing we needed to explore was a poem called "The Zen of Python", and in case you have not read it before, you can access it via you're IDLE program by typing import this or you can be uncool and find it here at this link: The Zen of Python
No comments:
Post a Comment