Wednesday, May 28, 2025

Module 2

 This week I learned how to use methods, functions, strings, and loops. This was my first attempt at creating a script and I did feel intimated. After doing the readings I did feel more confident. I pritned my last name from a string, made fixes to the provided dice game script, created a list of 20 random numbers from 1-10. I then determined an unlucky number and created a code to remove this unlucky number from the list and tell me how many times it was removed. I did have troubles with formatting and indenting in the scripts. 






Monday, May 19, 2025

Module 1 Python Environments & Flowcharts

 I this weeks lab we used IDLE to run a script provided in the R:\GisProgramming folder. IDLE has two windows that pop up. One is a shell window and one is an editor window. To run the script I selected file and then selected open. After selecting the necessary script I pressed run. The result of this code was all of the folders I will need for this course we made instantly. 

I learned the basics of pseudocode and flowcharts in the readings this week and created a flowchart illustrating the converting of 3 radians to degrees and print the result



Using IDLE I typed "import this" and pressed run to get the poem "The Zen of Python" This poem is mixing references in python to real life scenarios and vice versa. The line errors should never pass silently would mean in python errors in your code will not be silent, they will be called out by error messages. This poem is almost like a set of guidelines that a coder could look to for the correct ways to create a script. Readability counts meaning making the script readable is important. In the face of ambiguity, refuse the temptation to guess could mean don’t just guess on how to solve issues in your code, get a definite answer. 


Friday, May 2, 2025

Module 7



 
In this lab I learned how to use google earth pro to create maps and create a tour of south Florida. Initially I converted data of south florida surface water into a kmz file so we can use the data in google earth pro. Then I used that data and other data provided to create a dot density map of south Florida. I learned how to overlay a legend into google earth pro to create the map provided above. 

In the second part of this lab I created a tour of south Florida but dropping pins in different south Florida locations. I recorded a tour of the pins by clicking on different points of the map. 

I enjoyed exploring the different ways you can show data on google earth pro. I felt like this lab was relativlely easy and google earth pros function were very user friendly and straightforward.