Changes

Jump to: navigation, search

OPS435 Python Lab 1

31 bytes added, 10:52, 8 March 2017
Investigation 2 - IPython
Before moving on to the next step make sure you identify any and all errors in "lab1a.py". When the check script tells you everything is "ok", you may procede to the next step.
= Investigation INVESTIGATION 2 - IPython : USING THE IPYTHON COMMAND LINE INTERFACE =
IPython is an interactive environment that allows us to run python code line by line as we write it. This will function almost exactly like a bash shell prompt, enter a command and recieve the output back. However the commands that we will be running are lines of python code. Using this method we will start creating scripts out of the code we build in the IPython environment.
Before moving on to the next step make sure you identify any and all errors in "lab1a.py". When the check script tells you everything is "ok", you may procede to the next step.
 
= Investigation 3 - Writing a Python Script =
13,420
edits

Navigation menu