Difference between revisions of "OPS435 Python Weekly Schedule 2020 Winter"
(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...") |
|||
Line 219: | Line 219: | ||
<li>Objects are mutable</li> | <li>Objects are mutable</li> | ||
<li>Copying</li> | <li>Copying</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul> | ||
+ | <li>Think Python: Chapter 16 - Classes and functions | ||
+ | <ul> | ||
+ | <li>Pure functions</li> | ||
+ | <li>Modifiers</li> | ||
+ | <li>Prototyping versus planning</li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
Line 230: | Line 239: | ||
<ul> | <ul> | ||
<li>Designing classes</li> | <li>Designing classes</li> | ||
+ | <li>Understanding scope</li> | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
− | <li>Think Python: Chapter | + | <li>Think Python: Chapter 17 - Classes and methods |
<ul> | <ul> | ||
− | + | <li>The __init__ method</li> | |
− | + | <li>The __str__ methond</li> | |
− | + | <li>The __repr__ method</li> | |
− | + | <li>Operator overloading</li> | |
+ | <li>Type-based dispatch</li> | ||
+ | <li>Polymorphism</li> | ||
+ | </ul> | ||
</li> | </li> | ||
</ul> | </ul> | ||
Line 245: | Line 258: | ||
|- style="vertical-align: top; background: none" | |- style="vertical-align: top; background: none" | ||
| 10:Mar 16-20 | | 10:Mar 16-20 | ||
− | | <b> | + | | <b>Configuration management:</b> |
<ul> | <ul> | ||
− | <li> | + | <li>Fabric</li> |
+ | <li>Ansible</li> | ||
</ul> | </ul> | ||
| <ul> | | <ul> | ||
Line 266: | Line 280: | ||
|- style="vertical-align: top; background: #f9f9f9" | |- style="vertical-align: top; background: #f9f9f9" | ||
| 11:Mar 23-27 | | 11:Mar 23-27 | ||
− | | <b> | + | | <b>Python Networking</b> |
<ul> | <ul> | ||
− | + | <li>Network Client</li> | |
− | + | <li>Network Server</li> | |
+ | Asynchronous Python Networking</li> | ||
</ul> | </ul> | ||
| | | |
Revision as of 01:58, 6 January 2020
week | Topics | Reading/Reference | Tasks/Labs |
---|---|---|---|
1: Jan 6-10 | Course Overview
Python components:
Python Shell
|
|
|
2:Jan 13-17 | Python Basics:
|
|
|
3:Jan 20-24 | Reusing Python Code:
|
|
|
4:Jan 27-31 | Basic Data Structures and String Manipulation:
|
|
|
5:Feb 3-7 | Files, Exceptions:
|
|
|
6:Feb 10-14 | Review and Catch up | ||
7:Feb 17-21 | Mid-Term Test
|
Catch up | |
Break Week: Feb 24-28 |
|||
8:Mar 2-6 | Classes:
|
|
|
9:Mar 9-13 | Classes:
|
|
|
10:Mar 16-20 | Configuration management:
|
|
|
11:Mar 23-27 | Python Networking
|
||
12:Mar 30-Apr 3 | Python Networking
|
| |
13:Apr 6-10 | Exam Review | ||
Exam Week: Apr 13-17 |