<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.dzone.com/~d/styles/itemcontent.css"?><rss xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://python.dzone.com/">
  <channel>
    <title>Python Zone - Everything for the Python &amp; Django developer</title>
    <link>http://python.dzone.com/</link>
    <description />
    <language>en</language>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.dzone.com/zones/python" /><feedburner:info uri="zones/python" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
    <title>Postgres Fuzzy Search Using Trigrams (+/- Django)</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/rfzP1LaSiKY/postgres-fuzzy-search-using</link>
    <description>When building websites, you’ll often want users to be able to search for something by name. On&amp;nbsp;LinerNotes, users can search for bands, albums, genres etc from a search bar that appears on the homepage and in the omnipresent nav bar. And we need a way to match those queries to entities in our Postgres database.
      Preview Text:&amp;nbsp;
    
            
                    We need a way to...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/rfzP1LaSiKY" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/postgres-fuzzy-search-using#comments</comments>
 <category domain="http://python.dzone.com/category/tags/postgres">Postgres</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods/tips-and-tricks">Tips and Tricks</category>
 <category domain="http://python.dzone.com/category/content-form/tools">Tool</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods">Tools &amp; Methods</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140423</wfw:commentRss>
 <dz:submitDate>Sun, 19 May 2013 00:35:52 -0400</dz:submitDate>
 <dz:readCount>1026</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/Screen Shot 2013-05-09 at 3.01.09 PM_0.png</dz:thumbnail>
 <dz:submitter> <dz:username>rogueleaderr</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-968529.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Sun, 19 May 2013 04:35:52 +0000</pubDate>
 <dc:creator>rogueleaderr</dc:creator>
 <guid isPermaLink="false">140423 at http://python.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/postgres-fuzzy-search-using</feedburner:origLink></item>
  <item>
    <title>Extreme Syntax</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/qUW6iRAJWio/extreme-syntax</link>
    <description>In his book&amp;nbsp;Let Over Lambda, Doug Hoyte saysLisp is the result of taking syntax away, Perl is the result of taking syntax all the way.
      Preview Text:&amp;nbsp;
    
            
                    Lisp practically has no syntax. It simply has parenthesized expressions. This makes it very easy to start using the language. And above all, it makes it easy to treat code as data. Lisp macros...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/qUW6iRAJWio" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/extreme-syntax#comments</comments>
 <category domain="http://python.dzone.com/category/content-form/opinion">Opinion</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods/tips-and-tricks">Tips and Tricks</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods">Tools &amp; Methods</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140383</wfw:commentRss>
 <dz:submitDate>Sat, 18 May 2013 01:30:00 -0400</dz:submitDate>
 <dz:readCount>1563</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/Screen Shot 2013-04-19 at 3.44.58 PM_7.png</dz:thumbnail>
 <dz:submitter> <dz:username>johncook</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-947685.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Sat, 18 May 2013 05:30:00 +0000</pubDate>
 <dc:creator>johncook</dc:creator>
 <guid isPermaLink="false">140383 at http://python.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/extreme-syntax</feedburner:origLink></item>
  <item>
    <title>How to Create Barcodes in Your PDFs with Python</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/W5p9-8coc1c/how-create-barcodes-your-pdfs</link>
    <description>The Reportlab library is a great way to generate PDFs in Python. Recently, I noticed that it has the ability to do barcodes. I had heard about it being able to generate QR codes, but I hadn’t really dug under the covers to see what else it could do. In this tutorial, we’ll take a look at some of the barcodes that Reportlab can generate. If you don’t already have Reportlab, go to...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/W5p9-8coc1c" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/how-create-barcodes-your-pdfs#comments</comments>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods/tips-and-tricks">Tips and Tricks</category>
 <category domain="http://python.dzone.com/category/content-form/tools">Tool</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods">Tools &amp; Methods</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140077</wfw:commentRss>
 <dz:submitDate>Fri, 17 May 2013 12:55:00 -0400</dz:submitDate>
 <dz:readCount>3528</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/python-icon-small_4.png</dz:thumbnail>
 <dz:submitter> <dz:username>driscollis</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-983135.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 17 May 2013 16:55:00 +0000</pubDate>
 <dc:creator>driscollis</dc:creator>
 <guid isPermaLink="false">140077 at http://python.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/how-create-barcodes-your-pdfs</feedburner:origLink></item>
  <item>
    <title>How to Cross the Chasm</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/bfispF3ei3E/how-cross-chasm</link>
    <description>Last week I had the good fortune of meeting and speaking with&amp;nbsp;Geoffrey Moore, author of the widely acclaimed books&amp;nbsp;
      Preview Text:&amp;nbsp;
    
            
                    If you haven&amp;#039;t heard of him before, Geoff Moore writes and speaks about the technology adoption lifecycle and the marketing and business strategies for successfully navigating this lifecycle.         
   ...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/bfispF3ei3E" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/how-cross-chasm#comments</comments>
 <category domain="http://python.dzone.com/category/content-form/theory">Theory</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods/tips-and-tricks">Tips and Tricks</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods">Tools &amp; Methods</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140071</wfw:commentRss>
 <dz:submitDate>Fri, 17 May 2013 12:50:00 -0400</dz:submitDate>
 <dz:readCount>2529</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/Screen Shot 2013-05-15 at 5.42.52 PM.png</dz:thumbnail>
 <dz:submitter> <dz:username>cspag67</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-270635.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 17 May 2013 16:50:00 +0000</pubDate>
 <dc:creator>cspag67</dc:creator>
 <guid isPermaLink="false">140071 at http://python.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/how-cross-chasm</feedburner:origLink></item>
  <item>
    <title>Stupid Questions and n00bs: 10 Intriguing Things You Should Do</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/o4q5xfw4s78/stupid-questions-and-n00bs-10</link>
    <description>Stupid questions and n00bs - top ten intriguing things you need to do from Øredev Conference on Vimeo.
      Preview Text:&amp;nbsp;
    
            
                    It really doesn’t matter how long you’ve been in this industry or which position you hold, understanding generation n00b and the value it brings should be mandatory for you.         
        

Legacy
      Sponsored:&amp;nbsp;
   ...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/o4q5xfw4s78" height="1" width="1"/&gt;</description>
     <comments>http://agile.dzone.com/articles/stupid-questions-and-n00bs-10#comments</comments>
 <category domain="http://python.dzone.com/category/content-form/theory">Theory</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/industry">Industry</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140137</wfw:commentRss>
 <dz:submitDate>Fri, 17 May 2013 02:39:22 -0400</dz:submitDate>
 <dz:readCount>2536</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/surprised monkey.png</dz:thumbnail>
 <dz:submitter> <dz:username>mitchp</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-478055.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 17 May 2013 06:39:22 +0000</pubDate>
 <dc:creator>mitchp</dc:creator>
 <guid isPermaLink="false">140137 at http://python.dzone.com</guid>
  <feedburner:origLink>http://agile.dzone.com/articles/stupid-questions-and-n00bs-10</feedburner:origLink></item>
  <item>
    <title>Putting breakpoints to HTML templates in Python</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/hDoEJ9VLhmQ/putting-breakpoints-html</link>
    <description>Python offers manydifferenttemplate engines for web application development to turn your view logic to HTML code on the server and then send the resulting HTML code to a web browser.
      Preview Text:&amp;nbsp;
    
            
                    Python offers many different template engines for web application development to turn your view logic to HTML code on the server and then send the...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/hDoEJ9VLhmQ" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/articles/putting-breakpoints-html#comments</comments>
 <category domain="http://python.dzone.com/category/content-form/tips-and-tricks">Tips and Tricks</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/languages/python">Python</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140205</wfw:commentRss>
 <dz:submitDate>Fri, 17 May 2013 02:30:00 -0400</dz:submitDate>
 <dz:readCount>521</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/python_9.png</dz:thumbnail>
 <dz:submitter> <dz:username>moo9000</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-1076787.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 17 May 2013 06:30:00 +0000</pubDate>
 <dc:creator>moo9000</dc:creator>
 <guid isPermaLink="false">140205 at http://python.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/articles/putting-breakpoints-html</feedburner:origLink></item>
  <item>
    <title>Links You Don't Want To Miss (May 17)</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/SlNl-j2FzMg/links-you-dont-want-miss-may-5</link>
    <description>Modular DOMReady
A new tool for making your web development life a little easier. &amp;nbsp;I love the site design this guy has too.


NES Drawn in 100% CSS
This CSS wizard drew an NES with just divs and CSS classes. It even has functional buttons and flap. Neat! 
      Preview Text:&amp;nbsp;
    
            
                    New JavaScript and CSS tools are on their way, along with a managed NoSQL...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/SlNl-j2FzMg" height="1" width="1"/&gt;</description>
     <comments>http://java.dzone.com/articles/links-you-dont-want-miss-may-5#comments</comments>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/web-design/css">CSS</category>
 <category domain="http://python.dzone.com/category/tags/jekyll">jekyll</category>
 <category domain="http://python.dzone.com/category/content-form/news">News</category>
 <category domain="http://python.dzone.com/category/tags/quantum-computing">Quantum Computing</category>
 <category domain="http://python.dzone.com/category/tags/robots">robots</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/architecture/nosql">NoSQL</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/languages/python">Python</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/languages/javascript">Javascript</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/web-design">Web Design</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140209</wfw:commentRss>
 <dz:submitDate>Fri, 17 May 2013 01:29:22 -0400</dz:submitDate>
 <dz:readCount>1609</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/apollo13.png</dz:thumbnail>
 <dz:submitter> <dz:username>mitchp</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-478055.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Fri, 17 May 2013 05:29:22 +0000</pubDate>
 <dc:creator>mitchp</dc:creator>
 <guid isPermaLink="false">140209 at http://python.dzone.com</guid>
  <feedburner:origLink>http://java.dzone.com/articles/links-you-dont-want-miss-may-5</feedburner:origLink></item>
  <item>
    <title>The Big List of 256 Programming Languages</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/ZAQV-e8GIzQ/big-list-256-programming</link>
    <description>Summer typically brings lots of vacation time for people. Instead of sitting around and being lazy, why not take the time to learn a new programming language? I am not recommending a specific language over others at this time, but providing a long list of languages based on GitHub and TIOBE. I have not tried to categorize or validate this list of languages in any way, so please do not complain...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/ZAQV-e8GIzQ" height="1" width="1"/&gt;</description>
     <comments>http://java.dzone.com/articles/big-list-256-programming#comments</comments>
 <category domain="http://python.dzone.com/category/content-form/tips-and-tricks">Tips and Tricks</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/languages">Languages</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/computer-science">Computer Science</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140017</wfw:commentRss>
 <dz:submitDate>Thu, 16 May 2013 02:40:22 -0400</dz:submitDate>
 <dz:readCount>7384</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/Pieter_Bruegel_the_Elder_-_The_Tower_of_Babel_(Vienna)_-_Google_Art_Project_-_edited.jpg</dz:thumbnail>
 <dz:submitter> <dz:username>robdiana</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-74047.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 16 May 2013 06:40:22 +0000</pubDate>
 <dc:creator>robdiana</dc:creator>
 <guid isPermaLink="false">140017 at http://python.dzone.com</guid>
  <feedburner:origLink>http://java.dzone.com/articles/big-list-256-programming</feedburner:origLink></item>
  <item>
    <title>The Ship Show: Does Your Entire Team Have to Git It?</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/qTNiGk65nXg/ship-show-does-your-entire</link>
    <description>For episode 20, we tackle the topic of tooling proficiency on your release engineering, ops, and development teams, specifically through the lens of version control tools. Version control is becoming a ubiquitous part of the “DevOps movement,” and we talk through what level of understanding should be expected, what level of training should be provided, and whether those are different for...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/qTNiGk65nXg" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/ship-show-does-your-entire#comments</comments>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods/devops">DevOps</category>
 <category domain="http://python.dzone.com/category/content-form/opinion">Opinion</category>
 <category domain="http://python.dzone.com/category/tags/-ship-show">The Ship Show</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods">Tools &amp; Methods</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140039</wfw:commentRss>
 <dz:submitDate>Thu, 16 May 2013 02:40:00 -0400</dz:submitDate>
 <dz:readCount>2167</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/tss-logo_0.jpg</dz:thumbnail>
 <dz:submitter> <dz:username>preed</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-1117825.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 16 May 2013 06:40:00 +0000</pubDate>
 <dc:creator>preed</dc:creator>
 <guid isPermaLink="false">140039 at http://python.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/ship-show-does-your-entire</feedburner:origLink></item>
  <item>
    <title>Links You Don't Want to Miss (May 16)</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/t7fLi1AczV4/links-you-dont-want-miss-may-4</link>
    <description>Full-Text, Client-Side Search in CSS3
This is a pretty simple and straightforward trick you should try out if you just want to search for items on one page. &amp;nbsp;Sure you can also use Ctrl+F, but this looks a lot nicer.
      Preview Text:&amp;nbsp;
    
            
                    Today: A full-text client-side search in CSS3, Georgia Tech&amp;#039;s online MS in Computer Science for $7,000, 3 new...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/t7fLi1AczV4" height="1" width="1"/&gt;</description>
     <comments>http://java.dzone.com/articles/links-you-dont-want-miss-may-4#comments</comments>
 <category domain="http://python.dzone.com/category/tags/links-you-dont-want-ot-miss">links you don't want ot miss</category>
 <category domain="http://python.dzone.com/category/content-form/news">News</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/industry/news">News</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140069</wfw:commentRss>
 <dz:submitDate>Thu, 16 May 2013 02:30:00 -0400</dz:submitDate>
 <dz:readCount>4397</dz:readCount>
 <dz:commentCount>1</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/klingon11.jpg</dz:thumbnail>
 <dz:submitter> <dz:username>acoin</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-1059807.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 16 May 2013 06:30:00 +0000</pubDate>
 <dc:creator>acoin</dc:creator>
 <guid isPermaLink="false">140069 at http://python.dzone.com</guid>
  <feedburner:origLink>http://java.dzone.com/articles/links-you-dont-want-miss-may-4</feedburner:origLink></item>
  <item>
    <title>The Sorry State of the Anti-Software Patents Movment</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/JhrS9BY5x4E/sorry-state-anti-software</link>
    <description>I’ve flipped my blog from one theme to another, while keeping it within GitHub Pages. On the way, I’ve been deleting and updating cruft. But what should I do about my historical links to http://www.nosoftwarepatents.com though?

Clicking through to www.nosoftwarepatents.com leads me to believe that it’s ‘parked’ at some moment in 2007. The style’s archaic, and the logos are unusable,...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/JhrS9BY5x4E" height="1" width="1"/&gt;</description>
     <comments>http://java.dzone.com/articles/sorry-state-anti-software#comments</comments>
 <category domain="http://python.dzone.com/category/content-form/theory">Theory</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/open-source/legal">Legal</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/open-source">Open Source</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/140019</wfw:commentRss>
 <dz:submitDate>Thu, 16 May 2013 02:29:22 -0400</dz:submitDate>
 <dz:readCount>2328</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/troll.jpg</dz:thumbnail>
 <dz:submitter> <dz:username>paul_hammant</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-1008633.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 16 May 2013 06:29:22 +0000</pubDate>
 <dc:creator>paul_hammant</dc:creator>
 <guid isPermaLink="false">140019 at http://python.dzone.com</guid>
  <feedburner:origLink>http://java.dzone.com/articles/sorry-state-anti-software</feedburner:origLink></item>
  <item>
    <title>Dev of the Week: Michael Sahota</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/w8RTfdWe0C0/dev-week-michael-sahota</link>
    <description>Every week, we feature a new developer/blogger from the&amp;nbsp;DZone community&amp;nbsp;here and in our newsletter, catching up to find out what they're working on now and what's coming next.&amp;nbsp;This week we're talking to Michael Sahota, Certified Scrum Master, active member of the Agile community, and co-organizer of Agile Tour Toronto:

      Preview Text:&amp;nbsp;
    
            
                 ...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/w8RTfdWe0C0" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/dev-week-michael-sahota#comments</comments>
 <category domain="http://python.dzone.com/category/tags/agile">agile</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods/tips-and-tricks">Tips and Tricks</category>
 <category domain="http://python.dzone.com/category/content-form/tools">Tool</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods">Tools &amp; Methods</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/139857</wfw:commentRss>
 <dz:submitDate>Wed, 15 May 2013 02:30:00 -0400</dz:submitDate>
 <dz:readCount>3569</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/picture-731619.jpg</dz:thumbnail>
 <dz:submitter> <dz:username>egregory</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-1059809.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 15 May 2013 06:30:00 +0000</pubDate>
 <dc:creator>egregory</dc:creator>
 <guid isPermaLink="false">139857 at http://python.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/dev-week-michael-sahota</feedburner:origLink></item>
  <item>
    <title>Links You Don't Want To Miss (5/15)</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/llIe1qqEEjA/links-you-dont-want-miss-515</link>
    <description>Mazes, AI, and PathfindingTwo ways through a maze, or more specifically, two pathfinding solutions. One allows the robot to see the entire maze, including entrance and exit, while the other assumes that the tunnels are concealed from the robot.

      Preview Text:&amp;nbsp;
    
            
                    Today: The Universal Bytecode, an old math problem solved, the sound of sorting...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/llIe1qqEEjA" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/links-you-dont-want-miss-515#comments</comments>
 <category domain="http://python.dzone.com/taxonomy/term/39">news</category>
 <category domain="http://python.dzone.com/category/tags/opinion">opinion</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods/tips-and-tricks">Tips and Tricks</category>
 <category domain="http://python.dzone.com/category/content-form/tools">Tool</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods">Tools &amp; Methods</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/139923</wfw:commentRss>
 <dz:submitDate>Wed, 15 May 2013 02:29:00 -0400</dz:submitDate>
 <dz:readCount>2831</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/Screen Shot 2013-05-14 at 6.12.59 PM.png</dz:thumbnail>
 <dz:submitter> <dz:username>egregory</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-1059809.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 15 May 2013 06:29:00 +0000</pubDate>
 <dc:creator>egregory</dc:creator>
 <guid isPermaLink="false">139923 at http://python.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/links-you-dont-want-miss-515</feedburner:origLink></item>
  <item>
    <title>Who Are You Imitating?</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/EfbqUtY0VZw/who-are-you-imitating</link>
    <description>&amp;nbsp;
	
      Preview Text:&amp;nbsp;
    
            
                    And so now, as I’m wondering what my next “big thing” will be (no pressure, Abbs) – I also wonder who might be next. Am I exposing myself to enough awesome to let me grow or am I getting too comfortable with who and what I know today?        
        

Legacy
      Sponsored:&amp;nbsp;
    
            
                 ...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/EfbqUtY0VZw" height="1" width="1"/&gt;</description>
     <comments>http://agile.dzone.com/articles/who-are-you-imitating#comments</comments>
 <category domain="http://python.dzone.com/category/content-form/theory">Theory</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/industry/careers">Careers</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/139917</wfw:commentRss>
 <dz:submitDate>Wed, 15 May 2013 01:37:34 -0400</dz:submitDate>
 <dz:readCount>1743</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/Screen Shot 2013-05-14 at 5.42.18 PM.png</dz:thumbnail>
 <dz:submitter> <dz:username>haxrchick</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-297115.png</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 15 May 2013 05:37:34 +0000</pubDate>
 <dc:creator>haxrchick</dc:creator>
 <guid isPermaLink="false">139917 at http://python.dzone.com</guid>
  <feedburner:origLink>http://agile.dzone.com/articles/who-are-you-imitating</feedburner:origLink></item>
  <item>
    <title>Algorithm of the Week: Damn Cool Secure Permutations with Block Ciphers</title>
    <link>http://feeds.dzone.com/~r/zones/python/~3/7BY3N56VezM/algorithm-week-damn-cool</link>
    <description>To start, I'm assuming you know what a&amp;nbsp;permutation&amp;nbsp;is - basically a shuffling of a sequence of items in a particular order.
      Preview Text:&amp;nbsp;
    
            
                    A secure permutation is one in which an attacker, given any subset of the permutation, cannot determine the order of any other elements. A simple example of this would be to take a cryptographically...&lt;img src="http://feeds.feedburner.com/~r/zones/python/~4/7BY3N56VezM" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/algorithm-week-damn-cool#comments</comments>
 <category domain="http://python.dzone.com/category/tags/algorithm-week">algorithm of the week</category>
 <category domain="http://python.dzone.com/category/content-form/theory">Theory</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods/tips-and-tricks">Tips and Tricks</category>
 <category domain="http://python.dzone.com/category/dzone-taxonomy/tools-methods">Tools &amp; Methods</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://python.dzone.com/crss/node/139781</wfw:commentRss>
 <dz:submitDate>Tue, 14 May 2013 02:50:00 -0400</dz:submitDate>
 <dz:readCount>4220</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:thumbnail>http://cdn.dzone.com/sites/all/files/preview-images/May/ecc.jpg</dz:thumbnail>
 <dz:submitter> <dz:username>damncoolalgorithms</dz:username>
 <dz:userimage>http://python.dzone.com/sites/all/files/avatars/picture-1132697.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 14 May 2013 06:50:00 +0000</pubDate>
 <dc:creator>damncoolalgorithms</dc:creator>
 <guid isPermaLink="false">139781 at http://python.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/algorithm-week-damn-cool</feedburner:origLink></item>
  </channel>
</rss>
