Saturday, June 8, 2013

Week 4 - Python Fundamentals II
GIS 4102
 
 
 
This weeks exercises and lab assignments reinforced the use of modules, writing conditional statements, using loop structures, correcting script errors, as well as how to write comments within scripts to help with readability and descriptions.
 
The above results are from this weeks lab assignment where I worked with a script to play a dice game.  The dice game was then followed by a sequential numbering from 0 to 5 utilizing a while loop.  The dice game script itself was provided to me and I was asked to use it as a method to reinforce my ability to identify and correct errors in scripts.  I utilized both my own knowledge of script writing, and the check feature provided to me in the Python Win software application.
 
Overall this weeks lab helped build a strong foundation for my Python skills to improve upon.



No comments:

Post a Comment