Session 2 Preparation — Videos, Reading and Quizzes

Quiz

Go to Moodle to find the Quiz for this Preparation.

Do the quiz as you watch the videos and do the reading. The quiz follows the same order as the videos/reading do.

You can access the videos from here or from Moodle; they both point to the same place.

Videos and Reading:

All of the following are required except items labeled Optional are, well, optional (i.e., things that may be interesting but do not directly pertain to your success in this course).

  1. Getting started in Python via the PyDev Console — Objects, Types, Variables, Assignment and more
    1. In Session 1, you completed a handout on: If for some reason you did NOT do the exercises in that handout, do them now.
    2. Now work through the follow-up PyDev Console exercises in: See the first handout above if you need a refresher on how to open a PyDev Console. Important:
      • There is nothing to save or turn in; just do this exercise per its instructions and LEARN from it!
      • You are likely to have questions from this exercise: simply bring your questions to Session 2.
  2. Calling Functions
  3. Coding to a Specification
  4. Counted Loops (using FOR loops with RANGE expressions)
  5. Object Oriented Programming (OOP)
  6. UML class diagrams
  7. Objects and Classes – Using Objects