<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0">
  <channel>
    <docs>This is an RSS file.  It is intended to be read by a software program called a "feed reader". Search on Google for more details.</docs>
    <title><![CDATA[stargaming's Feed]]></title>
    <link>http://www.simpy.com/user/stargaming</link>
    <url>http://www.simpy.com/</url>
    <description><![CDATA[stargaming's Feed]]></description>
    <image>
      <url>http://www.simpy.com/img/simpy-icon-16x16.png</url>
      <title>Simpy</title>
      <link>http://www.simpy.com/user/stargaming</link>
    </image>
    <lastBuildDate></lastBuildDate>
    <ttl>1440</ttl>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Sexy Lexing with Python | Evan Fosmark]]></title>
        <link><![CDATA[http://www.evanfosmark.com/2009/02/sexy-lexing-with-python/]]></link>
        <description><![CDATA[In the re module there is a class called Scanner that can do lexical sanning. It is completely undocumented other than for a small example code block found on the Python-Dev mailing list, but well worth mentioning.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.evanfosmark.com/2009/02/sexy-lexing-with-python/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.evanfosmark.com/2009/02/sexy-lexing-with-python/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22parsing%22">parsing</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <category><![CDATA[parsing]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Thu, 26 Feb 2009 12:33:00 -0500</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Factor]]></title>
        <link><![CDATA[http://concatenative.org/wiki/view/Factor]]></link>
        <description><![CDATA[Factor is an expressive, fast and full-featured Concatenative language. Concatenative and stack-based languages have not received much attention from the programming community ever since Forth began a slow decline in the 80's.  Once you learn some common idioms, many problems can be more cleanly expressed in a concatenative language compared to an applicative language. 
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://concatenative.org/wiki/view/Factor"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://concatenative.org/wiki/view/Factor" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22programming%22">programming</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22languages%22">languages</a>,


]]>
</description>
        
        <category><![CDATA[programming]]></category>
        
        <category><![CDATA[languages]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 22 Feb 2009 08:55:00 -0500</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[To assert or assertEqual in Python unit testing - Peterbe.com (Peter Bengtsson on Python, Zope, Kung Fu, London and photos)]]></title>
        <link><![CDATA[http://www.peterbe.com/plog/to-assert-or-assertEqual]]></link>
        <description><![CDATA[Perhaps some much more clever people than me can explain what a cardinal sin it is to not use the unittest methods over the lazy more pythonic ones. 
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.peterbe.com/plog/to-assert-or-assertEqual"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.peterbe.com/plog/to-assert-or-assertEqual" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22testing%22">testing</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[testing]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 15 Feb 2009 03:29:00 -0500</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[James Tauber : Two Fun(ctional) Questions]]></title>
        <link><![CDATA[http://jtauber.com/blog/2008/11/01/two_functional_questions/]]></link>
        <description><![CDATA[We're doing function composition but that's not what x is doing. It's not currying, it's not thunking, it's not trampolining. Is there a word for it?
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://jtauber.com/blog/2008/11/01/two_functional_questions/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://jtauber.com/blog/2008/11/01/two_functional_questions/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 02 Nov 2008 02:31:00 -0500</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Hacker News | Ask HN: Good python code for code reading]]></title>
        <link><![CDATA[http://news.ycombinator.com/item?id=327710]]></link>
        <description><![CDATA[Reading good python code must be an enjoyable learning experience, any suggestion?
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://news.ycombinator.com/item?id=327710"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://news.ycombinator.com/item?id=327710" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 12 Oct 2008 12:48:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Version-specific import « ActiveState Code]]></title>
        <link><![CDATA[http://code.activestate.com/recipes/576508/]]></link>
        <description><![CDATA[This recipe presents a method for letting client code specify on one line which version of "tools" they wish to use -- and then import from the tools package as normal. Behind the scenes, the recipe is making sure that the client works with the version of the package that they requested. If the client ever wants to change versions, it's a one-line change at the top of their code.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://code.activestate.com/recipes/576508/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://code.activestate.com/recipes/576508/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Thu, 18 Sep 2008 10:52:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Love and Theft » Blog Archive » Prototype based programming in python]]></title>
        <link><![CDATA[http://loveandtheft.org/2008/09/11/prototype-based-programming-in-python/]]></link>
        <description><![CDATA[A very simple example on how to work with prototype-based programming in Python.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://loveandtheft.org/2008/09/11/prototype-based-programming-in-python/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://loveandtheft.org/2008/09/11/prototype-based-programming-in-python/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22javascript%22">javascript</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[javascript]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sat, 13 Sep 2008 11:52:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Chris's Wiki :: blog/python/ImportableMain]]></title>
        <link><![CDATA[http://utcc.utoronto.ca/~cks/space/blog/python/ImportableMain]]></link>
        <description><![CDATA[When I first started coding in Python, I didn't know what I was doing. So I structured my Python programs the way I would write Bourne shell scripts or Perl programs, writing functions as necessary and useful but otherwise putting all of the logic and code in the program's file outside of functions (in what I now call 'module scope').
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://utcc.utoronto.ca/~cks/space/blog/python/ImportableMain"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://utcc.utoronto.ca/~cks/space/blog/python/ImportableMain" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 07 Sep 2008 08:42:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Django on Jython, Python Implementations and Performance]]></title>
        <link><![CDATA[http://www.voidspace.org.uk/python/weblog/arch_d7_2008_08_09.shtml]]></link>
        <description><![CDATA[Django now runs on Jython which is great news. Jeff Hardy is also making progress running Django on IronPython. As usual the news sparked a plague of comments on Reddit. There seems to be a lot of confusion about the different implementation of Python, and which bits of CPython acts as the reference implementation.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.voidspace.org.uk/python/weblog/arch_d7_2008_08_09.shtml"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.voidspace.org.uk/python/weblog/arch_d7_2008_08_09.shtml" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22django%22">django</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[django]]></category>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Wed, 27 Aug 2008 07:35:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA["Design Patterns" Aren't]]></title>
        <link><![CDATA[http://perl.plover.com/yak/design/]]></link>
        <description><![CDATA[The "design patterns" movement in software claims to have been inspired by the works of architect Christopher Alexander. But an examination of Alexander's books reveals that he was actually talking about something much more interesting.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://perl.plover.com/yak/design/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://perl.plover.com/yak/design/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22programming%22">programming</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[programming]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sat, 23 Aug 2008 05:02:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[randomwalker's journal - Pypes work! (more or less)]]></title>
        <link><![CDATA[http://arvindn.livejournal.com/68137.html]]></link>
        <description><![CDATA[My bitching about function call syntax motivated someone to actually try to solve the problem in Python using operator overloading. It was a great first step, but I tried to make it useful enough to write code using pipe syntax.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://arvindn.livejournal.com/68137.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://arvindn.livejournal.com/68137.html" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Tue, 19 Aug 2008 10:38:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[An Introduction to Thread Programming]]></title>
        <link><![CDATA[http://www.prasannatech.net/2008/08/introduction-to-thread-programming.html]]></link>
        <description><![CDATA[This writing explains the basics of thread programming, for a beginner, the concept of thread programming is often intimidating with the complexities involved in it, therefore its very important to get the basics right. This article explains the basics of threads, creating multiple threads of control from the main program using a simplified syntax and also some slightly advanced concepts like acquiring and releasing locks.

          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.prasannatech.net/2008/08/introduction-to-thread-programming.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.prasannatech.net/2008/08/introduction-to-thread-programming.html" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22concurrency%22">concurrency</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <category><![CDATA[concurrency]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Tue, 12 Aug 2008 05:32:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[JJinuxLand: Python: intern()]]></title>
        <link><![CDATA[http://jjinux.blogspot.com/2008/08/python-intern.html]]></link>
        <description><![CDATA[I'm working with a lot of data, and running out of memory is a problem. When I read a line of data, I've often seen the same data before. Rather than have two pointers that point to two separate copies of "foo", I'd prefer to have two pointers that point to the same copy of "foo".
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://jjinux.blogspot.com/2008/08/python-intern.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://jjinux.blogspot.com/2008/08/python-intern.html" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 03 Aug 2008 11:15:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[the occasional occurrence » Blog Archive » Customizing the Python Import System]]></title>
        <link><![CDATA[http://blog.dowski.com/2008/07/31/customizing-the-python-import-system/]]></link>
        <description><![CDATA[I got to thinking about what other ways I could hack the import system, and came up with a little web importer. I’ll post the code below, only because I think it is a clever trick, not that it is something to use in development of a Real Application.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://blog.dowski.com/2008/07/31/customizing-the-python-import-system/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://blog.dowski.com/2008/07/31/customizing-the-python-import-system/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 03 Aug 2008 06:00:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Tip: Use string literals instead of the pass statement? : David Stanek’s Digressions]]></title>
        <link><![CDATA[http://www.traceback.org/2008/07/26/tip-use-string-literals-instead-of-the-pass-statement/]]></link>
        <description><![CDATA[The pass statement is simply used where the Python syntax requires a statement, but the application doesn’t need any logic. Typically it is accompanied by a comment explaining why it is there.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.traceback.org/2008/07/26/tip-use-string-literals-instead-of-the-pass-statement/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.traceback.org/2008/07/26/tip-use-string-literals-instead-of-the-pass-statement/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 03 Aug 2008 01:54:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Python best practices]]></title>
        <link><![CDATA[http://www.fantascienza.net/leonardo/ar/python_best_practices.html]]></link>
        <description><![CDATA[Sometimes even good programmers at their first tries of Python use less than optimal solutions and language constructs. In the years Python has accumulated few redundancies and few warts, but it's a generally clean language still, so with a page like this you can avoid the most common ones. This page hopes to be really simple and short enough, you can find explanations online elsewhere.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.fantascienza.net/leonardo/ar/python_best_practices.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.fantascienza.net/leonardo/ar/python_best_practices.html" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 13 Jul 2008 01:53:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[blog/2008-05-20-emulating-actionscripts-with-statement-in-python - Alec / SwapOff.org - Trac]]></title>
        <link><![CDATA[http://swapoff.org/wiki/blog/2008-05-20-emulating-actionscripts-with-statement-in-python]]></link>
        <description><![CDATA[If you haven t had much to do with ActionScript or Visual Basic, right now you might be thinking  huh?  Basically the with statement in both of these languages allows one to access the attributes of an object as if they were in the local scope.

I know, I know. Why would you want to do this? I have no idea, but I thought it was cool that it was even possible in Python : 
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://swapoff.org/wiki/blog/2008-05-20-emulating-actionscripts-with-statement-in-python"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://swapoff.org/wiki/blog/2008-05-20-emulating-actionscripts-with-statement-in-python" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Tue, 20 May 2008 09:48:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Index of /talks/rupy/2008/]]></title>
        <link><![CDATA[http://chrisarndt.de/talks/rupy/2008/]]></link>
        <description><![CDATA[How to Write "Pythonic" Code by Christopher Arndt
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://chrisarndt.de/talks/rupy/2008/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://chrisarndt.de/talks/rupy/2008/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sun, 20 Apr 2008 09:09:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Generator Tricks for Systems Programmers]]></title>
        <link><![CDATA[http://www.dabeaz.com/generators/]]></link>
        <description><![CDATA[This tutorial discusses various techniques for using generator functions and generator expressions in the context of systems programming. This topic loosely includes files, file systems, text parsing, network programming, and programming with threads.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.dabeaz.com/generators/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.dabeaz.com/generators/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Sat, 19 Apr 2008 12:10:00 -0400</pubDate>
      </item>
    
      
      
      


  
  
    
  
  


      <item>
        <title><![CDATA[Patrick Roberts's Blog]]></title>
        <link><![CDATA[http://egofile.com/blog/2008/04/10]]></link>
        <description><![CDATA[It's often convenient to imagine a process as a tree-shaped (or graph-shaped) assembly line. Inputs flow in through the leaves and are transformed, filtered or reduced where branches join. This well represents lazy-functional programming. Say one wants the words from a line-delimited file, excluding acronyms, then converted to lower case and stored in a set for quick lookup. Compare syntaxes...
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://egofile.com/blog/2008/04/10"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://egofile.com/blog/2008/04/10" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/stargaming">stargaming</a> under 
         
<a href="http://www.simpy.com/user/stargaming/tag/%22python%22">python</a>,

<a href="http://www.simpy.com/user/stargaming/tag/%22idiom%22">idiom</a>,


]]>
</description>
        
        <category><![CDATA[python]]></category>
        
        <category><![CDATA[idiom]]></category>
        
        <author><![CDATA[stargaming]]></author>
        <pubDate>Fri, 11 Apr 2008 11:22:00 -0400</pubDate>
      </item>
    
  </channel>
</rss>
