<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog.hio.fr &#187; python</title>
	<atom:link href="http://blog.hio.fr/category/dev/python/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hio.fr</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 10:04:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>playlist.py</title>
		<link>http://blog.hio.fr/2011/05/19/playlist-py.html</link>
		<comments>http://blog.hio.fr/2011/05/19/playlist-py.html#comments</comments>
		<pubDate>Thu, 19 May 2011 16:21:46 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=761</guid>
		<description><![CDATA[#!/usr/bin/python # -*- coding: utf-8 -*- import os import mimetypes import string import sys import shutil import getopt import re &#160; class main: &#160; def usage&#40;self&#41;: print&#40;'%s %s dir te explore'%&#40;'-i', '--indir'&#41;&#41; print&#40;'%s %s playlist output'%&#40;'-p', '--playlist'&#41;&#41; print&#40;'exemple: %s %s &#8230; <a href="http://blog.hio.fr/2011/05/19/playlist-py.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/05/19/playlist-py.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python: httpget.py</title>
		<link>http://blog.hio.fr/2010/11/14/python-httpget-py.html</link>
		<comments>http://blog.hio.fr/2010/11/14/python-httpget-py.html#comments</comments>
		<pubDate>Sun, 14 Nov 2010 19:09:59 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[argv]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[getopt]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=604</guid>
		<description><![CDATA[<pre lang="python" line="1">
#!/usr/bin/python
import sys
import getopt
import httplib
import urllib
</pre> <a href="http://blog.hio.fr/2010/11/14/python-httpget-py.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/11/14/python-httpget-py.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PYTHON Script, Couper des mp3 recursivement</title>
		<link>http://blog.hio.fr/2010/05/21/python-script-couper-des-mp3-recursivement.html</link>
		<comments>http://blog.hio.fr/2010/05/21/python-script-couper-des-mp3-recursivement.html#comments</comments>
		<pubDate>Fri, 21 May 2010 08:15:56 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=548</guid>
		<description><![CDATA[Script qui sert a répliquer l'arborescence d'un répertoire de mp3 dans un repertoire de sortie en les coupant pour faire des extrait musicaux, c'est pas beau tout ça ?! <a href="http://blog.hio.fr/2010/05/21/python-script-couper-des-mp3-recursivement.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/05/21/python-script-couper-des-mp3-recursivement.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PYTHON Script, verifier la syntaxe d&#8217;un projet php</title>
		<link>http://blog.hio.fr/2010/02/23/python-script-verifier-la-syntaxe-dun-projet-php.html</link>
		<comments>http://blog.hio.fr/2010/02/23/python-script-verifier-la-syntaxe-dun-projet-php.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:54:46 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=526</guid>
		<description><![CDATA[python php_syntax.py (-e pour voir seulement les fichiers contenant une erreur) <a href="http://blog.hio.fr/2010/02/23/python-script-verifier-la-syntaxe-dun-projet-php.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/02/23/python-script-verifier-la-syntaxe-dun-projet-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PYTHON Script, image resize</title>
		<link>http://blog.hio.fr/2010/02/17/python-images-resize.html</link>
		<comments>http://blog.hio.fr/2010/02/17/python-images-resize.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:33:32 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[resize]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=521</guid>
		<description><![CDATA[Convertir des images pour le web de façon récursive et en reproduisant a la sortie la même arborescence que dans le répertoire d'origine,
Ce script est appeler a être modifier souvent, pour finir par arriver vers ce que je veux faire, multi-threader la conversion et que çe soit le plus efficace possible ^^ <a href="http://blog.hio.fr/2010/02/17/python-images-resize.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/02/17/python-images-resize.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PYTHON str_replace en python</title>
		<link>http://blog.hio.fr/2009/11/15/python-str_replace-en-python.html</link>
		<comments>http://blog.hio.fr/2009/11/15/python-str_replace-en-python.html#comments</comments>
		<pubDate>Sun, 15 Nov 2009 21:36:28 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[strReplace]]></category>
		<category><![CDATA[str_replace]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=480</guid>
		<description><![CDATA[Comment faire un equivalent de str_replace() de php en python <a href="http://blog.hio.fr/2009/11/15/python-str_replace-en-python.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2009/11/15/python-str_replace-en-python.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PYTHON Comment faire une requete http</title>
		<link>http://blog.hio.fr/2009/11/15/python-comment-faire-une-requete-http.html</link>
		<comments>http://blog.hio.fr/2009/11/15/python-comment-faire-une-requete-http.html#comments</comments>
		<pubDate>Sun, 15 Nov 2009 12:42:55 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=475</guid>
		<description><![CDATA[Faire des requetes grace a python et httplib <a href="http://blog.hio.fr/2009/11/15/python-comment-faire-une-requete-http.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2009/11/15/python-comment-faire-une-requete-http.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

