Difference between revisions of "OPS435-Weekly-Summary-A"

From CDOT Wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[rchan@localhost ops435-tables]$ cat ref4
 
<ul>
 
  <li>Think Python: Chapter 5 Conditionals and recursion
 
      <ul>
 
  <li>Boolean expression</li>
 
  <li>Logical operators</li>
 
  <li>Conditional execution</li>
 
  <li>Alternative execution</li>
 
  <li>Chained conditionals</li>
 
  <li>Nested conditionals</li>
 
  <li>Recursion</li>
 
  <li>Infinite recursion</li>
 
  <li>Keyboard Input</li>
 
      </ul>
 
    </li>
 
</ul>
 
[rchan@localhost ops435-tables]$ cp ref4 ref8
 
[rchan@localhost ops435-tables]$ vi ref8
 
[rchan@localhost ops435-tables]$ cp ref8 ref9
 
[rchan@localhost ops435-tables]$ cp ref8 ref10
 
[rchan@localhost ops435-tables]$ vi ref9
 
[rchan@localhost ops435-tables]$ vi ref10
 
[rchan@localhost ops435-tables]$ bash table-gen.bash
 
 
 
[[Category:OPS435]][[Category:rchan]]
 
[[Category:OPS435]][[Category:rchan]]
 
{| class="wikitable" cellspacing="0" width="100%" cellpadding="5" border="1" style="text-align: left; vertical-align: top; border-spacing: 2px; border: 1px solid darkgray"
 
{| class="wikitable" cellspacing="0" width="100%" cellpadding="5" border="1" style="text-align: left; vertical-align: top; border-spacing: 2px; border: 1px solid darkgray"
Line 33: Line 9:
 
! Tasks/Labs
 
! Tasks/Labs
 
|- style="vertical-align: top; background: none"
 
|- style="vertical-align: top; background: none"
| 1: Jan 17-23
+
| 1: May 7-11
 
| <b>Course Overview</b>
 
| <b>Course Overview</b>
 
<ul>
 
<ul>
Line 69: Line 45:
 
</li>
 
</li>
 
|- style="vertical-align: top; background: #f9f9f9"
 
|- style="vertical-align: top; background: #f9f9f9"
| 2:Jan 24-30
+
| 2:May 14-18
 
| <b>Python Basics:</b>
 
| <b>Python Basics:</b>
 
<ul>
 
<ul>
Line 91: Line 67:
 
</li>
 
</li>
 
|- style="vertical-align: top; background: none"
 
|- style="vertical-align: top; background: none"
| 3:Jan 31-Feb 6
+
| 3:May 21-25
 
| <b>Reusing Python Code:</b>
 
| <b>Reusing Python Code:</b>
 
<ul>
 
<ul>
Line 114: Line 90:
 
</li>
 
</li>
 
|- style="vertical-align: top; background: #f9f9f9"
 
|- style="vertical-align: top; background: #f9f9f9"
| 4:Feb 7-13
+
| 4:May 28-Jun 1
 
| <b>Basic Data Structures and String Manipulation:</b>
 
| <b>Basic Data Structures and String Manipulation:</b>
 
<ul>
 
<ul>
Line 142: Line 118:
 
</li>
 
</li>
 
|- style="vertical-align: top; background: none"
 
|- style="vertical-align: top; background: none"
| 5:Feb 14-20
+
| 5:Jun 4-8
|
 
|
 
| <ul>
 
  <li>[[OPS435_Python_Lab_5 |Lab 5:<br>Files &amp; Error Handling]]</li>
 
</li>
 
|- style="vertical-align: top; background: #f9f9f9"
 
| 6:Feb 21-Mar 6
 
| <b>Mid-Term Test</b>
 
<ul>
 
  <li>Date: March 6, 2018</li>
 
  <li>Topics: Lab 1 to Lab 5 and All topics covered from week 1 to week 5</li>
 
</ul>
 
|
 
| <ul>
 
  <li>[[OPS435 Assignment 1 A| Assignment 1]]</li>
 
  <li>Due Date: February 28, 2018</li>
 
</li>
 
|- style="vertical-align: top; background: none"
 
| -----
 
|
 
|
 
|
 
|- style="vertical-align: top; background: #f9f9f9"
 
| Break:Feb 26-Mar 4  
 
|
 
|
 
|
 
|- style="vertical-align: top; background: none"
 
| 7:Mar 7-13
 
 
| <b>Files, Exceptions:</b>
 
| <b>Files, Exceptions:</b>
 
<ul>
 
<ul>
Line 195: Line 142:
 
</li>
 
</li>
 
|- style="vertical-align: top; background: #f9f9f9"
 
|- style="vertical-align: top; background: #f9f9f9"
| 8:Mar 14-20
+
| 6:Jun 11-15
 +
| <b>Review and Catch up</b>
 +
|
 +
| <ul>
 +
  <li>[[OPS435 Assignment 1 A| Assignment 1]]</li>
 +
  <li>Due Date: Jun 14, 2018</li>
 +
</li>
 +
|- style="vertical-align: top; background: none"
 +
| 7:Jun 18-22
 +
| <b>Mid-Term Test</b>
 +
<ul>
 +
  <li>Date: June 19, 2018</li>
 +
  <li>Topics: Lab 1 to Lab 5 and All topics covered from week 1 to week 5</li>
 +
</ul>
 +
|
 +
| <b>Catch up</b>
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| Break Week:<br />Jun 25-29
 +
|
 +
|
 +
|
 +
|- style="vertical-align: top; background: none"
 +
| 8:Jul 2-6
 
| <b>Classes:</b>
 
| <b>Classes:</b>
 
<ul>
 
<ul>
Line 215: Line 184:
 
   <li>[[OPS435_Python_Lab_6 |Lab 6:<br>Writing Python Classes]]</li>
 
   <li>[[OPS435_Python_Lab_6 |Lab 6:<br>Writing Python Classes]]</li>
 
</li>
 
</li>
|- style="vertical-align: top; background: none"
+
|- style="vertical-align: top; background: #f9f9f9"
| 9:Mar 21-27
+
| 9:Jul 9-13
 
| <b>Classes:</b>
 
| <b>Classes:</b>
 
<ul>
 
<ul>
 
     <li>Designing classes</li>
 
     <li>Designing classes</li>
    <li>Understanding scope</li>
 
 
</ul>
 
</ul>
 
| <ul>
 
| <ul>
Line 230: Line 198:
 
       </ul>
 
       </ul>
 
     </li>
 
     </li>
 +
</ul>
 +
| <ul>
 +
  <li>[[OPS435 Python Assignment 2 | Assignment 2]]</li>
 +
  <li>Due Date: August 2, 2018</li>
 +
</li>
 +
|- style="vertical-align: top; background: none"
 +
| 10:Jul 16-20
 +
| <b>Classes:</b>
 +
<ul>
 +
    <li>Understanding scope</li>
 +
</ul>
 +
| <ul>
 
   <li>Think Python: Chapter 17 - Classes and methods
 
   <li>Think Python: Chapter 17 - Classes and methods
 
       <ul>
 
       <ul>
Line 244: Line 224:
 
</li>
 
</li>
 
|- style="vertical-align: top; background: #f9f9f9"
 
|- style="vertical-align: top; background: #f9f9f9"
| 10:Mar 28-Apr 3
+
| 11:Jul 23-27
|
 
|
 
|
 
|- style="vertical-align: top; background: none"
 
| 11:Apr 4-10
 
 
| <b>Configuration management:</b>
 
| <b>Configuration management:</b>
 
<ul>
 
<ul>
Line 259: Line 234:
 
   <li>[[OPS435_Python_Lab_8 |Lab 8:<br>Configuration management]]</li>
 
   <li>[[OPS435_Python_Lab_8 |Lab 8:<br>Configuration management]]</li>
 
</li>
 
</li>
|- style="vertical-align: top; background: #f9f9f9"
+
|- style="vertical-align: top; background: none"
| 12:Apr 11-17
+
| 12:Jul 30-Aug 3
 
| <b>Python Networking</b>
 
| <b>Python Networking</b>
 
<ul>
 
<ul>
Line 267: Line 242:
 
   Asynchronous Python Networking</li>
 
   Asynchronous Python Networking</li>
 
</ul>
 
</ul>
 +
|
 +
| <ul>
 +
  <li>[[OPS435 Python Assignment 2 | Assignment 2]]</li>
 +
  <li>Due this week: August 2, 2018</li>
 +
</li>
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 13:Aug 6-10
 +
| <b>Exam Review</b>
 
|  
 
|  
 
|  
 
|  
 
|- style="vertical-align: top; background: none"
 
|- style="vertical-align: top; background: none"
| 13:Apr 18-24
+
| Exam Week:<br />Aug 13-17
 
|  
 
|  
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}

Latest revision as of 22:21, 7 May 2018

OPS435 Weekly Task Update
week Topics Reading/Reference Tasks/Labs
1: May 7-11 Course Overview
  • Introduction
  • Why Python?
  • Languate: natural & formal

Python Environment

  • Concepts:
    1. keywords
    2. builtins
  • Python Shell:
    1. help()
    2. dir()
    3. type()
    4. import
  • Think Python: Chapter 1
    • What is a program?
    • Input, process (sequence, looping, repetition), output
    • complier, interpreter
    • Debugging
2:May 14-18 Python Basics:
  • Objects
  • Variables
  • Operations
  • Built-in Functions
  • Think Python: Chapter 2
    • Variable, expressions and statements
    • Script mode and interactive mode
    • Python math operators and order of operations
    • String operation '+' and '*'
3:May 21-25 Reusing Python Code:
  • Functions
  • Lists
  • Think Python: Chapter 3 Functions
    • Function calls
    • Adding new functionse
    • Definitions and usess
    • Flow of execution
    • Parameters and arguments
    • Variables and parameters
    • Fruitful functions and void functions
4:May 28-Jun 1 Basic Data Structures and String Manipulation:
  • Tuples
  • Lists
  • Sets
  • Dictionaries
  • Strings
  • Think Python: Chapter 5 Conditionals and recursion
    • Boolean expression
    • Logical operators
    • Conditional execution
    • Alternative execution
    • Chained conditionals
    • Nested conditionals
    • Recursion
    • Infinite recursion
    • Keyboard Input
5:Jun 4-8 Files, Exceptions:
  • File Handling
  • Error Handling
  • Think Python: Chapter 14 - Files
    • Reading and writing
    • Format operator
    • Filenames and paths
    • Catching exception
    • Databasess
    • Picking
    • Pipes
    • Writing modules
6:Jun 11-15 Review and Catch up
7:Jun 18-22 Mid-Term Test
  • Date: June 19, 2018
  • Topics: Lab 1 to Lab 5 and All topics covered from week 1 to week 5
Catch up
Break Week:
Jun 25-29
8:Jul 2-6 Classes:
  • Components of a class
  • Classes and objects
  • Think Python: Chapter 15 - Classes and objects
    • Programmer-defined types
    • Attributes
    • Instances and return values
    • Objects are mutable
    • Copying
9:Jul 9-13 Classes:
  • Designing classes
  • Think Python: Chapter 16 - Classes and functions
    • Pure functions
    • Modifiers
    • Prototyping versus planning
10:Jul 16-20 Classes:
  • Understanding scope
  • Think Python: Chapter 17 - Classes and methods
    • The init method
    • The __str__methond
    • Operator overloading
    • Type-based dispatch
    • Polymorphism
11:Jul 23-27 Configuration management:
  • Fabric
  • Ansible
12:Jul 30-Aug 3 Python Networking
  • Network Client
  • Network Server
  • Asynchronous Python Networking
13:Aug 6-10 Exam Review
Exam Week:
Aug 13-17