<rss version="2.0">
<channel>
<title>tw.bbs.comp.lang.python :: Python »y¨¥°Q½×</title>
<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/</link>
<description>Posts for tw.bbs.comp.lang.python</description>
<lastBuildDate>Wed, 23 Jul 2008 14:25:52 PDT</lastBuildDate>
  <image>
    <title>http://www.nnseek.com/</title>
    <link>http://www.nnseek.com/</link>
    <url>http://www.nnseek.com/img/64.png</url>
    <width>64</width>
    <height>64</height>
    <description>NNSeek</description>
  </image>
<item>
	<title><![CDATA[xyz]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82324536t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82324536t.html</link>
	<description><![CDATA[xyz,xyz<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82324536t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82324536m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Wed, 23 Jul 2008 14:25:52 PDT</pubDate>
</item>
<item>
	<title><![CDATA[xyz]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82327096t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82327096t.html</link>
	<description><![CDATA[xyz,xyz<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82327096t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82327096m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Wed, 23 Jul 2008 14:25:48 PDT</pubDate>
</item>
<item>
	<title><![CDATA[xyz]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82307896t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82307896t.html</link>
	<description><![CDATA[xyz,xyz<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82307896t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82307896m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 14:31:05 PDT</pubDate>
</item>
<item>
	<title><![CDATA[xyz]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82307640t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82307640t.html</link>
	<description><![CDATA[xyz,xyz<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82307640t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82307640m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 14:31:01 PDT</pubDate>
</item>
<item>
	<title><![CDATA[Re: [問題] 判斷檔案存不存在]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/_36_15069391_82297656t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/_36_15069391_82297656t.html</link>
	<description><![CDATA[※ 引述《yjc1 (..........)》之銘言：<br>: ※ 引述《qrtt1.bbs@<a href="http://bbs.cs.nctu.edu.tw" rel="nofollow" class="url" target="_blank">bbs.cs.nctu.edu.tw</a> (null)》之銘言：<br>: : 接龍 :P<br>: : import os<br>: : exists = lambda f : (os.path.exists(f) and "exists") or "not exist"<br>: : print exists('test.py')<br>: ............... 這樣倒不如直接寫<br>: print ('not exist', 'exists')[os.path.exists("aaa")]<br><br>print "exists" if os.path.exists(f) else "not exist"<br>都什麼年代了還在用 logic operator？ :p<br><br>Python 3.0:<br>print("exists" if os.path.exists(f) else "not exist")<br><br>--<br>back to work.<br><br>--<br>※ 發信站: 批踢踢實業坊(ptt.cc) <br>◆ From: 164.107.170.191<br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/_36_15069391_82297656t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/_36_15069391_82297656m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 12:24:43 PDT</pubDate>
</item>
<item>
	<title><![CDATA[xyz]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253880t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253880t.html</link>
	<description><![CDATA[xyz,xyz<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253880t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253880m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 06:13:42 PDT</pubDate>
</item>
<item>
	<title><![CDATA[xyz]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253624t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253624t.html</link>
	<description><![CDATA[xyz,xyz<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253624t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253624m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 06:13:38 PDT</pubDate>
</item>
<item>
	<title><![CDATA[xyz]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253368t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253368t.html</link>
	<description><![CDATA[xyz,xyz<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253368t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253368m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 06:13:35 PDT</pubDate>
</item>
<item>
	<title><![CDATA[xyz]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253112t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253112t.html</link>
	<description><![CDATA[xyz,xyz<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253112t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82253112m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 06:13:30 PDT</pubDate>
</item>
<item>
	<title><![CDATA[xyz]]></title>
	<guid>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82255672t.html</guid>
	<link>http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82255672t.html</link>
	<description><![CDATA[xyz,xyz<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/">tw.bbs.comp.lang.python</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82255672t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/tw.bbs.comp.lang.python/xyz_82255672m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 06:13:27 PDT</pubDate>
</item>
</channel>
</rss>