<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/eishn" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/eishn" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 11 Mar 2009 09:41:00 GMT</lastBuildDate><title>沈崴的 Python 博客</title><link>http://blog.csdn.net/eishn/</link><item><title>Plone Cook Book</title><link>http://blog.csdn.net/eishn/archive/2009/03/11/3978853.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/3978853.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/3978853.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3978853</trackback:ping><description>本书主要面向 ArcheTypes/Plone 开发者。读者不一定必须是中高级 Plone 开发人员, 但是必须要掌握一定的 ArcheTypes 基础知识。 如果您尚未有 ArcheTypes 的开发经历, 那么直接阅读本文档会有一定的困难。但这并不妨碍您通读本文档、迅速掌握其中各个知识点, 并能在实际开发中迅速索引到本文档的相关章节。 请时刻握好您的工具, Google 以及 Plone.org 右上角的 ZCatalog 接口。事实上本文档不会面面俱到, 因为它总是假定您是一名出色的黑客。 -寻找源码, 追随源码, 模仿源码, 洞察源码, 成为别人的范例源码。&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/3978853.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Mar 2009 17:41:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2009/03/11/3978853.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2009/03/11/3978853.aspx</guid><dc:creator>沈崴</dc:creator></item><item><title>[原创][Python 技术培训] 第三周讲义.网络编程 (第二版)</title><link>http://blog.csdn.net/eishn/archive/2008/09/20/2955511.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/2955511.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/2955511.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2955511</trackback:ping><description>今天是网络编程。不妨做一个即时聊天工具吧, 不过这次的程序很简陋, 只能说是一个网络对讲机罢了。今天我不准备去讲更底层的东西, 比如使用 Socket 来编写通信程序。不过以后, 可能就是下次我们就会涉及到 ... 然而, 今天的东西相当有用。在没有必要钻牛角尖的时候 (这是大多数的情况), 今天所用到的方法几乎是第一选择。使用 XMLRPC 来进行网络编程, 确实出奇的简单。但是请注意, 千万不要被现在国内的风气给误导了, 其实使用简单的工具来进行编程并不愚蠢, 相反是你聪明的表现。而且, 复杂的应用通常是用最简单的方法建立的, 如果妄图使用石器时代的工具来建造高楼大厦, 那几乎是不可能的 ... 下面先来个服务器。&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/2955511.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Sep 2008 21:14:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2008/09/20/2955511.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2008/09/20/2955511.aspx</guid><dc:creator>沈崴</dc:creator></item><item><title>[原创][Python 技术培训] 第二周讲稿.面向对象编程初步及图形界面编程 (第二版)</title><link>http://blog.csdn.net/eishn/archive/2008/09/20/2955465.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/2955465.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/2955465.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2955465</trackback:ping><description>上周我们简单扫描了一下 Python 的基本语法。其实说到底那个还是 C++, 不过大家不必太担心, 我从 Python 1.5 开始一直写的就是这种 Python, 直到第三年才警醒 Python 其实要比 C++ 好玩得多, 但是这种风格的 Python 已经足以满足我日常所有的需要了 ... 好, 继续我们的话题。在上周魏中华提醒我多讲写看得见摸得着的东西, 让大家马上能够看见 Python 能够干什么。这确实是防止审美疲劳的好办法。马上, 图形应用程序界面编程。眼球经济嘛, 尽管对我而言图形界面程序对我而言是最没劲的, 但是对大部分 Windows 用户而言是最有吸引力的。所以先拿出来试刀了 ...&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/2955465.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Sep 2008 20:39:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2008/09/20/2955465.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2008/09/20/2955465.aspx</guid><dc:creator>沈崴</dc:creator></item><item><title>[原创][Python 技术培训] 第一周幻灯片 &quot;Python 基础篇&quot;</title><link>http://blog.csdn.net/eishn/archive/2008/09/20/2955299.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/2955299.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/2955299.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2955299</trackback:ping><description>Python 技术培训第一周, 魏中华讲稿(幻灯片) &quot;Python 基础篇  -Life Is Short  You Need Python&quot;, 由沈崴整理发布。&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/2955299.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Sep 2008 19:55:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2008/09/20/2955299.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2008/09/20/2955299.aspx</guid><dc:creator>沈崴</dc:creator></item><item><title>[原创][Python 技术培训] 第一周讲稿 (第二版)</title><link>http://blog.csdn.net/eishn/archive/2008/09/20/2955291.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/2955291.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/2955291.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2955291</trackback:ping><description>大家好, 公司里很多牛人, 让我来做这个培训, 实在是看得起小弟, 在这里感谢大家。

说是上课, 其实这个比较假。再怎么说, 大家都是技术员, 搞技术出生的, 说起来 ASP、Delphi、NotYet 这些技术我都已经忘得差不多了。所以这里我叫做技术推广, 来推广一下 Python 这套好玩的技术。

本来今天准备由我来讲, 不料周末中了感冒病毒, 被黑了。所以今天我请了同事魏中华来给大家讲一下 Python 的基本语法。

不过首先, 我先给大家消消毒。&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/2955291.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Sep 2008 19:51:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2008/09/20/2955291.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2008/09/20/2955291.aspx</guid><dc:creator>沈崴</dc:creator></item><item><title>[原创][Python 技术培训] 前言</title><link>http://blog.csdn.net/eishn/archive/2008/09/20/2954872.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/2954872.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/2954872.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2954872</trackback:ping><description>2005 年, 公司里几个私交不错的朋友托我去他们部门做一下技术培训, 这很给我面子, 而且又不好推托, 所以把这件事情接手了。这是我为技术培训准备的讲稿, 因为从第四周开始实际操作比较多, 我就脱稿讲课了, 所以只有前面三篇。Python 技术培训最早是发布在 CZUG 上, 这里进行了整理和归档。&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/2954872.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Sep 2008 18:32:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2008/09/20/2954872.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2008/09/20/2954872.aspx</guid><dc:creator>沈崴</dc:creator></item><item><title>[原创] 高性能智能數據庫導論</title><link>http://blog.csdn.net/eishn/archive/2008/09/19/2953889.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/2953889.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/2953889.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2953889</trackback:ping><description>關於高性能智能數據庫, 他的定義, 組成, 以及實現。&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/2953889.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Sep 2008 04:59:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2008/09/19/2953889.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2008/09/19/2953889.aspx</guid><dc:creator>沈崴</dc:creator></item><item><title>[原创] 自然语言环境(中文)下的人工智能理论及实践</title><link>http://blog.csdn.net/eishn/archive/2008/09/18/2945022.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/2945022.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/2945022.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2945022</trackback:ping><description>实现人工智能的途径，很多。包括神经网络；以及象专家系统或者知识库那样的基于数据挖掘的方法——它们都是用来实现通用人工智能的。而专用人工智能通常是
为解决特定的问题（比如下棋）而设计的。
这里，通用智能似乎要更加引人入胜一些，科幻电影中的类人机器人（它们是可以与人交流的）给人的印象深刻。但是真的要去实现它，似乎要比专用智能麻烦好
多。以至于所谓的“强人工智能能否真正实现”变成了一场辩论。当然（作者认为）没有一种智能是无法实现的（暂且抛开一些哲学的或者其他什么的思考），不过
对于我们这些普通人来说，更有意义的，似乎是在一个简陋的的小屋子里，一台破旧的个人计算机中真正地去实现一个通用的人工智能——这个想法就像是科幻电影
一样引人入胜。&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/2945022.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 18 Sep 2008 16:49:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2008/09/18/2945022.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2008/09/18/2945022.aspx</guid><dc:creator>沈崴</dc:creator></item><item><title>[翻译][原创] Python 悖论 (The Python Paradox)</title><link>http://blog.csdn.net/eishn/archive/2008/09/16/2935409.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/2935409.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/2935409.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2935409</trackback:ping><description>这是一篇令人热血沸腾的文章。对于骨灰级玩家来说, 看到 &quot;A friend of mine who ...&quot; 这段文字, 肯定会联想起六七年前那段激情岁月, Python 在国内甚者国外都无人问津、Java/C++/VB/PHP 大行其道的年头, 毅然选择了 Python, 而其中原因仅仅是 &quot;likes the way source code looks&quot; 这样近似开玩笑的理由, 我相信很多人会会心一笑, 酸甜苦辣, 一切尽在不言中。&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/2935409.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 16 Sep 2008 19:28:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2008/09/16/2935409.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2008/09/16/2935409.aspx</guid><dc:creator>沈崴</dc:creator></item><item><title>登陆日</title><link>http://blog.csdn.net/eishn/archive/2008/09/16/2934981.aspx</link><wfw:comment>http://blog.csdn.net/eishn/comments/2934981.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eishn/comments/commentRss/2934981.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2934981</trackback:ping><description>2008/9/16 D-Day, 我再次来到 CSDN。兴之所至, 闲得蛋疼, 我会在这里放置一些经典原创或者 CSDN 专供。我目前主要维护的还是 163 博客 http://blog.163.com/eishn , 内容会比较杂。而这里则以技术文章的归档为主。&lt;img src =&quot;http://blog.csdn.net/eishn/aggbug/2934981.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 16 Sep 2008 18:13:00 +0800</pubDate><author>沈崴</author><comments>http://blog.csdn.net/eishn/archive/2008/09/16/2934981.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eishn/archive/2008/09/16/2934981.aspx</guid><dc:creator>沈崴</dc:creator></item></channel></rss>