<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Computer-Assisted Reporting</title>
	<atom:link href="http://dwillis.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dwillis.wordpress.com</link>
	<description>The class site of SMPA 130</description>
	<lastBuildDate>Thu, 23 Apr 2009 20:56:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dwillis.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b07a58e2be3d21317d02abf3caa70f64?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Computer-Assisted Reporting</title>
		<link>http://dwillis.wordpress.com</link>
	</image>
			<item>
		<title>Links for April 23</title>
		<link>http://dwillis.wordpress.com/2009/04/23/links-for-april-23/</link>
		<comments>http://dwillis.wordpress.com/2009/04/23/links-for-april-23/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 20:56:45 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=208</guid>
		<description><![CDATA[Beautiful Soup
Electoral Explorer
NYC Parking Tickets
Atlas
Google Spreadsheet to Map Wizard
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=208&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.forjournalists.com/media/BeautifulSoup.py">Beautiful Soup</a><br />
<a href="http://elections.nytimes.com/2008/results/president/explorer.html">Electoral Explorer</a><br />
<a href="http://www.nytimes.com/interactive/2008/11/26/nyregion/20081128_PARKING.html">NYC Parking Tickets</a><br />
<a href="http://fmatlas.com/atlas2/jsp/login.jsp">Atlas</a><br />
<a href="http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm">Google Spreadsheet to Map Wizard</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=208&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/04/23/links-for-april-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
		<item>
		<title>Assignments for April 23</title>
		<link>http://dwillis.wordpress.com/2009/04/17/assignments-for-april-23/</link>
		<comments>http://dwillis.wordpress.com/2009/04/17/assignments-for-april-23/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 14:10:08 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Assignments]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=206</guid>
		<description><![CDATA[Python: Using IDLE (so you can save the running output to a file), do the following:

Assign your last name to a variable and have it print it.
Using a for loop, print out the letters in your last name from that variable.
Build a list (they use []) of five items, saving it to a variable. Then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=206&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Python</strong>: Using IDLE (so you can save the running output to a file), do the following:</p>
<ol>
<li>Assign your last name to a variable and have it print it.</li>
<li>Using a for loop, print out the letters in your last name from that variable.</li>
<li>Build a list (they use []) of five items, saving it to a variable. Then access the fourth element. Remember, list counting starts at 0.</li>
<li>Import the urllib library, connect to <a href="http://www.gwumc.edu/medctr/news.cfm?view=news&amp;d=8341">this GW press release</a> using the urlopen() function and read the contents of the page, saving them into a variable called html. Print out the contents of html.</li>
<li>Save the IDLE session as a file and email it to me.</li>
<p><strong>Readings</strong>: <a href="http://www.usatoday.com/sports/college/2008-11-18-majors-graphic_N.htm">USA Today on college athlete&#8217;s majors</a>, Check out <a href="http://oakland.crimespotting.org/">Oakland Crimespotting</a> and <a href="http://dc.everyblock.com/">EveryBlock</a>.</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=206&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/04/17/assignments-for-april-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
		<item>
		<title>Links for April 16</title>
		<link>http://dwillis.wordpress.com/2009/04/16/links-for-april-16/</link>
		<comments>http://dwillis.wordpress.com/2009/04/16/links-for-april-16/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 20:55:50 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=202</guid>
		<description><![CDATA[UN Votes
Python
Python Regex
GW Faculty
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=202&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.forjournalists.com/media/update.sqlite">UN Votes</a><br />
<a href="http://www.python.org/">Python</a><br />
<a href="http://www.amk.ca/python/howto/regex/">Python Regex</a><br />
<a href="http://www.gwu.edu/~bulletin/ugrad/faculty/facm.html">GW Faculty</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=202&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/04/16/links-for-april-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
		<item>
		<title>Assignments for April 16</title>
		<link>http://dwillis.wordpress.com/2009/04/09/assignments-for-april-16/</link>
		<comments>http://dwillis.wordpress.com/2009/04/09/assignments-for-april-16/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 02:36:12 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Assignments]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=198</guid>
		<description><![CDATA[Data Cleaning: Using whatever methods you can but at least search/replace (not hand-editing), take this page of faculty members and put it into Excel/CSV format. You should have fields for name, title, and degrees. Relax, you&#8217;ve done this before. Send me the finished file and your specific search and replace commands.
Critique: At least 500 words [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=198&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Data Cleaning</strong>: Using whatever methods you can but at least search/replace (not hand-editing), take <a href="http://www.gwu.edu/~bulletin/ugrad/faculty/facm.html">this page of faculty members</a> and put it into Excel/CSV format. You should have fields for name, title, and degrees. Relax, you&#8217;ve done this before. Send me the finished file and your specific search and replace commands.</p>
<p><strong>Critique</strong>: At least 500 words on this <a href="http://www.washingtonpost.com/wp-dyn/content/article/2006/07/01/AR2006070100962.html">Washington Post story on agricultural subsidies</a>.</p>
<p><strong>Reading</strong>: Follow <a href="http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/index.html">this tutorial on Python</a>. It presumes using Windows, but if you&#8217;re using a Mac, it should have Python and IDLE installed as well. If not, you can <a href="http://python.org/ftp/python/2.6.1/python-2.6.1-macosx2008-12-06.dmg">download it from python.org</a>. Be sure you&#8217;re using a version that&#8217;s less than 3.0 (ie., 2.4, 2.5 or 2.6 are fine).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=198&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/04/09/assignments-for-april-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
		<item>
		<title>Links for April 9</title>
		<link>http://dwillis.wordpress.com/2009/04/09/links-for-april-9/</link>
		<comments>http://dwillis.wordpress.com/2009/04/09/links-for-april-9/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 20:01:58 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=193</guid>
		<description><![CDATA[Nixon&#8217;s Trips
Faculty Listings
Crime Log
Magic/Replace
Tampa Bay Mug Shots
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=193&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.state.gov/r/pa/ho/trvl/pres/12797.htm">Nixon&#8217;s Trips</a><br />
<a href="http://www.gwu.edu/~bulletin/ugrad/faculty/faca.html">Faculty Listings</a><br />
<a href="http://gwired.gwu.edu/upd/February2009/April2009/">Crime Log</a><br />
<a href="http://cleanupdata.com/">Magic/Replace</a><br />
<a href="http://mugshots.tampabay.com/">Tampa Bay Mug Shots</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=193&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/04/09/links-for-april-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
		<item>
		<title>Assignments for April 9</title>
		<link>http://dwillis.wordpress.com/2009/04/03/assignments-for-april-9/</link>
		<comments>http://dwillis.wordpress.com/2009/04/03/assignments-for-april-9/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 02:49:58 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Assignments]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=190</guid>
		<description><![CDATA[Readings: Houston Chronicle on lobbying at the state level, Baltimore Sun on unpaid residential bills.
Census: Using the Census Bureau site, find the total sales of car washes in Allegheny County, Pa., according to the 2002 economic census. To do this, you&#8217;ll need to find the 2002 economic census and start your search for data there. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=190&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Readings</strong>: <a href="http://www.chron.com/disp/story.mpl/front/6350756.html">Houston Chronicle on lobbying at the state level</a>, <a href="http://www.baltimoresun.com/business/realestate/bal-te.bz.waterbills25mar25,0,6802318.story?coll=bal-home-headlines">Baltimore Sun on unpaid residential bills</a>.</p>
<p><strong>Census</strong>: Using the Census Bureau site, find the total sales of car washes in Allegheny County, Pa., according to the 2002 economic census. To do this, you&#8217;ll need to find the 2002 economic census and start your search for data there. Yes, this is a legitimate assignment.</p>
<p><strong>Final Projects</strong>: Come prepared to discuss your progress over the past week.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/190/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=190&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/04/03/assignments-for-april-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
		<item>
		<title>Assignments for April 2</title>
		<link>http://dwillis.wordpress.com/2009/03/27/assignments-for-april-2/</link>
		<comments>http://dwillis.wordpress.com/2009/03/27/assignments-for-april-2/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 13:24:53 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Assignments]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=180</guid>
		<description><![CDATA[Readings: This ESPN story on charter bus safety. Also, this guide to using Census data.
Campaign Finance Data: Using the record layout
, import the data inside this file into Excel, and then save it as a CSV file. Import that file into SQLite. Send me both the CSV file and the SQLite file by email. You [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=180&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Readings</strong>: This ESPN story on <a href="http://sports.espn.go.com/espn/otl/news/story?id=3997988">charter bus safety</a>. Also, this <a href="http://www.forjournalists.com/media/census.pdf">guide to using Census data</a>.</p>
<p><strong>Campaign Finance Data</strong>: Using the <a href="ftp://ftp.fec.gov/FEC/DATA_DICTIONARIES/webk.txt">record layout<br />
</a>, import the data inside <a href="ftp://ftp.fec.gov/FEC/webk10.zip">this file</a> into Excel, and then save it as a CSV file. Import that file into SQLite. Send me both the CSV file and the SQLite file by email. You will need to look at both the record layout and the data to help you with your import.</p>
<p><strong>Final Projects</strong>: Have at least one possible idea for your project&#8217;s focus.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=180&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/03/27/assignments-for-april-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
		<item>
		<title>Links for March 26</title>
		<link>http://dwillis.wordpress.com/2009/03/26/links-for-march-26/</link>
		<comments>http://dwillis.wordpress.com/2009/03/26/links-for-march-26/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 21:21:18 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=178</guid>
		<description><![CDATA[FEC Data
Nulls!
Recovery.gov
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=178&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.fec.gov/finance/disclosure/ftp_download.shtml">FEC Data</a><br />
<a href="http://sqlzoo.net/4a.htm">Nulls!</a><br />
<a href="http://www.recovery.gov/">Recovery.gov</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=178&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/03/26/links-for-march-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
		<item>
		<title>Assignment for March 12</title>
		<link>http://dwillis.wordpress.com/2009/03/06/assignment-for-march-12/</link>
		<comments>http://dwillis.wordpress.com/2009/03/06/assignment-for-march-12/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 22:41:55 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Assignments]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=172</guid>
		<description><![CDATA[SQLite: Download the following CSV files: members, positions and votes, then import them into a new sqlite database using the SQLite Manager for Firefox.
Then, using what we&#8217;ve learned about SQL Joins, write queries to answer the following:

Show me how the members from California voted on the Captive Primate Safety Act.
Which Democrat has voted the most [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=172&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>SQLite</strong>: Download the following CSV files: <a href="http://www.forjournalists.com/media/members.csv">members</a>, <a href="http://www.forjournalists.com/media/positions.csv">positions</a> and <a href="http://www.forjournalists.com/media/votes.csv">votes</a>, then import them into a new sqlite database using the SQLite Manager for Firefox.</p>
<p>Then, using what we&#8217;ve learned about SQL Joins, write queries to answer the following:</p>
<ol>
<li>Show me how the members from California voted on the Captive Primate Safety Act.</li>
<li>Which Democrat has voted the most often against the majority position of the party?</li>
<li>How many times have at least 10 Republicans voted &#8220;Yes&#8221; on Approving the Journal</li>
</ol>
<p>All three of these require joining at least two tables together; two require joining three tables. Remember the join syntax:</p>
<p><code>SELECT some_field, some_other_field FROM table1 JOIN table 2 ON (table1.field = table2.field) JOIN table3 on (table2.field = table3.field)</code></p>
<p>You can also join via the WHERE clause:</p>
<p><code>SELECT some_field, some_other_field FROM table1, table2, table3 WHERE table1.field=table2.field and table2.field = table3.field</code></p>
<p><strong>Reading</strong>: <a href="http://www.kansas.com/potholes/">Wichita Eagle on potholes</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=172&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/03/06/assignment-for-march-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
		<item>
		<title>Links for March 5</title>
		<link>http://dwillis.wordpress.com/2009/03/05/links-for-march-5/</link>
		<comments>http://dwillis.wordpress.com/2009/03/05/links-for-march-5/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 00:10:21 +0000</pubDate>
		<dc:creator>dwillis</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://dwillis.wordpress.com/?p=165</guid>
		<description><![CDATA[SQLZoo: Joins
House Members
House Positions
NYT Visualizations
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=165&subd=dwillis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://sqlzoo.net/3b.htm">SQLZoo: Joins</a><br />
<a href="http://www.forjournalists.com/media/members.csv">House Members</a><br />
<a href="http://www.forjournalists.com/media/positions.csv">House Positions</a><br />
<a href="http://blog.blprnt.com/blog/blprnt/new-york-times-visualizations">NYT Visualizations</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dwillis.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dwillis.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dwillis.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dwillis.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dwillis.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dwillis.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dwillis.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dwillis.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dwillis.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dwillis.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwillis.wordpress.com&blog=1607&post=165&subd=dwillis&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dwillis.wordpress.com/2009/03/05/links-for-march-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5af3c584285e142a840cef8effa33bd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dwillis</media:title>
		</media:content>
	</item>
	</channel>
</rss>