Difference between revisions of "OPS435 Python Lab 7"

From CDOT Wiki
Jump to: navigation, search
 
Line 1: Line 1:
#REDIRECT [[OPS435 Python Lab 8]]
+
= 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.
 +
 
 +
{| class="wikitable" | style="margin-left:20px; border: 2px solid black;"
 +
|- style="border: 2px solid black;font-weight:bold;text-align:center;"
 +
| style="border: 2px solid black;" | Category
 +
| style="border: 2px solid black;" | Resource Link
 +
 
 +
|-  style="background-color:white;border:none;"
 +
| style="border: 2px solid black;" valign="top"| 
 +
:Using Classes
 +
| style="border: 2px solid black;" valign="top"| 
 +
:[https://docs.python.org/3/tutorial/classes.html Classes]
 +
|}
 +
 
 +
= INVESTIGATION 1:  =
 +
:asd
 +
 
 +
= LAB 7 SIGN-OFF (SHOW INSTRUCTOR) =
 +
:'''Have Ready to Show Your Instructor:'''
 +
 
 +
::<span style="color:green;font-size:1.5em;">&#x2713;</span> Output of: <code>./CheckLab7.py -f -v</code>
 +
::<span style="color:green;font-size:1.5em;">&#x2713;</span> Output of: <code>cat lab7a.py</code>
 +
 
 +
= LAB REVIEW =
 +
#  
 +
 
 +
 
 +
 
 +
[[Category:OPS435-Python]]

Revision as of 10:17, 3 December 2017

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