<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Python random password generator</title>
	<atom:link href="http://www.python-blog.com/2009/06/23/python-random-password-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.python-blog.com/2009/06/23/python-random-password-generator/</link>
	<description>and technologies around</description>
	<lastBuildDate>Sun, 21 Feb 2010 15:59:49 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adrian Dulić</title>
		<link>http://www.python-blog.com/2009/06/23/python-random-password-generator/comment-page-1/#comment-26</link>
		<dc:creator>Adrian Dulić</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.python-blog.com/?p=48#comment-26</guid>
		<description>There&#039;s another, more &quot;pythonic&quot; way of getting alphabet letters etc. ;)

import string

string.ascii_lowercase
string.ascii_uppercase
string.digits
string.punctuation</description>
		<content:encoded><![CDATA[<p>There&#8217;s another, more &#8220;pythonic&#8221; way of getting alphabet letters etc. ;)</p>
<p>import string</p>
<p>string.ascii_lowercase<br />
string.ascii_uppercase<br />
string.digits<br />
string.punctuation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Łukasz Balcerzak</title>
		<link>http://www.python-blog.com/2009/06/23/python-random-password-generator/comment-page-1/#comment-14</link>
		<dc:creator>Łukasz Balcerzak</dc:creator>
		<pubDate>Sat, 27 Jun 2009 09:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.python-blog.com/?p=48#comment-14</guid>
		<description>While I&#039;ve been starting up with Trac some time ago, I found this http://trac.edgewall.org/wiki/TracStandalone#GeneratingPasswordsWithoutApache helpful at some point, as on some VPS I&#039;ve been using there was no apache.

Maybe that would be helpful for someone too.</description>
		<content:encoded><![CDATA[<p>While I&#8217;ve been starting up with Trac some time ago, I found this <a href="http://trac.edgewall.org/wiki/TracStandalone#GeneratingPasswordsWithoutApache" rel="nofollow">http://trac.edgewall.org/wiki/TracStandalone#GeneratingPasswordsWithoutApache</a> helpful at some point, as on some VPS I&#8217;ve been using there was no apache.</p>
<p>Maybe that would be helpful for someone too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grzenio</title>
		<link>http://www.python-blog.com/2009/06/23/python-random-password-generator/comment-page-1/#comment-9</link>
		<dc:creator>grzenio</dc:creator>
		<pubDate>Wed, 24 Jun 2009 09:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.python-blog.com/?p=48#comment-9</guid>
		<description>no piknie piknie ;)</description>
		<content:encoded><![CDATA[<p>no piknie piknie ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
