Difference between revisions of "OPS435 Python Weekly Schedule 2020 Summer"

From CDOT Wiki
Jump to: navigation, search
Line 247: Line 247:
 
| <ul>
 
| <ul>
 
   <li>[[OPS435 Python Assignment 2 | Assignment 2]]</li>
 
   <li>[[OPS435 Python Assignment 2 | Assignment 2]]</li>
   <li>Due this week: August 2, 2018</li>
+
   <li>Due on Final Assessment Week - Please check with your professor for the exact date.</li>
 +
n
 
</li>
 
</li>
 
|- style="vertical-align: top; background: #f9f9f9"
 
|- style="vertical-align: top; background: #f9f9f9"
 
| 11:Aug 3-8
 
| 11:Aug 3-8
| <b>Exam Review</b>
+
| <b>Working on Assignment 2 for final assessment test</b>
 
|  
 
|  
 
| <ul>
 
| <ul>
 
   <li>[[OPS435 Python Assignment 2 | Assignment 2]]</li>
 
   <li>[[OPS435 Python Assignment 2 | Assignment 2]]</li>
  <li>Due this week: August 2, 2018</li>
 
 
</li>
 
</li>
 
|- style="vertical-align: top; background: #ffffe0"
 
|- style="vertical-align: top; background: #ffffe0"
Line 261: Line 261:
 
| <b>Final Assessment</b>
 
| <b>Final Assessment</b>
 
|  
 
|  
| <ul>
+
|  
  <li>[[OPS435 Python Assignment 2 | Assignment 2]]</li>
 
  <li>Due this week: August 2, 2018</li>
 
</li>
 
 
|}
 
|}

Revision as of 23:49, 5 May 2020

OPS435 Weekly Task Update
week Topics Reading/Reference Tasks/Labs
1: May 19-22 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 25-29 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:Jun 1-5 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:Jun 8-12 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 15-19 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 22-26 Mid-Term Test
  • Date: THIS WEEK
  • Topics: Lab 1 to Lab 5 and All topics covered from week 1 to week 5
Break Week:
Jun 29-Jul 3
7:Jul 6-10 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
8:Jul 13-17 Classes:
  • Designing classes
  • Understanding scope
  • Think Python: Chapter 16 - Classes and functions
    • Pure functions
    • Modifiers
    • Prototyping versus planning
  • Think Python: Chapter 17 - Classes and methods
    • The __init__ method
    • The __str__ method
    • Operator overloading
    • Type-based dispatch
    • Polymorphism
9:Jul 20-24 Configuration management:
  • Fabric
  • Ansible
  • Think Python: Chapter 16 - Classes and functions
    • Pure functions
    • Modifiers
    • Prototyping versus planning
10:Jul 27-31 Python Networking
  • Network Client
  • Network Server
  • Asynchronous Python Networking
  • Think Python: Chapter 17 - Classes and methods
    • The init method
    • The __str__methond
    • Operator overloading
    • Type-based dispatch
    • Polymorphism
  • Assignment 2
  • Due on Final Assessment Week - Please check with your professor for the exact date.
  • n

11:Aug 3-8 Working on Assignment 2 for final assessment test
12:Aug 10-14 Final Assessment