Changes

Jump to: navigation, search

OPS435 Python Lab 1

34 bytes added, 11:06, 1 August 2017
Using Magic Functions
:::This resource will appear OVERWHELMING (a huge amount of information)! As we move throughout this course, you will slowly use different magic functions from here, but we will never use all of them. They cover a huge range of different tasks, while we are writing code, allowing us to interactively inspect the Python we are writing and running. Lets move on for now.
<ol><li value="1314" style="margin-left:25px;">Issue the following command to exit your ipython session:<source>
exit
</source>
</li>
:In the future see if '''ctrl-d''' works instead of issuing the exit command to quit the ipython shell.
</li>
<li style="margin-left:In the future to see if '''ctrl-d''' works instead of issuing the exit command to quit the ipython shell. 25px;">Perform the following steps to evaluate this unit. Run these check scripts regularly as you work through the labs, they may give you hints if you get stuck. </li>:<source>
cd ~/ops435/lab1/
pwd #confirm that you are in the right directory
python3 ./CheckLab1.py -f -v lab0c
</source>
</li>
<li style="margin-left:25px;">Make notes for observations in your lab log book, and proceed to investigation 3.</li></ol>
<br><br>

Navigation menu