Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 5

10 bytes removed, 10:32, 4 September 2017
LAB OBJECTIVES
:'''NOTE:''' Since many tasks that system administrators deal with files, this is a crucial skill to understand.
:Python is an object oriented programming language. Object oriented programming languages have great advantages or other programming languages. Some advantages include greater modularity for '''more effective troubleshooting''', the ability to '''re-use''' objects, and to provide a greater flexibility to allow objects to handle unique situations from various data (for example a date in different formats). The second investigation in this lab will introduce the student to basic object oriented programming. To keep things simple, this investigation will focus more on the concept that objects are primarily used to store data and code.
:Python is an '''object oriented programming language'''. Object oriented programming languages have great advantages or other programming languages. Some advantages include greater modularity for '''more effective troubleshooting''', the ability to '''re-use''' objects, and to provide '''greater flexibility''' to allow objects to handle unique situations from various data (for example a date in different formats). The second investigation in this lab will introduce the student to basic object oriented programming. To keep things simple, this investigation will focus more on the concept that objects are primarily used to store data and code.
13,420
edits