Difference between revisions of "OPS435 Python Weekly Schedule 2020 Summer"
(Created page with "Category:OPS435Category:rchan {| class="wikitable" cellspacing="0" width="100%" cellpadding="5" border="1" style="text-align: left; vertical-align: top; border-spacing...") |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
! Tasks/Labs | ! Tasks/Labs | ||
|- style="vertical-align: top; background: #ffffe0" | |- style="vertical-align: top; background: #ffffe0" | ||
− | | 1: May | + | | 1: May 19-22 |
| <b>Course Overview</b> | | <b>Course Overview</b> | ||
<ul> | <ul> | ||
<li>Introduction</li> | <li>Introduction</li> | ||
<li>Why Python?</li> | <li>Why Python?</li> | ||
− | <li> | + | <li>Natural languate & formal language</li> |
</ul> | </ul> | ||
− | <b> | + | <b>git and github.com</b> |
<ul> | <ul> | ||
− | <li> | + | </ul> |
− | + | <b>Python components:</b> | |
− | + | <ul> | |
− | + | <li>keywords</li> | |
− | </li> | + | <li>symbols</li> |
− | <li> | + | <li>modules</li> |
− | + | <li>objects</li> | |
− | + | </ul> | |
− | + | <b>Python Shell</b> | |
− | + | <ul> | |
− | + | <li>builtin modules</li> | |
− | + | <li>builtin functions:<ul> | |
+ | <li>help()</li> | ||
+ | <li>dir()</li> | ||
+ | <li>type()</li> | ||
+ | </ul></li> | ||
+ | <li>keyword: import</li> | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
Line 40: | Line 45: | ||
</ul> | </ul> | ||
</li> | </li> | ||
+ | <li>Automate with Python: Chapter 1 & 2 | ||
+ | <ul> | ||
+ | <li>Python Basics</li> | ||
+ | <li>Flow Control</li> | ||
+ | </ul> | ||
+ | </li> | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
− | <li>[[ | + | <li>[[OPS435_Online_Lab1 |Lab 1:<br>git, github.com, and Python]]</li> |
</li> | </li> | ||
− | |- style="vertical-align: top; background: # | + | |- style="vertical-align: top; background: #e0ffff" |
− | | 2:May | + | | 2:May 25-29 |
| <b>Python Basics:</b> | | <b>Python Basics:</b> | ||
<ul> | <ul> | ||
<li>Objects</li> | <li>Objects</li> | ||
− | <li> | + | <li>Methods and properties</li> |
− | <li> | + | <li>Operators</li> |
− | <li> | + | <li>expressions</li> |
+ | <li>statements</li> | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
Line 62: | Line 74: | ||
</ul> | </ul> | ||
</li> | </li> | ||
+ | <li>Automate with Python: Chapter 3 & 4 | ||
+ | <ul> | ||
+ | <li>Functions</li> | ||
+ | <li>Lists</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
− | <li>[[ | + | <li>[[OPS435_Online_Lab2 |Lab 2:<br>Understanding Python Code]]</li> |
</li> | </li> | ||
|- style="vertical-align: top; background: #ffffe0" | |- style="vertical-align: top; background: #ffffe0" | ||
− | | 3: | + | | 3:Jun 1-5 |
| <b>Reusing Python Code:</b> | | <b>Reusing Python Code:</b> | ||
− | <ul> | + | <ul>Functions |
− | + | <li>keyword: def</li> | |
− | + | <li>function parameters</li> | |
+ | <li>return value</li> | ||
+ | <li>keyword: None</li> | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
Line 85: | Line 106: | ||
</ul> | </ul> | ||
</li> | </li> | ||
+ | <li>Automate with Python: Chapter 5 & 6 | ||
+ | <ul> | ||
+ | <li>Dictionaries and structuring data</li> | ||
+ | <li>Manipulating Strings</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
− | <li>[[ | + | <li>[[OPS435_Online_Lab3 |Lab 3:<br>Reusing Python Code]]</li> |
</li> | </li> | ||
− | |- style="vertical-align: top; background: # | + | |- style="vertical-align: top; background: #e0ffff" |
− | | 4: | + | | 4:Jun 8-12 |
| <b>Basic Data Structures and String Manipulation:</b> | | <b>Basic Data Structures and String Manipulation:</b> | ||
<ul> | <ul> | ||
− | + | <li>Integers</li> | |
− | + | <li>Strings</li> | |
− | + | <li>Tuples</li> | |
− | + | <li>Lists</li> | |
− | + | <li>Dictionaries</li> | |
+ | <li>Sets</li> | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
Line 113: | Line 142: | ||
</ul> | </ul> | ||
</li> | </li> | ||
+ | <li>Automate with Python: Chapter 7 & 8 | ||
+ | <ul> | ||
+ | <li>Regular Expressions</li> | ||
+ | <li>Reading and Writing Files</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
− | <li>[[ | + | <li>[[OPS435_Online_Lab4 |Lab 4:<br>Basic Data Structure & String Manipulation]]</li> |
</li> | </li> | ||
|- style="vertical-align: top; background: #ffffe0" | |- style="vertical-align: top; background: #ffffe0" | ||
− | | 5:Jun | + | | 5:Jun 15-19 |
| <b>Files, Exceptions:</b> | | <b>Files, Exceptions:</b> | ||
<ul> | <ul> | ||
<li>File Handling</li> | <li>File Handling</li> | ||
<li>Error Handling</li> | <li>Error Handling</li> | ||
+ | <li>Builtin error types</li> | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
Line 137: | Line 174: | ||
</ul> | </ul> | ||
</li> | </li> | ||
+ | <li>Automate with Python: Chapter 9 & 10 | ||
+ | <ul> | ||
+ | <li>Organizing Files</li> | ||
+ | <li>Debugging</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
− | <li>[[ | + | <li>[[OPS435_Online_Lab5 |Lab 5:<br>Files & Error Handling]]</li> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</li> | </li> | ||
− | |- style="vertical-align: top; background: # | + | |- style="vertical-align: top; background: #e0ffff" |
− | | | + | | 6:Jun 22-26 |
| <b>Mid-Term Test</b> | | <b>Mid-Term Test</b> | ||
<ul> | <ul> | ||
− | <li>Date: | + | <li>Date: THIS WEEK</li> |
<li>Topics: Lab 1 to Lab 5 and All topics covered from week 1 to week 5</li> | <li>Topics: Lab 1 to Lab 5 and All topics covered from week 1 to week 5</li> | ||
</ul> | </ul> | ||
| | | | ||
− | | < | + | | <ul> |
− | |- style="vertical-align: top; background: # | + | <li>[[OPS435 Online Assignment 1| Assignment 1]]</li> |
− | | Break Week:<br />Jun | + | <li>Due Date: July 3, 2020</li> |
+ | </li> | ||
+ | |- style="vertical-align: top; background: #ffffe0" | ||
+ | | Break Week:<br />Jun 29-Jul 3 | ||
| | | | ||
| | | | ||
| | | | ||
− | |- style="vertical-align: top; background: # | + | |- style="vertical-align: top; background: #e0ffff" |
− | | | + | | 7:Jul 6-10 |
| <b>Classes:</b> | | <b>Classes:</b> | ||
<ul> | <ul> | ||
Line 181: | Line 220: | ||
</li> | </li> | ||
</ul> | </ul> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<ul> | <ul> | ||
− | |||
− | |||
− | |||
<li>Think Python: Chapter 16 - Classes and functions | <li>Think Python: Chapter 16 - Classes and functions | ||
<ul> | <ul> | ||
Line 200: | Line 230: | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
− | <li>[[ | + | <li>[[OPS435_Online_Lab6 |Lab 6:<br>Writing Python Classes]]</li> |
− | |||
</li> | </li> | ||
|- style="vertical-align: top; background: #ffffe0" | |- style="vertical-align: top; background: #ffffe0" | ||
− | | | + | | 8:Jul 13-17 |
| <b>Classes:</b> | | <b>Classes:</b> | ||
<ul> | <ul> | ||
+ | <li>Designing classes</li> | ||
<li>Understanding scope</li> | <li>Understanding scope</li> | ||
</ul> | </ul> | ||
Line 212: | Line 242: | ||
<li>Think Python: Chapter 17 - Classes and methods | <li>Think Python: Chapter 17 - Classes and methods | ||
<ul> | <ul> | ||
− | <li>The | + | <li>The __init__ method</li> |
− | <li>The | + | <li>The __str__ methond</li> |
+ | <li>The __repr__ method</li> | ||
<li>Operator overloading</li> | <li>Operator overloading</li> | ||
<li>Type-based dispatch</li> | <li>Type-based dispatch</li> | ||
Line 221: | Line 252: | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
− | <li>[[ | + | <li>[[OPS435_Online_Lab7 |Lab 7:<br>Classes, Objects & scope]]</li> |
</li> | </li> | ||
− | |- style="vertical-align: top; background: # | + | |- style="vertical-align: top; background: #e0ffff" |
− | | | + | | 9:Jul 20-24 |
| <b>Configuration management:</b> | | <b>Configuration management:</b> | ||
<ul> | <ul> | ||
Line 230: | Line 261: | ||
<li>Ansible</li> | <li>Ansible</li> | ||
</ul> | </ul> | ||
− | |||
| <ul> | | <ul> | ||
− | <li>[[ | + | </ul> |
+ | | <ul> | ||
+ | <li>[[OPS435_Online_Lab8 |Lab 8:<br>Configuration management]]</li> | ||
</li> | </li> | ||
|- style="vertical-align: top; background: #ffffe0" | |- style="vertical-align: top; background: #ffffe0" | ||
− | | | + | | 10:Jul 27-31 |
| <b>Python Networking</b> | | <b>Python Networking</b> | ||
<ul> | <ul> | ||
Line 244: | Line 276: | ||
| | | | ||
| <ul> | | <ul> | ||
− | <li>[[OPS435 | + | <li>[[OPS435 Online Assignment 2 | Assignment 2]]</li> |
− | <li>Due | + | <li>Due on Final Assessment Week - Please check with your professor for the exact date.</li> |
− | </ | + | </ul> |
− | |- style="vertical-align: top; background: # | + | |- style="vertical-align: top; background: #e0ffff" |
− | | | + | | 11:Aug 3-8 |
− | | <b> | + | | <b>Final Assessment Test Review</b> |
− | |||
| | | | ||
+ | | <b>Working on Assignment 2 for final assessment test</b> | ||
|- style="vertical-align: top; background: #ffffe0" | |- style="vertical-align: top; background: #ffffe0" | ||
− | | | + | | 12:Aug 10-14 |
− | | | + | | <b>Final Assessment</b> |
| | | | ||
| | | | ||
|} | |} |
Latest revision as of 23:26, 10 May 2020
week | Topics | Reading/Reference | Tasks/Labs |
---|---|---|---|
1: May 19-22 | Course Overview
git and github.com Python components:
Python Shell
|
|
|
2:May 25-29 | Python Basics:
|
|
|
3:Jun 1-5 | Reusing Python Code:
|
|
|
4:Jun 8-12 | Basic Data Structures and String Manipulation:
|
|
|
5:Jun 15-19 | Files, Exceptions:
|
|
|
6:Jun 22-26 | Mid-Term Test
|
| |
Break Week: Jun 29-Jul 3 |
|||
7:Jul 6-10 | Classes:
|
|
|
8:Jul 13-17 | Classes:
|
|
|
9:Jul 20-24 | Configuration management:
|
|
|
10:Jul 27-31 | Python Networking
|
| |
11:Aug 3-8 | Final Assessment Test Review | Working on Assignment 2 for final assessment test | |
12:Aug 10-14 | Final Assessment |