Sunday, May 20, 2018

Introduction to Python

This weeks lab was purposed at introducing us to Python and code. I was able to use IDLE and Python Win to create some simple codes and run them. One in particular was aimed at using code to create our semesters worth of module folders with the click of a button. After completing this lab I am looking forward to learning more about code and how to use it.

The notes that I made sure to write down for myself were:
1.       The Createmodulefolders.py file was able to generate all 12 module folders within my S drive.
2.       After clicking “Edit with Python” on the file you are able to run the code.
3.       There are numerous ways to make the program run the code, the easiest that I found was to simply click the icon with the person running.
4.       This then created all new files for each of the 12 modules.

No comments:

Post a Comment

Module 7: Working with Rasters

This assignment was much more simple to me than our last previous few. It was more straightforward and I only struggled at the end. We wer...