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

Content added Content deleted
imported>Mako
imported>Mako
Line 26: Line 26:
* Four things in Python I have to teach you:
* Four things in Python I have to teach you:
** while loops
** while loops
*** infinite loops
*** loops with a greater than or less than
** break / continue
** break / continue
** string.join()
** string.join()