This week kicked off the GIS Programming Course with readings, lectures, and assignments to introduce us to the world of Python. This includes getting to know the basics of python environments, both inside ArcGIS and with external IDES, as well as understanding how to break down coding processes using flowcharts.
This is a simple flow chart I made to explain the process of calculating degrees from radians
We also pulled up the Zen of Python to contemplate. I think the poem expresses some
of the guiding tenets of Python. From what I have read about the language, it
was created to be easy to use with simple syntax that works across platforms
and with programs that can interpret the code. Zen leans into these ideas to
keep things straightforward and uncomplicated – explicit, sparse, easy and
readable. I like that it starts off with beauty though, as simple things can
still be beautiful.

No comments:
Post a Comment