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

From CDOT Wiki
Jump to: navigation, search
Line 163: Line 163:
 
</li>
 
</li>
 
|- style="vertical-align: top; background: #f9f9f9"
 
|- style="vertical-align: top; background: #f9f9f9"
| Break:Jun 25-29  
+
| Break:<br />Jun 25-29  
 
|  
 
|  
 
|  
 
|  
Line 256: Line 256:
 
|  
 
|  
 
|- style="vertical-align: top; background: none"
 
|- style="vertical-align: top; background: none"
| Exam:Aug 13-17
+
| Exam:<br />Aug 13-17
 
|  
 
|  
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}

Revision as of 22:09, 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: March 6, 2018
  • Topics: Lab 1 to Lab 5 and All topics covered from week 1 to week 5
Break:
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:
Aug 13-17