Posts

Showing posts from May, 2025

Module 2 Python Fundies

Image
 This weeks module focused on python fundamentals. For me, it was a nice refresher. I haven't taken a python course in a couple years, so it was nice to have readings and an assignment that simplified our script writing. Our goals this week were to create objects and lists that could be used in for loops, if/else statements, and while loops. We also had a small sample of debugging in the random dice roll script as well as importing additional python libraries. Below is a snapshot of the results from my script writing. 

Module 1 GIS Programming

Image
 This weeks module was focused on an introduction into creating pseudocode and flow charts for python scripts. Utilizing these tools helps simplify the processes in crafting scripts to solve simple or complex problems. Below is a flow chart I created to convert 3 radians to Degrees. You can also see a snippet from jupyter notebooks where I processed the script and received feedback.