Difference between revisions of "OPS435 Python"
Line 2: | Line 2: | ||
!style="background: #cccccc"| Quick Links | !style="background: #cccccc"| Quick Links | ||
|- | |- | ||
− | |<div style="background:#ffff00">[https://wiki.cdot.senecacollege.ca/wiki/ | + | |<div style="background:#ffff00">[https://wiki.cdot.senecacollege.ca/wiki/OPS435_Python_Weekly_Schedule_2020_Summer Weekly Schedule]</div>[https://scs.senecac.on.ca/course/ops435 Course Outline] |
|- | |- | ||
!style="background: #cccccc"| Assignments | !style="background: #cccccc"| Assignments | ||
|- | |- | ||
− | |[[ | + | |[[OPS435_Online_Assignment_1| Assignment 1]] |
|- | |- | ||
− | |[[ | + | |[[OPS435_Online_Assignment_2| Assignment 2]] |
|- | |- | ||
− | |[[ | + | |[[OPS435_Online_Assignment_3| Assignment 3]] |
|} | |} | ||
= Welcome to OPS435 - ''Open System Automation'' = | = Welcome to OPS435 - ''Open System Automation'' = | ||
Line 29: | Line 29: | ||
: You will practice the writing of many scripts, reinforcing the importance of automation and reusable code. You will be introduced to powerful tools used in system administration, which will give you experience in solving problems more effectively. As a system administrator you will be responsible for maintaining more than just a few servers, you will learn the skills to manage large scale networks, in preparation for cloud computing. | : You will practice the writing of many scripts, reinforcing the importance of automation and reusable code. You will be introduced to powerful tools used in system administration, which will give you experience in solving problems more effectively. As a system administrator you will be responsible for maintaining more than just a few servers, you will learn the skills to manage large scale networks, in preparation for cloud computing. | ||
− | : In this course you will use a ssd(in a usb enclosure) | + | : In this course you will use a ssd(in a usb enclosure) with your own computers to create VM using VMWare Workstation, similarly to other Linux courses. However, this time you will also use your account on matrix.senecacollege.ca for creating and testing scripts for each lab. This course can be broken up into 2 halves. The first half of this course will cover learning the python language. The second half of this course, will cover powerful administration systems, and allow you to apply your python knowledge to extend these systems. |
== Learning by Doing == | == Learning by Doing == | ||
− | Most of the learning in this course occurs through interactive labs that give | + | Most of the learning in this course occurs through interactive labs that give you feedbacks as you work through each task. While this feedback may help, the solutions will still need to be found by you. There are many ways to solve each problem you may encounter in this course, letting you improve through practice. The way you solved a problem at the beginning of the semester may not be the way you solve it near the end of the semester. Trying to solve previous labs, after learning new material, may prove insightful. |
| width="40% | | | width="40% | | ||
Line 46: | Line 46: | ||
<tr valign="top"> | <tr valign="top"> | ||
<td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:blank-cd.png|left|50px]]</td> | <td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:blank-cd.png|left|50px]]</td> | ||
− | <td colspan="2" width="20%" style="border-bottom: thin solid #cccccc;">'''CentOS 7 - Latest Stable Version'''<br>(refer to link in [[ | + | <td colspan="2" width="20%" style="border-bottom: thin solid #cccccc;">'''CentOS 7 - Latest Stable Version'''<br>(refer to link in [[OPS435_Online_Lab_1 | lab1]])</td> |
</tr> | </tr> | ||
<tr valign="top"> | <tr valign="top"> | ||
Line 61: | Line 61: | ||
== Course Faculty == | == Course Faculty == | ||
− | '''During the <b> | + | '''During the <b>Summer 2020</b> semester, OPS435 is taught by:''' |
{|cellpadding="15" width="80%" | {|cellpadding="15" width="80%" |
Revision as of 13:04, 10 May 2020
Quick Links |
---|
Course Outline |
Assignments |
Assignment 1 |
Assignment 2 |
Assignment 3 |
Contents
Welcome to OPS435 - Open System Automation
What This Course is AboutThis course is the fourth in a series of courses about Linux technologies
Learning by DoingMost of the learning in this course occurs through interactive labs that give you feedbacks as you work through each task. While this feedback may help, the solutions will still need to be found by you. There are many ways to solve each problem you may encounter in this course, letting you improve through practice. The way you solved a problem at the beginning of the semester may not be the way you solve it near the end of the semester. Trying to solve previous labs, after learning new material, may prove insightful. |
Required Materials
|
Course Faculty
During the Summer 2020 semester, OPS435 is taught by:
|
FAQ
Wiki Participation
- You can edit these pages! Please feel free to fix typos or add links to additional resources. Please use this capability responsibly.