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

From CDOT Wiki
Jump to: navigation, search
Line 14: Line 14:
 
   <li>Introduction</li>
 
   <li>Introduction</li>
 
   <li>Why Python?</li>
 
   <li>Why Python?</li>
   <li>Main Purpose of Language - communication</li>
+
   <li>Languate: natural & formal</li>
   <li>Python Environment</li>
+
</ul>
 +
<b>Python Environment</b>
 +
<ul>
 +
   <li>Concepts:
 +
      <ol><li>keywords</li>
 +
          <li>builtins</li>
 +
      </ol>
 +
  </li>
 
   <li>Python Shell:
 
   <li>Python Shell:
 
<ol><li>help()</li>
 
<ol><li>help()</li>
Line 21: Line 28:
 
             <li>type()</li>
 
             <li>type()</li>
 
             <li>import</li>
 
             <li>import</li>
    <li>keywords</li>
 
    <li>builtin</li>
 
 
         </ol>
 
         </ol>
 +
  </li>
 
</ul>
 
</ul>
 
| <ul>
 
| <ul>
   <li>Think Python: Chapter 1</li>
+
   <li>Think Python: Chapter 1
 +
      <ul>
 +
  <li>What is a program?</li>
 +
  <li>Input, process (sequence, looping, repetition), output</li>
 +
  <li>complier, interpreter</li>
 +
  <li>Debugging</li>
 +
      </ul>
 +
    </li>
 
</ul>
 
</ul>
 
| <ul>
 
| <ul>
 
   <li>[[OPS435_Python_Lab_1 |Lab 1:<br>Setup &amp; Using Python]]</li>
 
   <li>[[OPS435_Python_Lab_1 |Lab 1:<br>Setup &amp; Using Python]]</li>
 
</li>
 
</li>
 +
 
|- style="vertical-align: top; background: #f9f9f9"
 
|- style="vertical-align: top; background: #f9f9f9"
 
| 2:Jan 24-30
 
| 2:Jan 24-30

Revision as of 18:42, 24 January 2018

OPS435 Weekly Task Update
week Topics Reading/Reference Tasks/Labs
1: Jan 17-23 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:Jan 24-30
3:Jan 31-Feb 6
4:Feb 7-13
5:Feb 14-20
6:Feb 21-Mar 6
-----
Break:Feb 26-Mar 4
7:Mar 7-13
8:Mar 14-20
9:Mar 21-27
10:Mar 28-Apr 3
11:Apr 4-10
12:Apr 11-17
13:Apr 18-24