Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

34 bytes removed, 14:15, 30 May 2017
LAB OBJECTIVES
:In previous labs, you learned some programming tools in order to make your Python scripts '''more functional''' and allowed your Python script to run differently based on different data or situations. 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 (including '''Perl scripts''', '''Bash Shell scripts''', '''JavaScript''', etc ) and compiled languages (including '''C''', '''C++''', '''Java''', etc).
:This In this lab investigates another tool which can be , you will learn the following tools including '''functions''', '''lists''', and '''loops''', with the primary focus on creating reusable code. These tools are used to make the program run more efficiently, and allow '''a program to be 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