Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

12 bytes added, 12:01, 30 May 2017
LAB OBJECTIVES
:In previous labs, you learned techniques in order to make your Python scripts '''more functional''', instead of performing the exact task over-and-over in the exact same manner. These tools included '''variables''', '''logic''' and '''loops'''. The utilization of these basic tools not only apply to Python scripts, but basically all programming languages including interpreted ( such as Perl scripts, Bash Shell scripts, JavaScript, etc )and compiled languages (C, C++, Java, etc).
:This lab investigates another tools which can be used to make the program run more efficiently, and allow '''a program to be "farmed out" between many distributed among multiple individuals in a project team ''' to help "'''speed-up" ''' the completion of a program.
:In this lab, you will learn the following tools including '''functions''', '''lists''', and '''loops''', with the primary focus on creating reusable code.
:'''<u>Objectives</u>'''
13,420
edits