Hello and welcome to the first week of GIS Programming! I am very excited to document my process as I learn all about using Python for GIS!
For our first lab, I created a Flowchart, shown below, using Draw.io for a formula that converts radians to degrees. I used the conventional flowchart shapes and symbols that are practically the same since the flowchart was originally invented back during the industrial revolution!
formula: degrees = radians*180/pi
We also read "Zen Python" by Tim Peters. I retrieved this text by opening IDLE and typing in "import this"
In “The Zen of Python,” I believe that Tim Peters is displaying the goals and intentions for Python programming language. This text reads like a code to bring together the Python community towards a common goal which centers on simplicity of the Python programming. Everything that he writes clues to that he cares about accessibility for Python community – calling for beauty, simplicity, readability, practicality, and “obvious” ways to do it. Using “Zen” in the title makes it seem that using Python is something that he enjoys, bringing him calm and peace. If everyone is following the ideas he has outlined for programming, users can feel the same “zen” as they write and run their scripts.

Comments
Post a Comment