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

Content added Content deleted
imported>Mako
imported>Mako
Line 80: Line 80:
* many other interesting functions for lists
* many other interesting functions for lists
** e.g., <code>min()</code> and <code>max()</code>
** e.g., <code>min()</code> and <code>max()</code>
** e.g., create a list of names and sort it <code>names.sort()</code>


=== loops and more flow control ===
=== loops and more flow control ===