OPS435 Python Lab 7

From CDOT Wiki
Revision as of 10:17, 3 December 2017 by Andrew (talk | contribs)
Jump to: navigation, search

LAB OBJECTIVES

Object-oriented programming is one level of complexity higher than simply structured programming as you've experienced in languages such as Bash or C. In this second lab on objects we're going to look at slightly more complex issues that come up when using them.

PYTHON REFERENCE

In previous labs, you have been advised to make notes and use online references. This also relates to learning about objected oriented programming to help becoming "overwhelmed" with the volume of information in this lab.
Below is a table with links to useful online Python reference sites (by category). You may find these references useful when performing assignments and labs.
Category Resource Link
Using Classes
Classes

INVESTIGATION 1:

asd

LAB 7 SIGN-OFF (SHOW INSTRUCTOR)

Have Ready to Show Your Instructor:
Output of: ./CheckLab7.py -f -v
Output of: cat lab7a.py

LAB REVIEW