Changes

Jump to: navigation, search

OPS435 Python Lab 5

719 bytes added, 10:24, 4 September 2017
LAB OBJECTIVES
= LAB OBJECTIVES =
:This lab will introduce object oriented programming, using classes to create objects, and reading/writing to files.
:So far, you have created Python scripts to prompt a user to input data from the keyboard. When creating Python scripts, you may also need to be able to process large volumes of information, or store processed data for further processing. The first investigation in this lab will focus on file management, opening files, saving data to files, and reading files. Since many tasks that system administrators deal with files :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''', ability to '''re-use''' objects for other related purposes, and greater flexibility to allow objects to handle unique situations.  This lab will introduce object oriented programming, using classes to create objects, this is a crucial skill and reading/writing to understandfiles. The second investigation in this lab will cover introduce the student to basic object oriented programming. Objects To keep it simple, this investigation will focus on the fact that objects are primarily used to store data and code. : Since many tasks that system administrators deal with files, this is a crucial skill to understand.
== PYTHON REFERENCE ==
13,420
edits

Navigation menu