<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Follow up to Gameday data &amp; python scripts</title>
	<atom:link href="http://blog.wellsoliver.com/2009/08/gameday-python-script-part-two/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wellsoliver.com/2009/08/gameday-python-script-part-two/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=gameday-python-script-part-two</link>
	<description>on the cutting edge of the back burner</description>
	<lastBuildDate>Tue, 07 Sep 2010 07:17:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Brock</title>
		<link>http://blog.wellsoliver.com/2009/08/gameday-python-script-part-two/comment-page-1/#comment-76</link>
		<dc:creator>Brock</dc:creator>
		<pubDate>Sun, 16 Aug 2009 15:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wellsoliver.com/?p=124#comment-76</guid>
		<description>I dont think the code came out right, so if you are willing to help, I can email if that is better.

Thanks again,

Brock</description>
		<content:encoded><![CDATA[<p>I dont think the code came out right, so if you are willing to help, I can email if that is better.</p>
<p>Thanks again,</p>
<p>Brock</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brock</title>
		<link>http://blog.wellsoliver.com/2009/08/gameday-python-script-part-two/comment-page-1/#comment-75</link>
		<dc:creator>Brock</dc:creator>
		<pubDate>Sun, 16 Aug 2009 15:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wellsoliver.com/?p=124#comment-75</guid>
		<description>Quick question.  I know this is outside the scope of your post, but I have been learning a ton from your examples.  I am trying to figure out why my regex is giving me an error.  &quot;sre_constants.error: multiple repeat&quot;  If you dont mind, would you lend your expertise?  I figure it has to do with my searching in regex, but I dont get what syntax error exists.  Thanks!

Keep up the great work!

---------


import re

page = r&#039;AJ Anxiety08-13-2009, 03:40 PMvery nice..&#039;

s2 = r&#039;div class=&quot;post&quot;&gt;(.?+)(.?+)(.?+)&#039;

for match in re.finditer(s2, page):
    print match.group(0)</description>
		<content:encoded><![CDATA[<p>Quick question.  I know this is outside the scope of your post, but I have been learning a ton from your examples.  I am trying to figure out why my regex is giving me an error.  &#8220;sre_constants.error: multiple repeat&#8221;  If you dont mind, would you lend your expertise?  I figure it has to do with my searching in regex, but I dont get what syntax error exists.  Thanks!</p>
<p>Keep up the great work!</p>
<p>&#8212;&#8212;&#8212;</p>
<p>import re</p>
<p>page = r&#8217;AJ Anxiety08-13-2009, 03:40 PMvery nice..&#8217;</p>
<p>s2 = r&#8217;div class=&#8221;post&#8221;&gt;(.?+)(.?+)(.?+)&#8217;</p>
<p>for match in re.finditer(s2, page):<br />
    print match.group(0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brock</title>
		<link>http://blog.wellsoliver.com/2009/08/gameday-python-script-part-two/comment-page-1/#comment-67</link>
		<dc:creator>Brock</dc:creator>
		<pubDate>Thu, 13 Aug 2009 00:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wellsoliver.com/?p=124#comment-67</guid>
		<description>Keep it up man, this is some awesome stuff!</description>
		<content:encoded><![CDATA[<p>Keep it up man, this is some awesome stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
