<?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>l5g&#039;s notes</title>
	<atom:link href="http://devio.us/~l5g/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://devio.us/~l5g</link>
	<description>Just my some thought</description>
	<lastBuildDate>Thu, 29 Apr 2010 08:16:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Essential Python Reading List</title>
		<link>http://devio.us/~l5g/?p=5</link>
		<comments>http://devio.us/~l5g/?p=5#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:16:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://devio.us/~l5g/?p=5</guid>
		<description><![CDATA[无意间看到了这篇文章http://wordaligned.org/articles/essential-python-reading-list , 和以前的一些想法一样,只是没找到合适的时间读,刚好趁五一3天看一下, 少玩点三国杀 dota.

The Zen of Python
Python Tutorial
Python Library Reference
Python Reference Manual
The Python Cookbook
Code Like a Pythonista: Idiomatic Python
Functional Programming HOWTO
Itertools functions
Python library source code
What’s New?

&#62;&#62;&#62;import this
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is [...]]]></description>
			<content:encoded><![CDATA[<p>无意间看到了这篇文章<a href="http://wordaligned.org/articles/essential-python-reading-list" target="_blank">http://wordaligned.org/articles/essential-python-reading-list</a> , 和以前的一些想法一样,只是没找到合适的时间读,刚好趁五一3天看一下, 少玩点三国杀 dota.</p>
<ol>
<li>The Zen of Python</li>
<li>Python Tutorial</li>
<li>Python Library Reference</li>
<li>Python Reference Manual</li>
<li>The Python Cookbook</li>
<li>Code Like a Pythonista: Idiomatic Python</li>
<li>Functional Programming HOWTO</li>
<li>Itertools functions</li>
<li>Python library source code</li>
<li>What’s New?</li>
</ol>
<pre class="python">&gt;&gt;&gt;import this
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
&gt;&gt;&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://devio.us/~l5g/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>写个hack to learn in python 的handbook怎么样?</title>
		<link>http://devio.us/~l5g/?p=3</link>
		<comments>http://devio.us/~l5g/?p=3#comments</comments>
		<pubDate>Wed, 28 Apr 2010 11:36:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://devio.us/~l5g/?p=3</guid>
		<description><![CDATA[当市面上没有这样的书时,自己在学习的过程中总结弄出来一个,应该可以方便后来的人.
Gray Hat Python: Python Programming for Hackers and Reverse Engineers 这本书过于偏重reverse了, 不是我想要的类型... 
amazon上的书评讲的很好,这本书缺少
"1. Using scapy or impacket for network tricks
2. Using python for phishing (this is a potential hot topic -- the Metasploit guys are working on a phishing addition for the framework so seeing something similar in python would be a plus).
3. Using python [...]]]></description>
			<content:encoded><![CDATA[<p>当市面上没有这样的书时,自己在学习的过程中总结弄出来一个,应该可以方便后来的人.<br />
<a href="http://www.amazon.com/Gray-Hat-Python-Programming-Engineers/dp/1593271921">Gray Hat Python: Python Programming for Hackers and Reverse Engineers</a> 这本书过于偏重reverse了, 不是我想要的类型... </p>
<p>amazon上的书评讲的很好,这本书缺少<br />
"1. Using scapy or impacket for network tricks<br />
2. Using python for phishing (this is a potential hot topic -- the Metasploit guys are working on a phishing addition for the framework so seeing something similar in python would be a plus).<br />
3. Using python for generic security applications: web scraping, social network enumeration, gluing security tools, etc "</p>
]]></content:encoded>
			<wfw:commentRss>http://devio.us/~l5g/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://devio.us/~l5g/?p=1</link>
		<comments>http://devio.us/~l5g/?p=1#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:25:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://devio.us/~l5g/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://devio.us/~l5g/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
