cn.bbs.comp.lang.python
  Home FAQ Contact Sign in
cn.bbs.comp.lang.python only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
cn.bbs.comp.lang.python Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  请教一段代码 (转载)         


Author: ÕâËãʲô
Date: May 8, 2008 22:14

【 以下文字转载自 LinuxApp 讨论区 】
发信人: iconquer (这算什么), 信区: LinuxApp
标 题: 请教一段代码
发信站: 水木社区 (Fri May 9 13:12:38 2008), 站内

import os
import glob

path = '/home '
p = '*dig.cpp '

for root, dirs, files in os.walk(path):
result = glob.glob(os.path.join(root, p))
#~~~~~这里result返回是列表类型,请问如何得到搜索到的个数?len(result)返回很奇怪的东西。
for f in result:
print f
--

no comments
  python 3.0 和 python 3000是一回事吗?         


Author: King
Date: May 8, 2008 21:44

rt

--

※ 来源:・水木社区 http://newsmth.net・[FROM: 59.66.141.*]
no comments
  Re: 有没有人知道支持python的主机?         


Author: Haides
Date: May 8, 2008 19:13

谢谢二位。

【 在 mirror (Lobsters On The Run) 的大作中提到: 】
: dreamhost有。

--

请输入签名档

※ 来源:・水木社区 http://newsmth.net・[FROM: 202.108.130.*]
no comments
  Python 2.6alpha3 and 3.0alpha5 released         


Author: Lobsters On The Run
Date: May 8, 2008 18:00

http://www.python.org/
计划中的最后一个alpha版本了……。
--
"There are two types of integrated development environments (IDE) in the
world. That is convenient, because there are two types of developer in the
world.
To make things even more symmetrical and just super peachy, there are two
types of opinions about IDEs in the world. Those that make grand
generalizations and make everything look nice and binary; and those that do not.

※ 来源:・水木社区 newsmth.net・[FROM: 202.127.16.*]
no comments
  Re: 问个编码转换的问题         


Author: GlaD&Happy
Date: May 8, 2008 16:53

http://www.pythonclub.org/doku/index.php/python-basic/codec
【 在 redkalk (redkalk) 的大作中提到: 】
: 现在有一个文件a,编码为gb2312
: 想把编码转换为Unicode,写到文件b中
: 写入的时候用的这个 b.write(unicode(a.readline(), 'gb2312'))
: ...................

--
http://www.pythonclub.org/

※ 来源:・水木社区 http://newsmth.net・[FROM: 222.71.63.*]
no comments
  ÖйúÔÚÈ«ÊÀ½ç½øÐÐ×ÅÈËȨÆÈº¦         


Author: root
Date: May 8, 2008 07:12

no comments
  ÖйúÊÇÊÀ½çΨһµÄ°ÁÂýÇ¿µÁ¹ú¼Ò         


Author: postmaster
Date: May 8, 2008 07:10

no comments
  ÖйúðäÂÁËEverest         


Author: root
Date: May 8, 2008 07:05

no comments
  Öйúл×ïÎ÷²Ø¹úÃñŰɱ!!         


Author: support
Date: May 8, 2008 07:03

no comments
  Öйúл×ïÎ÷²Ø¹úÃñŰɱ!         


Author: support
Date: May 8, 2008 07:03

no comments
1 2