Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

59 bytes added, 14:11, 30 May 2017
no edit summary
= LAB OBJECTIVES =
:In previous labs, you learned some programming tools in order to make your Python scripts '''more functional''', instead of performing the exact task over-and-over in the exact same mannerallowed 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 ( such as including '''Perl scripts''', '''Bash Shell scripts''', '''JavaScript''', etc )and compiled languages (including '''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 distributed among multiple individuals in a project team''' to help '''speed-up''' the completion of a program.
13,420
edits