Posts Tagged ‘ skeletonz ’

Making ugly code more beautiful using Python's with statement …

December 6, 2011
By

Check out my older writing on the with statement: Implementing file locks using Python's with statement · Python's with statement · Code · Code improvement · Code rewrite · Python · Tips • 6. Dec. Post a comment. Name: Website: Optional. ...

Read more »

Python's set datatype – amix.dk

February 6, 2009
By

Labels: Code Python Tips . Like this post? Subscribe to the RSS feed! 6 comments so far. Peteris Krumins 6. Feb 2009. Can I add my tip as well? I wrote an article on set operations in Unix shell a while ago. Do all the ops with diff, ...

Read more »

Python 2.5: Using any function – amix.dk

December 27, 2007
By

Labels: Code Interesting Python Tips . Like this post? Subscribe to the RSS feed! 4 comments so far. vahid 28. Dec 2007. Nice tricks. I do love these kind of Functional Style in Python 2.5:). a Todoist 28. Dec 2007. var todoist = life; ...

Read more »