Community Data Science Workshops (Fall 2014)/Day 3 lecture: Difference between revisions

no edit summary
imported>Mako
imported>Mako
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1:
{{CDSW Moved}}
 
== Material for the lecture ==
 
Line 26 ⟶ 28:
* Four things in Python I have to teach you:
** while loops
*** infinite loops
*** loops with a greater than or less than
** break / continue
** string.join()
Line 33 ⟶ 37:
* Load data into Python
** review of opening files
*** we can also open them for reading
** csv module and and csv.reader() function
** csv.DictReader()
Anonymous user