Editing Community Data Science Workshops (Fall 2015)/Day 1 lecture

From CommunityData

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 5: Line 5:
== Resources ==
== Resources ==


* [http://communitydata.cc/~mako/cdsw-au2015-lecture1-20151010.ogv Lecture Recording/Screencast] — The pre-lecture and motivation is at the beginning. The technical part begins about 17m30s into the from. The file is in [[:wiki:Theoro|OGV/Theora]] format. If you have trouble playing it, you can install the free software [https://www.videolan.org/vlc/index.html VLC software] which runs on Mac OSX, Windows and Linux and should be able to play the video.
* [[Python data types cheat sheet]]
* [[Python data types cheat sheet]]
* [[Python loops cheat sheet]]
* [[Python loops cheat sheet]]
* [http://mako.cc/teaching/2015/cdsw-spring/state_capitals.py state_capitals.py] -- the state capitals example.
* [http://mako.cc/teaching/2015/cdsw-spring/state_capitals.py state_capitals.py] -- the state capitals example.
* [http://communitydata.cc/~mako/cdsw_sp2015-lecture1-20150411.ogv Lecture Recording/Screencast] — The file is in [[:wiki:Theoro|OGV/Theora]] format. If you have trouble playing it, you can install the free software [https://www.videolan.org/vlc/index.html VLC software] which runs on Mac OSX, Windows and Linux and should be able to play the video.


== Lecture outline ==
== Lecture outline ==
Line 43: Line 43:
** e.g., <code>if "mako" in "makoshark"</code>
** e.g., <code>if "mako" in "makoshark"</code>
** e.g., adding else example: <code>if brother_age > sister_age</code>
** e.g., adding else example: <code>if brother_age > sister_age</code>
** e.g., temperature range (e.g., if temp<65 is cold; temp>80 is hot; otherwise, just right)
** e.g., tempreature range
** e.g., adding elif: fix the bug in the previous program if they were the same age
** e.g., adding elif: fix the bug in the previous program if they were the same age
** indent with spaces (we use 4 spaces!)
** indent with spaces (we use 4 spaces!)
Line 92: Line 92:
** Super powerful because it can do something many many times. Data science is about doing tedious things very quickly. For is the workhorse that makes this possible.
** Super powerful because it can do something many many times. Data science is about doing tedious things very quickly. For is the workhorse that makes this possible.
** Look and see name is after we're done looping.
** Look and see name is after we're done looping.
** '''Move to text editor'''
** ''Move to editor.''
* <tt>if</tt> statements inside <tt>for</tt> loops
* <tt>if</tt> statements inside <tt>for</tt> loops
** e.g., <code>if name[0] in "AEIOU"</code> then print "starts with a vowel"
** e.g., <code>if name[0] in "AEIOU"</code> then print "starts with a vowel"
Line 101: Line 101:
** build up a sentence
** build up a sentence
* nested <tt>for</tt> loops
* nested <tt>for</tt> loops
* <tt>range()</tt>
* <tt>while</tt> loops
* infinite loops
* <tt>if</tt> statements inside <tt>while</tt> loops
* <tt>break</tt>
* <tt>input()</tt>


=== dictionaries ===
=== dictionaries ===
Line 112: Line 118:
=== modules ===
=== modules ===
* purpose
* purpose
* importing with <tt>import</tt>
* builtins
* imports
* <tt>import random</tt>
* <tt>import random</tt>
* <tt>random.randint</tt>
* <tt>random.randint</tt>
* <tt>random.sample</tt>
* <tt>random.choice</tt>
 
=== extra functions ===
 
* <tt>input()</tt>


=== walk through state_capitals.py ===
=== walk through state_capitals.py ===


Where state_capitals.py from http://mako.cc/teaching/2015/cdsw-spring/state_capitals.py is the grand finale and synthesis of lecture material.
Where state_capitals.py from http://mako.cc/teaching/2015/cdsw-spring/state_capitals.py is the grand finale and synthesis of lecture material.


[[Category:Fall_2015_series]]
[[Category:Fall_2015_series]]
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see CommunityData:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)