Module 1: Python Environments & Flowcharts
This week’s assignment was to prepare us for the upcoming assignments, learn how to make a flowchart, as well as, to learn a little more about Python and how IDLE and ArcGIS notebooks look and their differences.
The Zen of Python, written by Tim Peters, is a number of guiding principles for writing a clean python code; prioritizing readability and efficiency. It also emphasizes that Python should be easy to read, understand and explain and there should be an obvious and clear way to do things or to resolve a problem. It states that writing code should be simple and explicit while remaining flexible.

Comments
Post a Comment