<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://rhaptos.org/development/monday">

    <title>Rhaptos Software Development - Tuesday Python Challenge</title>
  <link>http://rhaptos.org</link>
  <description>Weekly Python skill building exercises. (KEF -- changed name to force it not to be first in the directory. This may annoy someone enough to turn on the thing that makes the order the same order that they are in the Contents folder)</description>
  <image rdf:resource="logo.jpg"/>
  <sy:updatePeriod>daily</sy:updatePeriod>
  <sy:updateFrequency>1</sy:updateFrequency>
  <sy:updateBase>2006-07-27T17:55:45Z</sy:updateBase>
  <items>
    <rdf:Seq>
        
          
              <rdf:li resource="http://rhaptos.org/development/monday/no1"/>
          
          
              <rdf:li resource="http://rhaptos.org/development/monday/no2"/>
          
          
              <rdf:li resource="http://rhaptos.org/development/monday/no3"/>
          
          
              <rdf:li resource="http://rhaptos.org/development/monday/no4"/>
          
          
              <rdf:li resource="http://rhaptos.org/development/monday/no5"/>
          
          
              <rdf:li resource="http://rhaptos.org/development/monday/no6"/>
          
          
              <rdf:li resource="http://rhaptos.org/development/monday/no7"/>
          
          
              <rdf:li resource="http://rhaptos.org/development/monday/challenge7.csv"/>
          
          
              <rdf:li resource="http://rhaptos.org/development/monday/no8"/>
          
        
   </rdf:Seq>
  </items>
</channel>


<item rdf:about="http://rhaptos.org/development/monday/no1">
<title>Challenge #1: Squares, 17 July 2006</title>
<link>http://rhaptos.org/development/monday/no1</link>
<description>This is the first Python Challenge. It starts easy, but has some bonuses that may make you think (and do some research!)</description>
<dc:publisher></dc:publisher>
<dc:creator>jccooper</dc:creator>
<dc:rights></dc:rights>
<dc:date>2006-07-17T11:24+00:00</dc:date>
</item>


<item rdf:about="http://rhaptos.org/development/monday/no2">
<title>Challenge #2: The Missing Ternary Operator, 24 July 2006</title>
<link>http://rhaptos.org/development/monday/no2</link>
<description>Find some of the ways to approximate the ternary operator in Python. This used to be a major pastime in the Python world, and still applies to us.</description>
<dc:publisher></dc:publisher>
<dc:creator>jccooper</dc:creator>
<dc:rights></dc:rights>
<dc:date>2006-07-24T15:57+00:00</dc:date>
</item>


<item rdf:about="http://rhaptos.org/development/monday/no3">
<title>Challenge #3: Encoding, 31 July 2006</title>
<link>http://rhaptos.org/development/monday/no3</link>
<description>I've played with this as a Python Challenge one before, but it's still a good exercise.</description>
<dc:publisher></dc:publisher>
<dc:creator>jccooper</dc:creator>
<dc:rights></dc:rights>
<dc:date>2006-07-24T15:57+00:00</dc:date>
</item>


<item rdf:about="http://rhaptos.org/development/monday/no4">
<title>Challenge #4: Flattening, 7 Aug 2006</title>
<link>http://rhaptos.org/development/monday/no4</link>
<description>A real world problem!</description>
<dc:publisher></dc:publisher>
<dc:creator>jccooper</dc:creator>
<dc:rights></dc:rights>
<dc:date>2006-08-09T17:31+00:00</dc:date>
</item>


<item rdf:about="http://rhaptos.org/development/monday/no5">
<title>Challenge #5: Monkey Business</title>
<link>http://rhaptos.org/development/monday/no5</link>
<description>This exercise depends on a simple but unusual technique.</description>
<dc:publisher></dc:publisher>
<dc:creator>jccooper</dc:creator>
<dc:rights></dc:rights>
<dc:date>2006-08-15T19:32+00:00</dc:date>
</item>


<item rdf:about="http://rhaptos.org/development/monday/no6">
<title>Challenge #6: Pyramid</title>
<link>http://rhaptos.org/development/monday/no6</link>
<description>A classic programming contest challenge. Everyone should try this one.</description>
<dc:publisher></dc:publisher>
<dc:creator>jccooper</dc:creator>
<dc:rights></dc:rights>
<dc:date>2006-08-21T19:01+00:00</dc:date>
</item>


<item rdf:about="http://rhaptos.org/development/monday/no7">
<title>Challenge #7: Take a REST</title>
<link>http://rhaptos.org/development/monday/no7</link>
<description>REST is "Representational State Transfer" and is sort of an evolved way of creating web services. It doesn't have all the defining overhead of things like SOAP or even XML-RPC, but builds an API much like those found already on the web. We can easily access RESTful resources in Python.</description>
<dc:publisher></dc:publisher>
<dc:creator>jccooper</dc:creator>
<dc:rights></dc:rights>
<dc:date>2006-08-28T19:10+00:00</dc:date>
</item>


<item rdf:about="http://rhaptos.org/development/monday/challenge7.csv">
<title></title>
<link>http://rhaptos.org/development/monday/challenge7.csv</link>
<description></description>
<dc:publisher></dc:publisher>
<dc:creator>jccooper</dc:creator>
<dc:rights></dc:rights>
<dc:date>2006-08-28T19:13+00:00</dc:date>
</item>


<item rdf:about="http://rhaptos.org/development/monday/no8">
<title>Challenge #8: Order this list</title>
<link>http://rhaptos.org/development/monday/no8</link>
<description>Sometimes, you need an arbitrary, but specified order...</description>
<dc:publisher></dc:publisher>
<dc:creator>jccooper</dc:creator>
<dc:rights></dc:rights>
<dc:date>2006-09-08T15:28+00:00</dc:date>
</item>


</rdf:RDF>



