Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 1

8 bytes added, 19:27, 7 March 2017
Part 1 - Choosing Your Linux Distribution
'''Perform the following steps:'''
#After choosing your Linux distribution to use for these labs, install the latest graphical version of that Linux OS.<br><br>This course is designed with a unit testing suite, which can be used to look at the scripts you write and give real-time feedback. This feedback is not perfect, however it may offer some hints if you get stuck with a error. It can also be used to make sure you are on the right track, and show progress.#Download the check script. Enter the following commands from the bash shell.<prebr><source>
cd ~/ops435/lab1/
pwd #confirm that you are in the right directory
ls CheckLab1.py || wget matrix.senecacollege.ca/~acoatley-willis/CheckLab1.py
python3 ./CheckLab1.py -f -v lab0a
</presource>
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 proceed to the next step.
13,420
edits