Community Data Science Course (Spring 2015)

From CommunityData
Community Data Science: Programming and Data Science for Social Media
COM597G - Department of Communication
Instructor: Benjamin Mako Hill (University of Washington)
Course Website: We will use Canvas for announcements, turning in assignments, and discussion. Everything else will be linked on this page.
Course Catalog Description:
This course will introduce basic programming and data science tools to give students the skills to use data to answer questions about social media and online communities. The class will cover the basics of the Python programming language, an introduction to web APIs including APIs from Wikipedia and Twitter, and will teach basic tools and techniques for data analysis and visualization. As part of the class, participants will learn to write software in Python to collect data from web APIs and process that data to produce numbers, hypothesis tests, tables, and graphical visualizations that answer questions like: Are new contributors in Wikipedia this year sticking around longer or contributing more than people who joined last year? Who are the most active or influential users of a particular Twitter hashtag? Are people who join through a Wikipedia outreach event staying involved? How do they compare to people who decide to join the project outside of the event? The class will be built around student-designed independent projects and is targeted at students with absolutely no previous programming experience.

Overview and Learning Objectives

In a world that is increasingly driven by software and data, developing a basic level of fluency with programming and the basic tools of data analysis is a crucial skill. This course will introduce basic programming and data science tools to give students the skills to use data to answer questions about social media and online communities.

In particular, the class will cover the basics of the Python programming language, an introduction to web APIs including APIs from Wikipedia and Twitter, and will teach basic tools and techniques for data analysis and visualization. As part of the class, participants will learn to write software in Python to collect data from web APIs and process that data to produce numbers, hypothesis tests, tables, and graphical visualizations that answer real questions. The class will be built around student-designed independent projects. Every student will pick a question or issue they are interested in pursuing in the first week and will work with the instructor to build from that question toward a completed analysis of data that the student has collected using software they have written.

This is not a computer science class and I am not going to be training you to become professional programmers. This introduction to programming is intentionally quick and dirty and is focused on what you need to get things done. If you want to become a professional programmers, this is probably not the right class. If you want to learn about programming so that you can more effectively answer questions about social media by writing your own software and by managing and communicating more effectively with programmers, you are in the right place.

I will consider this class a complete success if, at the end, every student can:

  • Write or modify a program to collect a dataset from the Wikipedia and Twitter APIs.
  • Effectively read web API documentation and write Python software to parse and understand a new and unfamiliar JSON-based web API.
  • Use both Python based tools like MatPlotLib as well as tools like LibreOffice, Google Docs, or Microsoft Excel to effectively graph and analyze data.
  • Use web-based data to effective answer a substantively interesting question and to present this data effectively in the context of both a formal presentation and a written report.
  • Work effectively with a professional programmer (e.g., on Elance/Odesk) to define a set of realistic requirements for an API-based data collection programming project.

Note About This Syllabus

You should expect this syllabus to be a dynamic document and you will notice that there are a few places marked "To Be Determined." Although the core expectations for this class are fixed, the details of readings and assignments may shift based on how the class goes. As a result, there are three important things to keep in mind:

  1. Although details on this syllabus will change, I will not change readings or assignments less than one week before they are due. If I don't fill in a "To Be Determined" one week before it's due, it is dropped. If you plan to read more than one week ahead, contact me first.
  2. Closely monitor your email or the announcements section on the course website on Canvas. Because this a wiki, you will be able to track every change by clicking the history button on this page. I will also summarize these changes in an announcement on Canvas that will be emailed to everybody in the class.
  3. I will ask the class for voluntary anonymous feedback frequently — especially toward the beginning of the quarter. Please let me know what is working and what can be improved. In the past, I have made many adjustments based on this feedback.

Books

This class is going to be a studio and project based class. Although we will not rely very heavily on readings or discussing them in depth in class, I'm strongly recommending two books that will cover the material we go over in class and which will provide a reference work for you to refer to:

  1. Python for Informatics: Exploring Information by Charles Severance. The book is available online for free but you can also buy a physical copy of the book from Amazon or get an electronic copy from the Kindle Store. According to the book's website: "The goal of this book is to provide an Informatics-oriented introduction to programming. The primary difference between a computer science approach and the Informatics approach taken in this book is a greater focus on using Python to solve data analysis problems common in the world of Informatics."
  2. Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython by Wes McKinney. According to the website: "Python for Data Analysis is concerned with the nuts and bolts of manipulating, processing, cleaning, and crunching data in Python. It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications." The book is available for purchase in print and non-DRM ebook directly from the O'Reilly website.

General Notes

  • I expect you to come to class every day with your own laptop. Windows, Mac OS and Linux are all fine but a tablet is not going to cut it. We're going to install software during the class and you'll be working on projects for homework so please bring the same laptop each time.
  • Finally, William Hale will be acting as an in-class student assistant and mentor for the class. William is an undergraduate student in communication who is working with me on research into online communities and who has a strong substantive interest in social media and the kinds of communities we'll study. Much of the class will be project-based and William and I will be available to help you through challenges you encounter in this work during class. If you have questions and need to reach to somebody outside of class, however, please reach out to me!

Assignments

The assignments in this class are designed to give you an opportunity to try your hand at using the technical skills that we're covering in the class. There will be no exams or quizzes. There will be weekly assignments that I will ask you to hand-in but will only be graded as complete/incomplete.

Final Project Idea

Maximum Length: 600 words (~2 pages double spaced)
Due Date: April 13
Drop box: [Turn in on Canvas]

In this assignment, you should concisely identify an community that you are interested in a source of data and/or and a list of at least 3-4 questions you might be interested in answering in the context of your final project. I am hoping that each of you will pick an area or domain that you are intellectually committed to and invested in (e.g., in your business or personal life). You will be successful if you describe the scope of the problem and explain why you are interested in using community data science methods.

If you are unsure, asking a question about Wikipedia is probably among the safer paths.

I will give you feedback on these write-ups and will let you each know if I think you have identified a questions that might be too ambitious, too trivial, too broad, too narrow, etc.

Final Project Proposal

Maximum Length: 1500 words (~5 pages)
Due Date: May 4th (at 6pm)

Building on your project idea assignment, you should describe the specific types of data you will collect, the steps you will take to collect the dataset, the limits and strength of these data for answering the question you have selected, and a description of the kinds of report and visualization you will make.

And important step here is going to be framing your analysis. Why is this is an important question? Why do you care? What do we need to know (e.g., about the question, about underlying theories, about your business, about the topic, about the community) to understand this analysis? This will all need to be part of your final project and it's good opportunity to do this, or at least being doing it, here.

I will give you feedback on these proposals and suggest changes or modifications that are more likely to make them successful or compelling and to work with you to make sure that you have the resources and support necessary to carry out your project successfully.

Final Project

Presentation Date: June 2
Paper Due Date: June 12

For your final project, I expect you to build on the first two assignments to describe what they have done and what you have found. I'll expect every student to give both:

  1. A short presentation to the class (10 minutes)
  2. A final report that is not more than 4500 words (~18 pages)

I expect that your reports will include text from the first two assignments and reflect comprehensive documentation of your project. Each project should include: (a) the description of the question and community you have identified and information necessary to frame your question, (b) a description of the how you collected your data, (c) the results.

A successful project will tell a compelling story and will engage with, and improve upon, the course material to teach an audience that includes me, your classmates, and Comm Lead students taking this class in future years, how to take advantage of community data science more effectively. The very best papers will give us all a new understanding of some aspect of course material and change the way I teach some portion of this course in the future.

Paper and Code

Your final project should include details information on:

  • The problem or area you have identified and enough background to understand the work that follows.
  • Your research question(s) and/or hypotheses.
  • Your methods, data, and approach that you used to collect the data plus information on why you think this was appropriate.
  • Your results including numbers, tables, and graphics and figures.
  • A discussion of limitations for your work.

If you want inspiration for how people use data science to communicate findings broadly and effectively, take a look at great sources of data journalism including Five Thirty Eight or The Upshot at the New York Times. Both of these publish an large amount of excellent examples of data analysis and a bit of it is actually done using Python and web APIs! A simple Five Thirty Eight story will include a clear question, a brief overview of the data sources and method, a figure or two plus a paragraph or two walking through the answer, and a nice conclusion. I'm asking you to produced roughtly like.

Keep in mind that most story on


You should also share with me the full Python source code you used to collect the data and the dataset itself.

I will not be judging the quality or quantity of your code but rather the degree to which you have been successful at answering the substantive questions you have identified.


Presentation

Your presentation should do everything that your paper does and should provide me with a very clear idea of what to expect in your final paper. I'm going to give you all at least a paragraph of feedback after your talk. This will be an opportunity for me to see a preview of your paper and give you a sense for what I think you can improve. It's too your advantage to both give a compelling talk and to give me a sense for your project.

Timing
All presentations will need to be 'a maximum of 7 minutes long with additional 2-3 minutes for questions and answers. Timing is going to be tight and I'm going to set an alarm and stop presentations that go too long.
Presentation Order
You must sign up for a presentation slot by editing this spreadsheet. If you are not on the sheet by Monday June 1st at 12:00pm, I will add you.
Slides
You are encouraged to use slides for your talk but I will need your slides ahead of class. If you want to submit slides, you must upload slides in PDF format to the assignment page in Canvas by 12:00pm on Monday June 1st. I'm going to get everything in order on my laptop before class so we can make quick transitions. Because time will be very tight, if you do not submit slides, or if you submit them late, you will not be able to use slides for your talk. There will not be time in class for me to able to load your slides onto the computer.

Participation

The course relies heavily on participation. The material we're going to be covering is difficult and we're going to be covering it quickly. It is going to be extremely difficult to make up any missed classes. Attendance will be the most important part of participation and missing more than 1 class is going got make it extremely difficult to excel in our class.

Nearly every week, we will begin by discussing challenges and problem sets that we'll define as a group at the end of the previous class. Please speak up and engage in this part of the class as well as asking questions anytime there is anything confusing.

The "Participation Rubric" section of my detailed page on assessment gives the rubric I tend to use in evaluating participation.

Grading

I have put together a very detailed page that describes [the grading rubric] we will be using in this course. Please read it carefully I will assign grades for each of following items on the UW 4.0 grade scale according to the weights below:

  • Participation: 30%
  • Final project idea: 5%
  • Final project proposal 10%
  • Final project presentation: 15%
  • Final paper: 40%

Weekly Coding Challenges

Each week I will give you all a set of weekly coding challenges before the end of class that will involve changing or adding to code that I've given you as part of the projects in the final parts of class to solve new problems. These coding challenges will not be turned in and will not be graded.

I will share my solutions answers to each of the coding challenges by Monday morning of class in a Canvas discussion threads. As you will see over the course of the quarter, there are many possible solutions to many programming problems and my own approaches will often be different than yours. That's completely fine! Coding is a creative act!

Please do not share answers to challenges before midnight on Sunday so that everybody has a chance to work through answers on their own. After midnight on Sunday, you are all welcome to share your solutions and/or to discuss different approaches. We will discuss the coding challenges for a short period of time at the beginning of each class.

Schedule

Week 1: March 30

Readings:

Class Schedule:

  • Quick introductions — Be ready to introduce yourself and describe your interest and goals in the class.
  • Class overview and expectations — We'll walk through this syllabus.
  • Installation and setup — You'll install software including the Python programming language and run through a series of exercises.
  • Self-guided tutorial and exercises — You'll work through a self-guided tutorial introducing you to some basic concepts. When you're done, you'll meet with a member of the teaching team and we'll check you off.

Resources:

Week 2: April 6

Assignment Due:

Readings:

Class Schedule:

  • Day 2 Lecture — Interactive class lecture including a review of material from last week and new material including dictionaries, loops, functions, and modules.
  • Project time — We'll begin working on the baby names independent projects independently or in small groups with assistance from the teaching team.

Resources:

Week 3: April 13

Assignment Due:

Class Schedule:

  • Review and Lecture — We'll walk through answers to the assignments for last week as a group.
  • Project time — We'll begin working on a series of project based on the Wordplay project.

Resources:

Week 4: April 20

Readings:

Class Schedule:

  • Review: We'll walk through answers to the assignment and code challenges from last week as a group.
  • Lecture — Interactive class lecture including background into web APIs; requesting web pages with requests, JSON, and writing to files.
  • Project time — We'll begin working on a series of projects using the Wikipedia API.

Resources:

Week 5: April 27

Assignment Due: Code solving challenges in in the Wikipedia API project from last week.

Readings:

Class Schedule:

  • Review — We'll walk through answers to the assignments for last week as a group.
  • Lecture — Interactive class lecture covering user-defined functions, debugging, filesystem input, and putting things together into a "real" program.
  • Project time — We'll begin modifying the program we walk through in class to adapt it toward our needs and we'll pick out ideas for next steps and challenges for the coming week..

Resources:

Week 6: May 4

Assignment Due:

Readings:

Class Schedule:

  • Review — We'll walk through answers to the assignments for last week as a group.
  • Lecture — Interactive class lecture covering Python objects and classes and using Tweepy to collect data from Twitter.
  • Project time — Twitter API project

Resources:

Week 7: May 11

Assignment Due:

  • Code solving challenges in created at the end of previous class.

Readings:

Class Schedule:

  • Review — We'll walk through answers to the assignments for last week as a group.
  • Lecture — Interactive class lecture on regular expressions and pattern matching
  • Project time — Working on regular expressions and independent projects

Week 8: May 18

Class Schedule:

  • Final Project — We'll through expectations for final projects.
  • Lecture — We'll walk through a series of common challenges people are having on their projects.
  • Project time — We'll spend the majority of class focused on creating space for students to work on their individual final projects.

Optional Readings:

Week 9: May 25

Note
May 25th is Memorial day and is a University Holiday. Because UW policy requires that we meet 10 times, we will meeting as scheduled. That said, because the building will lock at 6pm, we will be meeting half an hour early at 5:30pm. Please do not be late!

Class Schedule:

  • Final Project — We'll through expectations for final projects.
  • Lecture — We'll walk through a series of common challenges people are having on their projects.
  • Project time — We'll spend the majority of class focused on creating space for students to work on their individual final projects.

Optional Readings:

  • Python for Data Analysis: Chapter 4 NumPy Basics: Arrays and Vectorized Computation and Chapter 5 Getting Started with pandas

Week 10: June 1

The full length of class will be devoted to final presentations of your data collection, your initial visualizations, and your results.

Administrative Notes

Attendance

As detailed in my page on assessment, attendance in class is expected of all participants. This class is going to move very quickly and the things we learn will build on the things we've covered the week before. It will be extremely difficult to miss classes. If you need to miss class for any reason, please contact the instructor ahead of time (email is best). Multiple unexplained absences will likely result in a lower grade or (in extreme circumstances) a failing grade. In the event of an absence, you are responsible for obtaining class notes, handouts, assignments, etc.

Office Hours

Because this is an evening degree program and I understand you have busy schedules that keep you away from campus during the day, I will not hold regular office hours. In general, I will be available to meet after class. Please contact me on email to arrange a meeting then or at another time.

Disability Accommodations Statement

To request academic accommodations due to a disability please contact Disability Resources for Students, 448 Schmitz, 206-543-8924/V, 206-5430-8925/TTY. If you have a letter from Disability Resources for Students indicating that you have a disability that requires academic accommodations, please present the letter to me so we can discuss the accommodations that you might need for the class. I am happy to work with you to maximize your learning experience.

Comm Lead Electronic Mail Standards of Conduct

Email communications (and all communications generally) among Comm Lead community members should seek to respect the rights and privileges of all members of the academic community. This includes not interfering with university functions or endangering the health, welfare, or safety of other persons. With this in mind, in addition to the University of Washington's Student Conduct Code, Comm Lead establishes the following standards of conduct in respect to electronic communications among students and faculty:

If, as a student, you have a question about course content or procedures, please use the online discussion board designed for this purpose. If you have specific questions about your performance, contact me directly.
  • I strive to respond to Email communications within 48 hours. If you do not hear from me, please come to my office hours, call me, or send me a reminder Email.
  • Email communications should be limited to occasional messages necessary to the specific educational experience at hand.
  • Email communications should not include any CC-ing of anyone not directly involved in the specific educational experience at hand.
  • Email communications should not include any blind-CC-ing to third parties, regardless of the third party’s relevance to the matter at hand.

Grades

Grades in this class are based on a rating scale.

Rating-scale grades are based on the faculty member's assessment of each assignment as opposed to a calculation from earned and possible points. The broad criteria for the ratings are given below. The ratings for some assignments may be multiplied by a constant (e.g. 2 or 3) so as to count more toward the final grade. The final grade is calculated as the average of all ratings.

4.0 - 3.9
Excellent and exceptional work for a graduate student. Work at this level is extraordinarily thorough, well reasoned, methodologically sophisticated, and well written. Work is of good professional quality, shows an incisive understanding of digital media-related issues and demonstrates clear recognition of appropriate analytical approaches to digital media challenges and opportunities. Clients who received a deliverable of this quality would likely develop loyalty toward the vendor to the exclusion of other vendors.
3.8 - 3.7
Strong work for a graduate student. Work at this level shows some signs of creativity, is thorough and well-reasoned, indicates strong understanding of appropriate methodological or analytical approaches, and demonstrates clear recognition and good understanding of salient digital media-related challenges and opportunities. Clients who received a deliverable of this quality would likely recommend this vendor to others and consider a longer-term engagement.
3.6 - 3.5
Competent and sound work for a graduate student; well reasoned and thorough, methodologically sound, but not especially creative or insightful or technically sophisticated; shows adequate understanding of digital media-related challenges and opportunities, although that understanding may be somewhat incomplete. This is the graduate student grade that indicates neither unusual strength nor exceptional weakness. Clients who received a deliverable of this quality would likely agree to repeat business with this vendor.
3.3 - 3.4
Adequate work for a graduate student even though some weaknesses are evident. Moderately thorough and well reasoned, but some indication that understanding of the important issues is less than complete and perhaps inadequate in other respects as well. Methodological or analytical approaches used are generally adequate but have one or more weaknesses or limitations. Clients who received a deliverable of this quality would likely entertain competitor vendors.
3.0 - 3.2
Fair work for a graduate student; meets the minimal expectations for a graduate student in the course; understanding of salient issues is incomplete, methodological or analytical work performed in the course is minimally adequate. Overall performance, if consistent in graduate courses, would be in jeopardy of sustaining graduate status in "good standing." Clients who received a deliverable of this quality would likely pay the vendor in full but not seek further engagement.
2.7 - 2.9
Borderline work for a graduate student; barely meets the minimal expectations for a graduate student in the course. Work is inadequately developed, important issues are misunderstood, and in many cases assignments are late or incomplete. This is the minimum grade needed to pass the course. Clients who received a deliverable of this quality would likely delay payment until one or more criteria were met.

Academic Misconduct

Comm Lead is committed to upholding the academic standards of the University of Washington’s Student Conduct Code. If I suspect a student violation of that code, I will first engage in a conversation with that student about my concerns.

If we cannot successfully resolve a suspected case of academic misconduct through our conversations, I will refer the situation to the Anita Crofts, Comm Lead Associate Director of Academic Affairs. The Comm Lead Associate Director of Academic Affairs, in consultation with the Comm Lead Director, can then work with the COM Chair to seek further input and if necessary, move the case up to the Dean.

While evidence of academic misconduct may result in a lower grade, Comm Lead faculty (indeed, all UW faculty) may not unilaterally lower a grade without taking the necessary steps outlined above.

In closing, Comm Lead students are expected to:

  • Write coherently and clearly.
  • Complete assignments on time and as directed.
  • Not miss more than two classes a quarter, unless due to extreme circumstances.
  • Engage as much as possible with colleagues and the instructor.
  • Stay current with the latest developments in the field of communications and digital media.