<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - manatlan</title>
<link>http://snipplr.com/users/manatlan/tags/python</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 00:24:52 GMT</pubDate>
<item>
<title>(Python) python: console make text color/bold</title>
<link>http://snipplr.com/view/30505/python-console-make-text-colorbold/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Mar 2010 04:27:02 GMT</pubDate>
<guid>http://snipplr.com/view/30505/python-console-make-text-colorbold/</guid>
</item>
<item>
<title>(Python) python, simplest ini/config container (with folder in xdg_config_home)</title>
<link>http://snipplr.com/view/27573/python-simplest-iniconfig-container-with-folder-in-xdgconfighome/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Feb 2010 15:50:58 GMT</pubDate>
<guid>http://snipplr.com/view/27573/python-simplest-iniconfig-container-with-folder-in-xdgconfighome/</guid>
</item>
<item>
<title>(Python) Simplest wsgi middleware to control access with a form/cookie</title>
<link>http://snipplr.com/view/26802/simplest-wsgi-middleware-to-control-access-with-a-formcookie/</link>
<description><![CDATA[ <p>Not very secure, but very handy ...
Use like that :

    app = your_wsgi_app()
    app = ControlAccess( app, "your_password")
    httpserve( app ) # wsgi server</p> ]]></description>
<pubDate>Thu, 21 Jan 2010 05:33:46 GMT</pubDate>
<guid>http://snipplr.com/view/26802/simplest-wsgi-middleware-to-control-access-with-a-formcookie/</guid>
</item>
<item>
<title>(Python) python web with bottle and session (beaker)</title>
<link>http://snipplr.com/view/26459/python-web-with-bottle-and-session-beaker/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Jan 2010 09:47:23 GMT</pubDate>
<guid>http://snipplr.com/view/26459/python-web-with-bottle-and-session-beaker/</guid>
</item>
<item>
<title>(Python) python web with bottle</title>
<link>http://snipplr.com/view/22778/python-web-with-bottle/</link>
<description><![CDATA[ <p>**work in progress**</p> ]]></description>
<pubDate>Mon, 09 Nov 2009 05:57:03 GMT</pubDate>
<guid>http://snipplr.com/view/22778/python-web-with-bottle/</guid>
</item>
<item>
<title>(Python) python command line with optparse</title>
<link>http://snipplr.com/view/22149/python-command-line-with-optparse/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Oct 2009 05:16:36 GMT</pubDate>
<guid>http://snipplr.com/view/22149/python-command-line-with-optparse/</guid>
</item>
<item>
<title>(Python) Python unittests : turning old tests in unittest cases</title>
<link>http://snipplr.com/view/21565/python-unittests--turning-old-tests-in-unittest-cases/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Oct 2009 11:24:12 GMT</pubDate>
<guid>http://snipplr.com/view/21565/python-unittests--turning-old-tests-in-unittest-cases/</guid>
</item>
<item>
<title>(Python) Python unittests with assert statement (with exceptions catching)</title>
<link>http://snipplr.com/view/21564/python-unittests-with-assert-statement-with-exceptions-catching/</link>
<description><![CDATA[ <p>method 'E' (in fact a decorator) catch the execption and return it, so it's possible to use the good old assert statement.</p> ]]></description>
<pubDate>Wed, 21 Oct 2009 10:55:51 GMT</pubDate>
<guid>http://snipplr.com/view/21564/python-unittests-with-assert-statement-with-exceptions-catching/</guid>
</item>
<item>
<title>(Python) Python unittests</title>
<link>http://snipplr.com/view/21560/python-unittests/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Oct 2009 10:35:47 GMT</pubDate>
<guid>http://snipplr.com/view/21560/python-unittests/</guid>
</item>
<item>
<title>(Python) python doctests</title>
<link>http://snipplr.com/view/21559/python-doctests/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Oct 2009 10:34:37 GMT</pubDate>
<guid>http://snipplr.com/view/21559/python-doctests/</guid>
</item>
<item>
<title>(Python) simple lock application with socket / port</title>
<link>http://snipplr.com/view/21487/simple-lock-application-with-socket--port/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 Oct 2009 05:23:18 GMT</pubDate>
<guid>http://snipplr.com/view/21487/simple-lock-application-with-socket--port/</guid>
</item>
<item>
<title>(Python) Simplest aeweb</title>
<link>http://snipplr.com/view/20786/simplest-aeweb/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Oct 2009 16:48:11 GMT</pubDate>
<guid>http://snipplr.com/view/20786/simplest-aeweb/</guid>
</item>
<item>
<title>(Python) Create class definitions of properties (typed and ordered) with metaclass</title>
<link>http://snipplr.com/view/20785/create-class-definitions-of-properties-typed-and-ordered-with-metaclass/</link>
<description><![CDATA[ <p>Like Django.models, GAE.db.model or SqlAlchemy definitions</p> ]]></description>
<pubDate>Wed, 07 Oct 2009 16:26:24 GMT</pubDate>
<guid>http://snipplr.com/view/20785/create-class-definitions-of-properties-typed-and-ordered-with-metaclass/</guid>
</item>
<item>
<title>(Python) Simple tk toplevel window</title>
<link>http://snipplr.com/view/20339/simple-tk-toplevel-window/</link>
<description><![CDATA[ <p>with focus() and center() methods</p> ]]></description>
<pubDate>Mon, 28 Sep 2009 05:56:42 GMT</pubDate>
<guid>http://snipplr.com/view/20339/simple-tk-toplevel-window/</guid>
</item>
<item>
<title>(Python) request web with cookies handling</title>
<link>http://snipplr.com/view/19643/request-web-with-cookies-handling/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Sep 2009 18:35:43 GMT</pubDate>
<guid>http://snipplr.com/view/19643/request-web-with-cookies-handling/</guid>
</item>
<item>
<title>(Python) python new</title>
<link>http://snipplr.com/view/19642/python-new/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Sep 2009 18:27:40 GMT</pubDate>
<guid>http://snipplr.com/view/19642/python-new/</guid>
</item>
<item>
<title>(Python) capture traceback exception</title>
<link>http://snipplr.com/view/19641/capture-traceback-exception/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Sep 2009 17:55:36 GMT</pubDate>
<guid>http://snipplr.com/view/19641/capture-traceback-exception/</guid>
</item>
<item>
<title>(Python) zip a folder and its content</title>
<link>http://snipplr.com/view/19640/zip-a-folder-and-its-content/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Sep 2009 17:37:48 GMT</pubDate>
<guid>http://snipplr.com/view/19640/zip-a-folder-and-its-content/</guid>
</item>
<item>
<title>(Python) test if an [ip:port] is open</title>
<link>http://snipplr.com/view/19639/test-if-an-ipport-is-open/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Sep 2009 17:33:37 GMT</pubDate>
<guid>http://snipplr.com/view/19639/test-if-an-ipport-is-open/</guid>
</item>
<item>
<title>(Python) Stub for GAE (for unittests)</title>
<link>http://snipplr.com/view/19638/stub-for-gae-for-unittests/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Sep 2009 17:28:32 GMT</pubDate>
<guid>http://snipplr.com/view/19638/stub-for-gae-for-unittests/</guid>
</item>
</channel>
</rss>