Changes

Jump to: navigation, search

OPS435 Python Lab 1

16 bytes added, 15:15, 15 May 2017
Part 1 - Installing Your Linux Distribution
<!-- Try to use tables and simplify the layers of WIKI to make top links less verbose to students -->
Since Python runs <u>independently</u> regardless the of the Linux distribution, you have some flexibility of which Linux OS to use. Below is a table displaying the characteristics of the Centos vs Fedora distributions and related Python packages.
Below is a table displaying the characteristics of the Centos vs Fedora distributions and related Python packages. <table border="1" cellspacing="0" cellpadding="5" style="margin-left:100px25px;margin-right:25px;" >
<tr><td>'''Linux Distribution'''</td><td>'''Characteristics'''</td><td>'''Python Version'''</td></tr>
<tr><td valign="top">'''Centos7'''</td><td valign="top">The stable version of Centos 7 - release 1161 will be chosen(tested) to be supported for this course. This is to keep the ops stream on red hat based systems, lower the amount of new linux distros that need to be learned by students. This should be the default choice for this course, as it allows for the course to run longer before getting outdated with new software and updates.<br><br>Current version (Belmont Server):<br>http://belmont.senecacollege.ca/pub/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso<br><br>Current Version (External Source):<br> http://mirror.csclub.uwaterloo.ca/centos/7/isos/x86_64/CentOS-7-x86_64-Everything-1611.iso<br><br></td><td valign="top">Centos 7 comes with python 2.7, which means that it is not optimal out for the box for teaching this course. However not teaching python 2.7 would be a mistake since so many programs and operating systems still depend on python 2. It would be good to note some changes and encourage new work to be done in python3 while paying attention to specific projects that work only with python 2.</td></tr>
13,420
edits

Navigation menu