Changes

Jump to: navigation, search

OPS435 Python Weekly Schedule

343 bytes removed, 06:47, 21 February 2018
no edit summary
= Fall 2017 Winter 2018 =
{| width="100%" align="left" cellpadding="10"
|- valign="top"
|width="45%"|
'''Instructors:'''
*'''Andrew Oatley[[OPS435-Weekly-Summary-A |Raymond Chan -Willis''' (Section A)]]'''C''')*'''Andrew Smith''' (Sections '''AB''' and '''BC''')
|
'''Note:''' Each OPS435 instructor will indicate the due dates for labs, tests and assignments.<br>This schedule is a considered to be a general guideline for week-by-week content.
|}
 
 
 
<table cellspacing="0" cellpadding="5" width="100%" style="border-top: thin solid black;">
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 1:'''<br>Sept 4 17 - 10<br>(Labour Day Holiday: Sept 4th<br>No scheduled classes)19 Jan</td>
<td style="border-bottom: thin solid black;">'''Setting up your Linux and Python environment:'''<ul><li>Installing Linux Distribution</li><li>Installing Python and Software(IPython, screen, tmux, ide, etc)</li><li>Python Basic Syntax, Variables, Operators</li></ul></td>
<td style="border-bottom: thin solid black;font-weight:bold;">[https://wiki.cdot.senecacollege.ca/wiki/[OPS435_Python_Lab_1 |Lab 1:<br>Setup &amp; Using Python]]</td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 2:'''<br>Sept 11 22- 1726 Jan</td>
<td style="border-bottom: thin solid black;">'''Understanding Python Code:'''<ul><li>User Input</li><li>Arguments</li><li>Logic(if/else)</li><li>Indentation</li><li>Loops(while/for/nested)</li></ul></td>
<td style="border-bottom: thin solid black;font-weight:bold;">[https://wiki.cdot.senecacollege.ca/wiki/[OPS435_Python_Lab_2 |LAB 2:<br>Understanding Python Code]]</td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 3:'''<br>Sept 18 29 Jan - 242 Feb</td> <td style="border-bottom: thin solid black;">'''Reusing Python Code:'''<ul><li>Lists</li><li>Functions</li><li>Libraries</li><li>ScopeLists</li></ul></td> <td style="border-bottom: thin solid black;font-weight:bold;">[https://wiki.cdot.senecacollege.ca/wiki/[OPS435_Python_Lab_3 |LAB 3:<br>Reusing Python Code]]</td>
</tr> <tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 4:'''<br>Sept 25 5- Oct 19 Feb</td>
<td style="border-bottom: thin solid black;">'''Basic Data Structures and String Manipulation:'''<ul><li>Dictionaries</li><li>Tuples</li><li>Multidimensional Lists</li><li>String Manipulation</li><li>Regular Expressions</li><li>Input Validation</li></ul></td>
<td style="border-bottom: thin solid black;font-weight:bold;">[https://wiki.cdot.senecacollege.ca/wiki/[OPS435_Python_Lab_4 |LAB 4:<br>Basic Data Structures &amp;<br>String Manipulation]]<br><br>[https://wiki.cdot.senecacollege.ca/wiki/[OPS435_Python_Extra_Advanced_String_formatting |EXTRAS:<br>Advanced String Formatting]]</td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 5:'''<br>Oct 2 12 - 816 Feb</td> <td style="border-bottom: thin solid black;">'''Files, Exceptions:Catch-up week'''<ul><li>File Handling</li><li>Error Handling</li></ul></td> <td style="border-bottom: thin solid black;font-weight:bold;">[https://wiki.cdot.senecacollege.ca/wiki/OPS435_Python_Lab_5 LAB 5:<br>Files &amp; Error Handling]</td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 6:'''<br>Oct 9 20 - 1523 Feb<br/>(Thanksgiving Holiday: Oct 10th<br>No scheduled classesMonday is a holiday)</td> <td style="border-bottom: thin solid black;">'''Assignment 1Review'''</td> <td style="border-bottom: thin solid black;font-weight:bold;">[[OPS435_Python_Assignment_1 OPS435_Python_Assignment_1_2017_-_3 | Assignment 1 (version 1)]]<br /> [[OPS435_Assignment_1_A | Assignment 1(version 2)]]<br></td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;background-color:#f0f0f5;">'''Study Week 7:'''<br>Nov 20 26 Feb - 262 Mar</td> <td stylecolspan="border-bottom: thin solid black;3">'''Review'''</td> <td style="border-bottom: thin solid black;fontbackground-weightcolor:bold#f0f0f5;"><br>&nbsp;</td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;background-color:#f0f0f5;">'''Study Week7:'''<br>5 - 9 Mar</td> <td style="border-bottom: thin solid black;">'''CancelledMidterm'''<br>(No Scheduled Classes)</td> <td colspan="3" style="border-bottom: thin solid black;backgroundfont-colorweight:#f0f0f5bold;">&nbsp;<br></td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 8:'''<br>Nov 27 12 - Dec 316 Mar</td> <td style="border-bottom: thin solid black;">'''MidtermFiles, Exceptions:'''<ul><li>Objects</li><li>ClassesFile Handling</li><li>NamespacesError Handling</li></ul></td> <td style="border-bottom: thin solid black;font-weight:bold;">[[OPS435_Python_Lab_5 |LAB 65:<br>Writing Python Classes: Files &amp; Error Handling]]<br></td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 9:'''<br>Dec 4 19 - 1023 Mar</td> <td style="border-bottom: thin solid black;">'''Python Classes:'''<ul><li>Python Libraries(ansible/fabric)Components of a class</li><li>Configuration Management</li><li>AutomationClasses and objects</li></ul></td> <td style="border-bottom: thin solid black;font-weight:bold;">[[OPS435_Python_Lab_6 | LAB 6:<br>Writing Python Classes]]<br></td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 10:'''<br>Dec 11 26 - 1729 Mar<br />(Friday is a holiday)</td> <td style="border-bottom: thin solid black;">'''Python Classes:'''<ul><li>Openstack ProjectsDesigning classes</li><li>Accessing Openstack Python APIUnderstanding scope</li></ul></td> <td style="border-bottom: thin solid black;font-weight:bold;">[[OPS435_Python_Lab_7 | LAB 7:<br>Using OpenStack with PythonClasses, objects & scope]]<br></td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 11:'''<br>Dec 18 2 - 226 Apr</td> <td style="border-bottom: thin solid black;">'''Final test'''<ul><li>Exam replacement</ul></td> <td style="border-bottom: thin solid black;font-weight:bold;">Assignment 2 - TBA<br></td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 12:'''<br>Jan 2 9 - 813 Apr</td> <td style="border-bottom: thin solid black;">'''Configuration management using Fabric'''<ul><li>Python Sockets</li><li>Python Clients</li><li>Python Servers</li></ul></td> <td style="border-bottom: thin solid black;font-weight:bold;">[[OPS435_Python_Lab_8 | LAB 8:<br>Python NetworkingConfiguration management]]<br></td>
</tr>
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">'''Week 13:'''<br>'''Cancelled'''16 - 24 Apr</td>
<td style="border-bottom: thin solid black;">'''Python Networking'''<ul><li>Asynchronous Python Networking</li></ul></td>
<td style="border-bottom: thin solid black;font-weight:bold;"><br><br></td>

Navigation menu