Class 16, Wednesday, September 25

Knowing what you know

Though the past is past — It is still an augury — Of future tidings

Looking backward now – I see the future is bright – Because I learned so much

Make sure what you know — Be sure you know what you know — Know now that you know


Look both ways


Agenda


Examples


Test logistics


Chrestomathics


Problem solving


Development and translation


How Python works


Values and types


str


range


list


for loops

for item in sequence :

   statement1

   ...

   statementn

here


Producing values


Functions and methods


Library


CSV processing


Errors


Gotchas

  • Not converting a string to a number using int() or float() or to a Boolean value using bool().

To do