GIS5103 - Module 1 - Python Environments and Flowchart
In module 1, we are tasked with running a simple Python script that makes subfolders within our S root folder. We were also tasked with finding out what degrees is 3 radians. The process summary asked us to find the similarities and differences between IDLE and ArcGIS Notebooks. For the difference, IDLE is only a local machine while ArcGIS Notebooks can be web-based or within ArcGIS Pro. IDLE is used for basic Python programming while Notebooks is designed for geospatial analysis, automation, and visualization within the ArcGIS ecosystem. Notebook uses a Jupyter-style notebook while IDLE uses a basic text editor and shell. For the similarities, they both run Python Code and support Python syntax and libraries. Both allow you to test small pieces of code and see output immediately.
For the Zen of Python, to me, some of the principles like “Beautiful is better than ugly” mean code should be aesthetically pleasing and elegant. “Simple is better than complex” meaning your code should favor simplicity rather than complexity. “Readability counts” meaning visual interpretation and clarity are important. “There should be one—and preferably only one—obvious way to do it” meaning Python favors convention over too many alternatives.
I didn't have any particular difficulty with this module but I am hoping to get some challenges soon!

Comments
Post a Comment