Changes

Jump to: navigation, search

OPS435 Python Lab 1

671 bytes removed, 19:22, 7 March 2017
no edit summary
=== Part 1 - Choosing Your Linux Distribution ===
 
<!-- Try to use tables and simplify the layers of WIKI to make top links less verbose to students -->
Since Python runs independently 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.
<tr><td valign="top">'''Fedora'''</td><td valign="top">Fedora will always be the slightly harder distribution to support for a course, so it would be great to have a alternative that is stable. The Fedora distribution has a much larger set of packages throughout its repositories, while this is usually not advantageous for a server context, it can work very well with developers. As students write code they may want more customized environments and coding applications, some of these applications may be harder to get on a server distribution. The other benefit to using Fedora is gaining experience using newer software, by practicing with newer software, students will be exposed to changes they will see in much later Centos releases.</td><td>The most recent version of Fedora is a great pick for python development since they've switched the default python installed to python3, which is primarily what this course is about. However,this may cause issues as we get to Ansible or Openstack so we will have to cover the differences between python2 and python3 including a python2 installation on Fedora.</td></tr></table>
=== Centos 7 === The stable version of Centos 7 - release 1151 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 After choosing your Linux distribution to be learned by students. This should be the default choice for this course, as it allows use for the course to run longer before getting outdated with new software and updates.  ==== Python Version ==== Centos 7 comes with python 2.7these labs, 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. ==== Installation ==== Install install the latest graphical version of Centos 7that Linux OS.
<!--==== Environment Setup ====
13,420
edits

Navigation menu