Editing Community Data Science Workshops (Spring 2016)

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 66: Line 66:


: '''Schedule'''
: '''Schedule'''
:: '''Morning, 10am-12:20 (SAV 260)''': [[CDSW/Day_1_lecture|A 2.5 lecture-based introduction to the Python programming language]]
:: '''Morning, 10am-12:20 (SAV 260)''': [[CDSW/Day_1_lecture|A 2 hour lecture-based introduction to the Python programming language]]
:: '''Lunch, 12:20-1pm (Savery Hall)''': We'll provide lunch (pizza!)
:: '''Lunch, 12:20-1pm (Savery Hall)''': We'll provide lunch (pizza!)
:: '''Afternoon, 1pm-3:30pm (SAV 138, 139, 155, 156):''' Python practice through short projects (see below) on a variety of fun and practical topics:
:: '''Afternoon, 1pm-3:30pm (SAV 138, 139, 155, 156):''' Python practice through short projects (see below) on a variety of fun and practical topics
::* [[Baby_Names | Baby Names]]
::* [[Code_Academy | Code Academy]]
:: '''Wrap-up, 3:30pm-4pm (SAV 260):''' Wrap-up, next steps, and upcoming opportunities for learning and practicing Python
:: '''Wrap-up, 3:30pm-4pm (SAV 260):''' Wrap-up, next steps, and upcoming opportunities for learning and practicing Python


: '''Objectives''': Programming is an essential tool for data science and is useful for solving many other problems. The goal of this session will be to introduce programming in the [http://www.python.org/ Python programming language]. Each participant will leave having solved a real problem and will have built their first real programming project.
: '''Objectives''': Programming is an essential tool for data science and is useful for solving many other problems. The goal of this session will be to introduce programming in the [http://www.python.org/ Python programming language]. Each participant will leave having solved a real problem and will have built their first real programming project.
: '''Projects''':
:: [[Baby_Names | Baby Names]]
:: [[Code_Academy | Code Academy]]


=== Session 2: Importing Data from web APIs (April 23) ===
=== Session 2: Importing Data from web APIs (April 23) ===
Line 83: Line 85:


: '''Schedule''':
: '''Schedule''':
:: '''Morning: 10am-12:20 (SAV 260)''': [[CDSW/Day_2_Lecture|A 2.5 hour lecture-based introduction to the web programming and APIs]]
:: '''Morning: 10am-12:20 (SAV 260)''': [[CDSW/Day_2_Lecture|A 2 hour lecture-based introduction to the web programming and APIs]]
:: '''Lunch: 12:20-1pm (Savery Hall downstairs hallway)''': We'll provide lunch (vegetarian Indian!)
:: '''Lunch: 12:20-1pm (Savery Hall downstairs hallway)''': We'll provide lunch (vegetarian Indian!)
:: '''Afternoon: 1pm-3:30pm (SAV 138, 139, 155, 156)''': Web API practice through short projects (see below) on a variety of fun and practical topics:
:: '''Afternoon: 1pm-3:30pm (SAV 138, 139, 155, 156)''': Web API practice through short projects (see below) on a variety of fun and practical topics
::* [[Community_Data_Science_Workshops_(Spring_2016)/Day_2_Projects/Twitter|Twitter]]
::* [[Wikipedia (CDSW)|Wikipedia]]
<!-- * [[Community_Data_Science_Workshops_(Spring_2016)/Day_2_Projects/Socrata|Socrata (data.seattle.gov)]] -->
::* [[Yelp (CDSW)|Yelp]]
:: '''Wrap-up: 3:30pm-4pm (SAV 260)''': Wrap-up, next steps, and upcoming opportunities for learning and practicing Python
:: '''Wrap-up: 3:30pm-4pm (SAV 260)''': Wrap-up, next steps, and upcoming opportunities for learning and practicing Python


Line 95: Line 93:


: An outline for the lecture can be found [[CDSW/Day_2_lecture|here]] and a list of potential projects for the afternoon session are listed below:
: An outline for the lecture can be found [[CDSW/Day_2_lecture|here]] and a list of potential projects for the afternoon session are listed below:
* [[Community_Data_Science_Workshops_(Spring_2016)/Day_2_Projects/Twitter|Twitter]]
* [[Community_Data_Science_Workshops_(Spring_2016)/Day_2_Projects/Wikipedia|Wikipedia]]
<!-- * [[Community_Data_Science_Workshops_(Spring_2016)/Day_2_Projects/Socrata|Socrata (data.seattle.gov)]] -->
* [[Yelp (CDSW)|Yelp]]


'''Important Note:''' If you plan to attend the Twitter afternoon session, you need to complete the [[Twitter authentication setup]] ''before'' the afternoon setup on Saturday. If you plan to complete the Yelp session, you need to complete the [[Yelp authentication setup]] instructions. There's no promise that we will be running these sessions this weekend unless there is demand but you will need to have done these if you want to attend the session.
'''Important Note:''' If you plan to attend the Twitter afternoon session, you need to complete the [[Twitter authentication setup]] ''before'' the afternoon setup on Saturday. If you plan to complete the Yelp session, you need to complete the [[Yelp authentication setup]] instructions. There's no promise that we will be running these sessions this weekend unless there is demand but you will need to have done these if you want to attend the session.
Line 107: Line 110:
: '''Schedule''':
: '''Schedule''':


:: '''Morning, 10am-12:20 (SAV 260):''' [[CDSW/Day_3_Lecture|2.5 hour interactive lecture]]
:: '''Morning, 10am-12:20 (SAV 260):''' [[CDSW/Day_3_Lecture|2 hour interactive lecture]]
:: '''Lunch, 12:20-1pm (TBD):''' We'll provide lunch (TBD)
:: '''Lunch, 12:20-1pm (TBD):''' We'll provide lunch (TBD)
:: '''Afternoon, 1pm-3:30pm (TBD): '''Web API practice through independent projects
:: '''Afternoon, 1pm-3:30pm (TBD):''' Web API practice through '''''[[Community_Data_Science_Workshops_(Spring_2016)/Day_3_Projects|independent projects]]'''''
::* [[Harry Potter on Wikipedia|Visualization and analysis using Spreadsheets]]
::* [[Matplotlib|Visualization using Python and Matplotlib]]
::* [[Community_Data_Science_Workshops_(Spring_2016)/Day_3_Projects/Twitter|Analyzing data from Twitter]]
::* [[Community_Data_Science_Workshops_(Spring_2016)/Day_3_Projects|Visualization and analysis of civic data from data.seattle.gov]]
::* Independent projects working on issues of ''your'' choosing!
:: '''Wrap-up, 3:30-4pm (SAV 260)
:: '''Wrap-up, 3:30-4pm (SAV 260)


: '''Objectives''': The goal of data science is to use data to answer questions. In our final session, we will use the Python skills we learned in the first session and the datasets we've created in the second to ask and answer common questions about the activity and health of online communities. We will focus on learning how to generate visualizations, create summary statistics, and test hypotheses.
: '''Objectives''': The goal of data science is to use data to answer questions. In our final session, we will use the Python skills we learned in the first session and the datasets we've created in the second to ask and answer common questions about the activity and health of online communities. We will focus on learning how to generate visualizations, create summary statistics, and test hypotheses.
:'''Projects''': '''(TBD)'''


== Venue and Logistics ==
== Venue and Logistics ==
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)