<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/tag/python">
<title>Public marks with tag python</title>
<description>Public marks with tag python</description>
<link>http://blogmarks.net/marks/tag/python</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058612029"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058610130"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058608886"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058605718"/>
<rdf:li resource="http://blogmarks.net/api/user/galiell/mark/1058605598"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058604789"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058604771"/>
<rdf:li resource="http://blogmarks.net/api/user/galiell/mark/1058604711"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058601961"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058601925"/>
<rdf:li resource="http://blogmarks.net/api/user/galiell/mark/1058594763"/>
<rdf:li resource="http://blogmarks.net/api/user/Emaux/mark/1058591417"/>
<rdf:li resource="http://blogmarks.net/api/user/Fabrice.bonny/mark/1058591126"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058587469"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058585508"/>
<rdf:li resource="http://blogmarks.net/api/user/marco/mark/1058584179"/>
<rdf:li resource="http://blogmarks.net/api/user/greut/mark/1058583182"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058582825"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058582370"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058582369"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058582353"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058582349"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058582170"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058582168"/>
<rdf:li resource="http://blogmarks.net/api/user/marco/mark/1058581667"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058612029">
<title>solrpy - Project Hosting on Google Code</title>
<link>http://code.google.com/p/solrpy/</link>
<description>&lt;blockquote&gt;&lt;p&gt;solrpy is a python client for solr, an enterprise search server built on top of lucene. solrpy allows you to add documents to a solr instance, and then to perform queries and gather search results from solr using your favorite programming language--python.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-05T15:48:48Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, solr, search-engine</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/solrpy/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/05/231dffa581c3e98944ddac01ac82e068.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/solrpy/">solrpy - Project Hosting on Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>solrpy is a python client for solr, an enterprise search server built on top of lucene. solrpy allows you to add documents to a solr instance, and then to perform queries and gather search results from solr using your favorite programming language--python.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/solr">solr</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/search-engine">search-engine</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058612029">Copy</a> | 
<a href="http://blogmarks.net/link/3432081">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058610130">
<title>Welcome to PyLucene</title>
<link>http://lucene.apache.org/pylucene/</link>
<description>&lt;blockquote&gt;&lt;p&gt;PyLucene is a Python extension for accessing Java Lucene. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with the latest version of Java Lucene, version 2.9.0 as of October 13th, 2009.&lt;/p&gt;&lt;p&gt;PyLucene is not a Lucene port but a Python wrapper around Java Lucene. PyLucene embeds a Java VM with Lucene into a Python process. The PyLucene Python extension, a Python module called lucene, is machine-generated by JCC.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-05T12:10:05Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, java, lucene, search-engine</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://lucene.apache.org/pylucene/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/05/420372aa99838e90041c8b7902b1b808.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://lucene.apache.org/pylucene/">Welcome to PyLucene</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>PyLucene is a Python extension for accessing Java Lucene. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with the latest version of Java Lucene, version 2.9.0 as of October 13th, 2009.</p><p>PyLucene is not a Lucene port but a Python wrapper around Java Lucene. PyLucene embeds a Java VM with Lucene into a Python process. The PyLucene Python extension, a Python module called lucene, is machine-generated by JCC.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lucene">lucene</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/search-engine">search-engine</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058610130">Copy</a> | 
<a href="http://blogmarks.net/link/3430201">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058608886">
<title>Toast Driven - Haystack 1.0 Final Released</title>
<link>http://toastdriven.com/fresh/haystack-10-final-released/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Haystack 1.0.0-final has been released (via the packages at PyPi or GitHub). You can also install it via ``sudo pip install django-haystack`` or via git from GitHub.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-04T04:16:35Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>django, haystack, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://toastdriven.com/fresh/haystack-10-final-released/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/04/2b19ef078635ba8bfcdd857a0417cee2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://toastdriven.com/fresh/haystack-10-final-released/">Toast Driven - Haystack 1.0 Final Released</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Haystack 1.0.0-final has been released (via the packages at PyPi or GitHub). You can also install it via ``sudo pip install django-haystack`` or via git from GitHub.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/django">django</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/haystack">haystack</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058608886">Copy</a> | 
<a href="http://blogmarks.net/link/3429155">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058605718">
<title>Roundup Features</title>
<link>http://roundup.sourceforge.net/doc-1.0/features.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Roundup is a simple-to-use and -install issue-tracking system with web, e-mail and command-line interfaces. It is based on the winning design from Ka-Ping Yee in the Software Carpentry &quot;Track&quot; design competition.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-01T02:46:45Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>issuetracker, python, ProjectManagement</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://roundup.sourceforge.net/doc-1.0/features.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://roundup.sourceforge.net/doc-1.0/features.html">Roundup Features</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Roundup is a simple-to-use and -install issue-tracking system with web, e-mail and command-line interfaces. It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/issuetracker">issuetracker</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ProjectManagement">ProjectManagement</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058605718">Copy</a> | 
<a href="http://blogmarks.net/link/3426643">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/galiell/mark/1058605598">
<title>PyCon ORM panel liveblog</title>
<link>http://www.b-list.org/weblog/2009/mar/28/pycon-orm-panel/</link>
<description></description>
<dc:date>2009-11-30T22:13:59Z</dc:date>
<dc:author>galiell</dc:author>
<dc:subject>python, orm, développement</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.b-list.org/weblog/2009/mar/28/pycon-orm-panel/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.b-list.org/weblog/2009/mar/28/pycon-orm-panel/">PyCon ORM panel liveblog</a></h4>
 
by <a href="http://blogmarks.net/user/galiell">galiell</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/orm">orm</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/d%25C3%25A9veloppement">développement</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058605598">Copy</a> | 
<a href="http://blogmarks.net/link/3426554">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058604789">
<title>docs at master from capooti's pinaxtutorial - GitHub</title>
<link>http://github.com/capooti/pinaxtutorial/tree/master/docs/</link>
<description>&lt;blockquote&gt;&lt;p&gt;a tutorial on writing web application with the Pinax framework edit&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-29T22:44:53Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>webframework, pinax, django, python, tutorial</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://github.com/capooti/pinaxtutorial/tree/master/docs/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/30/b5860d7190e46b479050e9eb261b7265.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://github.com/capooti/pinaxtutorial/tree/master/docs/">docs at master from capooti's pinaxtutorial - GitHub</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>a tutorial on writing web application with the Pinax framework edit</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webframework">webframework</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pinax">pinax</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/django">django</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorial">tutorial</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058604789">Copy</a> | 
<a href="http://blogmarks.net/link/3425879">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058604771">
<title>Python YQL — Python YQL v0.3 documentation</title>
<link>http://python-yql.org/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Python YQL is a client library for making queries with Yahoo Query Language.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-29T22:12:21Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, yahoo, yql</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://python-yql.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/30/cdd4862d4896f95dcce5a08d9f9fe624.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://python-yql.org/">Python YQL — Python YQL v0.3 documentation</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Python YQL is a client library for making queries with Yahoo Query Language.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/yahoo">yahoo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/yql">yql</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058604771">Copy</a> | 
<a href="http://blogmarks.net/link/3425867">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/galiell/mark/1058604711">
<title>Django desktop app « Latest Misunderstandings</title>
<link>http://misunderstandings.wordpress.com/2008/06/26/django-desktop-app/</link>
<description></description>
<dc:date>2009-11-29T20:25:03Z</dc:date>
<dc:author>galiell</dc:author>
<dc:subject>python, développement, django</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://misunderstandings.wordpress.com/2008/06/26/django-desktop-app/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://misunderstandings.wordpress.com/2008/06/26/django-desktop-app/">Django desktop app « Latest Misunderstandings</a></h4>
 
by <a href="http://blogmarks.net/user/galiell">galiell</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/d%25C3%25A9veloppement">développement</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/django">django</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058604711">Copy</a> | 
<a href="http://blogmarks.net/link/3425823">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058601961">
<title>BBC - Web Developer: Test-driven Development in Agile Projects</title>
<link>http://www.bbc.co.uk/blogs/webdeveloper/2009/11/testdriven-development-in-agil.shtml</link>
<description>&lt;blockquote&gt;&lt;p&gt;I plan to try adding doctests to my code, as well as continue writing proper unit tests in PHPUnit. &lt;/p&gt;&lt;/blockquote&gt;

choisir entre les deux ou faire les deux ?</description>
<dc:date>2009-11-29T12:32:23Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>doctest, python, pho, unittesting</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.bbc.co.uk/blogs/webdeveloper/2009/11/testdriven-development-in-agil.shtml"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.bbc.co.uk/blogs/webdeveloper/2009/11/testdriven-development-in-agil.shtml">BBC - Web Developer: Test-driven Development in Agile Projects</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>I plan to try adding doctests to my code, as well as continue writing proper unit tests in PHPUnit. </p></blockquote>

choisir entre les deux ou faire les deux ?</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/doctest">doctest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pho">pho</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unittesting">unittesting</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058601961">Copy</a> | 
<a href="http://blogmarks.net/link/3423156">React (1)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058601925">
<title>Python word frequency count using sets and lists « ActiveState Code</title>
<link>http://code.activestate.com/recipes/576699/</link>
<description>&lt;blockquote&gt;&lt;p&gt;This lists unique words and word frequencies occurring in a Python string. You can ignore or take account of letter case in distinguishing words, and you can pass it your own inclusion list of characters allowed in words (e.g. is &quot;import123&quot; the kind of word you want to list, or not? It might be if you're a programmer.) By default only alpha chars are allowed in words.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-29T11:11:26Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.activestate.com/recipes/576699/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.activestate.com/recipes/576699/">Python word frequency count using sets and lists « ActiveState Code</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>This lists unique words and word frequencies occurring in a Python string. You can ignore or take account of letter case in distinguishing words, and you can pass it your own inclusion list of characters allowed in words (e.g. is "import123" the kind of word you want to list, or not? It might be if you're a programmer.) By default only alpha chars are allowed in words.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058601925">Copy</a> | 
<a href="http://blogmarks.net/link/3423129">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/galiell/mark/1058594763">
<title>A byte of Python --&gt; fr</title>
<link>http://www.swaroopch.com/notes/Python_fr:Table_des_Matières</link>
<description>Traduction du tutoriel anglophone A byte of Python</description>
<dc:date>2009-11-28T10:27:42Z</dc:date>
<dc:author>galiell</dc:author>
<dc:subject>python, développement</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.swaroopch.com/notes/Python_fr:Table_des_Matières"><img border="0" src="http://blogmarks.net/screenshots/2009/11/28/80b8b6218ec1e96e488728b0d9128ac4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.swaroopch.com/notes/Python_fr:Table_des_Matières">A byte of Python --&gt; fr</a></h4>
 
by <a href="http://blogmarks.net/user/galiell">galiell</a> 
<p class="description">Traduction du tutoriel anglophone A byte of Python</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/d%25C3%25A9veloppement">développement</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058594763">Copy</a> | 
<a href="http://blogmarks.net/link/3418370">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Emaux/mark/1058591417">
<title>Découverte sur BioloGeek, l'avis d'un freelance passionné par le web et son évolution.</title>
<link>http://www.biologeek.com/</link>
<description>Ce site a évolué avec mes centres d'intérêts pour graviter aujourd'hui autour des frameworks web, de l'ergonomie, du web sémantique, de python et plus généralement du développement web agile et pérenne.</description>
<dc:date>2009-11-25T01:03:37Z</dc:date>
<dc:author>Emaux</dc:author>
<dc:subject>python, django, ubuntu, web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.biologeek.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/25/b8dba67274466a958a83b046f859a8bf.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.biologeek.com/">Découverte sur BioloGeek, l'avis d'un freelance passionné par le web et son évolution.</a></h4>
 
by <a href="http://blogmarks.net/user/Emaux">Emaux</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/128999">13 other(s)</a> 
<p class="description">Ce site a évolué avec mes centres d'intérêts pour graviter aujourd'hui autour des frameworks web, de l'ergonomie, du web sémantique, de python et plus généralement du développement web agile et pérenne.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/django">django</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ubuntu">ubuntu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058591417">Copy</a> | 
<a href="http://blogmarks.net/link/128999">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Fabrice.bonny/mark/1058591126">
<title>FireLogger :: Add-ons for Firefox</title>
<link>https://addons.mozilla.org/en-US/firefox/addon/11090</link>
<description></description>
<dc:date>2009-11-24T16:04:42Z</dc:date>
<dc:author>Fabrice.bonny</dc:author>
<dc:subject>firefox, php, python, firebug</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://addons.mozilla.org/en-US/firefox/addon/11090"><img border="0" src="http://blogmarks.net/screenshots/2009/11/24/23d2eac1ff28f74196ff959443b431bc.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://addons.mozilla.org/en-US/firefox/addon/11090">FireLogger :: Add-ons for Firefox</a></h4>
 
by <a href="http://blogmarks.net/user/Fabrice.bonny">Fabrice.bonny</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/firefox">firefox</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/firebug">firebug</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058591126">Copy</a> | 
<a href="http://blogmarks.net/link/3415388">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058587469">
<title>Zachary Voase’s Blog — Announcing Markdoc</title>
<link>http://blog.zacharyvoase.com/post/246800035</link>
<description>&lt;blockquote&gt;&lt;p&gt;Markdoc is “a lightweight Markdown-based wiki system.”&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-20T12:02:29Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>wiki, markdoc, python, markdown</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.zacharyvoase.com/post/246800035"><img border="0" src="http://blogmarks.net/screenshots/2009/11/20/e0e50c532e08eedc389b3b6e1b561d22.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.zacharyvoase.com/post/246800035">Zachary Voase’s Blog — Announcing Markdoc</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Markdoc is “a lightweight Markdown-based wiki system.”</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wiki">wiki</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/markdoc">markdoc</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/markdown">markdown</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058587469">Copy</a> | 
<a href="http://blogmarks.net/link/3412514">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058585508">
<title>Announcing Kong: A server description and deployment testing tool | Surfing in Kansas</title>
<link>http://ericholscher.com/blog/2009/nov/17/announcing-kong-server-description-and-deployment-/</link>
<description>&lt;blockquote&gt;&lt;p&gt;t work we have to manage a ton of Django based sites. Just for our World Company sites, we have over 50 different settings files, and this doesn't take into account the sites that we host for other clients. At this size it becomes basically impossible to test each site in a browser when you push things to production. To solve this problem I have written a very basic server description tool. This allows you to describe sites (settings file, python path, url, etc.) and servers.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-18T13:02:09Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, django, QA, testing</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ericholscher.com/blog/2009/nov/17/announcing-kong-server-description-and-deployment-/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/18/3888054ab715b9622010af329a766d0a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ericholscher.com/blog/2009/nov/17/announcing-kong-server-description-and-deployment-/">Announcing Kong: A server description and deployment testing tool | Surfing in Kansas</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>t work we have to manage a ton of Django based sites. Just for our World Company sites, we have over 50 different settings files, and this doesn't take into account the sites that we host for other clients. At this size it becomes basically impossible to test each site in a browser when you push things to production. To solve this problem I have written a very basic server description tool. This allows you to describe sites (settings file, python path, url, etc.) and servers.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/django">django</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/QA">QA</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/testing">testing</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058585508">Copy</a> | 
<a href="http://blogmarks.net/link/3410943">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/marco/mark/1058584179">
<title>urllib2 - Le Manuel manquant</title>
<link>http://www.voidspace.org.uk/python/articles/urllib2_francais.shtml</link>
<description></description>
<dc:date>2009-11-17T11:58:13Z</dc:date>
<dc:author>marco</dc:author>
<dc:subject>python, urllib, urllib2</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.voidspace.org.uk/python/articles/urllib2_francais.shtml"><img border="0" src="http://blogmarks.net/screenshots/2009/11/17/ad4395cfcbdeb29304bff3759ec22c55.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.voidspace.org.uk/python/articles/urllib2_francais.shtml">urllib2 - Le Manuel manquant</a></h4>
 
by <a href="http://blogmarks.net/user/marco">marco</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1541074">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/urllib">urllib</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/urllib2">urllib2</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058584179">Copy</a> | 
<a href="http://blogmarks.net/link/1541074">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/greut/mark/1058583182">
<title>Drupal or Django? A Guide for Decision Makers</title>
<link>http://birdhouse.org/blog/2009/11/11/drupal-or-django/</link>
<description></description>
<dc:date>2009-11-16T12:12:22Z</dc:date>
<dc:author>greut</dc:author>
<dc:subject>blog, guide, django, python, php</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://birdhouse.org/blog/2009/11/11/drupal-or-django/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/16/beb650ad887ba2a80f454797d9dc1068.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://birdhouse.org/blog/2009/11/11/drupal-or-django/">Drupal or Django? A Guide for Decision Makers</a></h4>
 
by <a href="http://blogmarks.net/user/greut">greut</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/guide">guide</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/django">django</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058583182">Copy</a> | 
<a href="http://blogmarks.net/link/3409256">React (1)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058582825">
<title>Web Ecology Project</title>
<link>http://www.webecologyproject.org/2009/09/code-release-google-language-tool/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Python module allowing easy use of Google Language Tools, involving language detection and translation, with transliteration in an experimental state&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-16T02:14:51Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>google, traduction, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.webecologyproject.org/2009/09/code-release-google-language-tool/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/16/4f49f7a6b6637400ff1ffcbd657283ba.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.webecologyproject.org/2009/09/code-release-google-language-tool/">Web Ecology Project</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Python module allowing easy use of Google Language Tools, involving language detection and translation, with transliteration in an experimental state</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/traduction">traduction</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058582825">Copy</a> | 
<a href="http://blogmarks.net/link/3408962">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058582370">
<title>Welcome to Roles’ documentation! — Roles v0.6.0 documentation</title>
<link>http://amolenaar.github.com/roles/html/index.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Library for Role based development.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-15T12:19:53Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, dci</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://amolenaar.github.com/roles/html/index.html"><img border="0" src="http://blogmarks.net/screenshots/2009/11/15/ec73badb478aaff0ecde07224bb01358.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://amolenaar.github.com/roles/html/index.html">Welcome to Roles’ documentation! — Roles v0.6.0 documentation</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Library for Role based development.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dci">dci</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058582370">Copy</a> | 
<a href="http://blogmarks.net/link/3408604">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058582369">
<title>Python Package Index : roles 0.6.0</title>
<link>http://pypi.python.org/pypi/roles/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Library for Role based development.&lt;/p&gt;&lt;p&gt;Pythonic implementation of the DCI (Data Context Interaction) pattern (http://www.artima.com/articles/dci_vision.html).&lt;/p&gt;&lt;p&gt;The big difference with mixins is that this role is applied only to the subject instance, not to the subject class (alas, a new class is constructed).&lt;/p&gt;&lt;p&gt;Roles can be assigned and revoked. Multiple roles can be applied to an instance. Revocation can happen in any particular order.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-15T12:18:15Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, dci, programmation</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pypi.python.org/pypi/roles/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/15/9c5ae59c8ea1d54f86890294e02d9a63.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pypi.python.org/pypi/roles/">Python Package Index : roles 0.6.0</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Library for Role based development.</p><p>Pythonic implementation of the DCI (Data Context Interaction) pattern (http://www.artima.com/articles/dci_vision.html).</p><p>The big difference with mixins is that this role is applied only to the subject instance, not to the subject class (alas, a new class is constructed).</p><p>Roles can be assigned and revoked. Multiple roles can be applied to an instance. Revocation can happen in any particular order.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dci">dci</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058582369">Copy</a> | 
<a href="http://blogmarks.net/link/3408603">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058582353">
<title>jcalderone: Twisted Web in 60 seconds: HTTP authentication</title>
<link>http://jcalderone.livejournal.com/53074.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;how you can use Twisted Web's basic or digest HTTP authentication to control access to these resources.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-15T12:04:14Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>http, twisted, python, ACL</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://jcalderone.livejournal.com/53074.html"><img border="0" src="http://blogmarks.net/screenshots/2009/11/15/819cc98f82ce3d472516bc051c86707b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://jcalderone.livejournal.com/53074.html">jcalderone: Twisted Web in 60 seconds: HTTP authentication</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>how you can use Twisted Web's basic or digest HTTP authentication to control access to these resources.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/twisted">twisted</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ACL">ACL</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058582353">Copy</a> | 
<a href="http://blogmarks.net/link/3408593">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058582349">
<title>Correct way to handle mobile browsers | Surfing in Kansas</title>
<link>http://ericholscher.com/blog/2009/nov/9/correct-way-handle-mobile-browsers/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Minidetector is a Django reusable app that allows you to know if a request is being viewed on a mobile device. It provides a middleware and a view decorator that sets a request.mobile variable to True if the request is coming from a mobile device. It's method of figuring out if a device is mobile is simple; It first checks for a special Opera Mini header, then for WAP support, then finally checks the User Agent against a list of known mobile strings.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-15T11:59:47Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>mobile, django, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ericholscher.com/blog/2009/nov/9/correct-way-handle-mobile-browsers/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/15/1d059549fd9b9ff4a67a8aa89603a6b8.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ericholscher.com/blog/2009/nov/9/correct-way-handle-mobile-browsers/">Correct way to handle mobile browsers | Surfing in Kansas</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Minidetector is a Django reusable app that allows you to know if a request is being viewed on a mobile device. It provides a middleware and a view decorator that sets a request.mobile variable to True if the request is coming from a mobile device. It's method of figuring out if a device is mobile is simple; It first checks for a special Opera Mini header, then for WAP support, then finally checks the User Agent against a list of known mobile strings.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mobile">mobile</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/django">django</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058582349">Copy</a> | 
<a href="http://blogmarks.net/link/3408590">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058582170">
<title>Sage: Open Source Mathematics Software</title>
<link>http://www.sagemath.org/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Sage is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-15T05:07:45Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>mathematiques, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.sagemath.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/15/4e91bfd942059dac1876d2c009c7d022.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.sagemath.org/">Sage: Open Source Mathematics Software</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2297377">4 other(s)</a> 
<div class="description"><blockquote><p>Sage is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mathematiques">mathematiques</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058582170">Copy</a> | 
<a href="http://blogmarks.net/link/2297377">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058582168">
<title>stsci_python Home Page</title>
<link>http://www.stsci.edu/resources/software_hardware/pyraf/stsci_python</link>
<description>&lt;blockquote&gt;&lt;p&gt;stsci_python is a library of Python routines and C extensions that has been developed to provide a general astronomical data analysis infrastructure.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-15T05:04:41Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, astronomie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.stsci.edu/resources/software_hardware/pyraf/stsci_python"><img border="0" src="http://blogmarks.net/screenshots/2009/11/15/7ef828f5d8ab7780a9a70e054b5ec9ea.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.stsci.edu/resources/software_hardware/pyraf/stsci_python">stsci_python Home Page</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>stsci_python is a library of Python routines and C extensions that has been developed to provide a general astronomical data analysis infrastructure.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/astronomie">astronomie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058582168">Copy</a> | 
<a href="http://blogmarks.net/link/3408436">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/marco/mark/1058581667">
<title>Python, Unicode and UnicodeDecodeError</title>
<link>http://www.stereoplex.com/two-voices/python-unicode-and-unicodedecodeerror</link>
<description>Unicode  ---- encode ----&gt; ASCII
ASCII    ---- decode ----&gt; Unicode</description>
<dc:date>2009-11-14T18:29:54Z</dc:date>
<dc:author>marco</dc:author>
<dc:subject>unicode, python, UnicodeDecodeError</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.stereoplex.com/two-voices/python-unicode-and-unicodedecodeerror"><img border="0" src="http://blogmarks.net/screenshots/2009/11/14/3001a2c52a45219d25f89949c6729ddf.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.stereoplex.com/two-voices/python-unicode-and-unicodedecodeerror">Python, Unicode and UnicodeDecodeError</a></h4>
 
by <a href="http://blogmarks.net/user/marco">marco</a> 
<p class="description">Unicode  ---- encode ----> ASCII
ASCII    ---- decode ----> Unicode</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unicode">unicode</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/UnicodeDecodeError">UnicodeDecodeError</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058581667">Copy</a> | 
<a href="http://blogmarks.net/link/3408040">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>