Python论坛  - 讨论区

标题:[python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下

2006年04月14日 星期五 09:34

gxp documenttxt at 163.com
Fri Apr 14 09:34:53 HKT 2006

 
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060414/4add7c4c/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月14日 星期五 09:44

小马 mxdxzm at hotmail.com
Fri Apr 14 09:44:50 HKT 2006

是啊,介绍一些,我也想玩呢
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060414/aed31c82/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月14日 星期五 10:02

Pau Lau paulau591 at gmail.com
Fri Apr 14 10:02:38 HKT 2006

在06-4-14,小马 <mxdxzm at hotmail.com> 写道:
>
>  是啊,介绍一些,我也想玩呢
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
> 玩儿?好像灌篮高手里面胖老头说的~!
这个东西不是用来玩儿的。呵呵
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060414/4e21322a/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月14日 星期五 10:34

shiziliang arcr.gg at gmail.com
Fri Apr 14 10:34:11 HKT 2006

我提议作一个“gmailfs”的东东。
在sf。net上有libgmail的项目。我们可以稍加分析就可以改成"任意邮箱的
filesystem"

另外libgmail走的不是pop,smtp协议。而是https协议,可以分析一下怎么实现的,
这样可以掌握urllib urllib2库

  ----- Original Message -----
  From: Pau Lau
  To: python-chinese at lists.python.cn
  Sent: Friday, April 14, 2006 10:02 AM
  Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习
一下





  在06-4-14,小马 <mxdxzm at hotmail.com> 写道:
    是啊,介绍一些,我也想玩呢

    _______________________________________________
    python-chinese
    Post: send python-chinese at lists.python.cn
    Subscribe: send subscribe to python-chinese-request at lists.python.cn
    Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
    Detail Info: http://python.cn/mailman/listinfo/python-chinese


  玩儿?好像灌篮高手里面胖老头说的~!
  这个东西不是用来玩儿的。呵呵



----------------------------------------------------------------------------
--


  _______________________________________________
  python-chinese
  Post: send python-chinese at lists.python.cn
  Subscribe: send subscribe to python-chinese-request at lists.python.cn
  Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
  Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060414/ad491d03/attachment-0001.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月14日 星期五 10:50

Liming_Do Liming_Do at smics.com
Fri Apr 14 10:50:10 HKT 2006

已经有一个gmailfs了,版本到了0.7.2
 
#!/usr/bin/env python
#@+leo-ver=4
#@+node:@file gmailfs.py
#@@first
#
#    Copyright (C) 2004  Richard Jones  
#
#    GmailFS - Gmail Filesystem Version 0.7.2
#    This program can be distributed under the terms of the GNU GPL.
#    See the file COPYING.
#
 
"""
GmailFS provides a filesystem using a Google Gmail account as its storage medium
"""

-----Original Message-----
From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of shiziliang
Sent: Friday, April 14, 2006 10:34 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下


我提议作一个“gmailfs”的东东。
在sf。net上有libgmail的项目。我们可以稍加分析就可以改成"任意邮箱的filesystem"
 
另外libgmail走的不是pop,smtp协议。而是https协议,可以分析一下怎么实现的,
这样可以掌握urllib urllib2库
 

----- Original Message ----- 
From: Pau Lau paulau591 at gmail.com>  
To: python-chinese at lists.python.cn 
Sent: Friday, April 14, 2006 10:02 AM
Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下



在06-4-14,小马 < mxdxzm at hotmail.com> 写道: 

是啊,介绍一些,我也想玩呢

_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to   python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese



玩儿?好像灌篮高手里面胖老头说的~!
这个东西不是用来玩儿的。呵呵
 



  _____  




_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060414/bfe271f5/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月14日 星期五 11:22

shiziliang arcr.gg at gmail.com
Fri Apr 14 11:22:56 HKT 2006

Liming Do兄:
     你好,gmailfs相当一个皮,利用py程序,可以mount成一个分区。他的其实底层
还是libgmail。我们可以做一个libsohumail,libsinamail,lib163mail,etc


  ----- Original Message -----
  From: Liming_Do
  To: python-chinese at lists.python.cn
  Sent: Friday, April 14, 2006 10:50 AM
  Subject: RE: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习
一下


  已经有一个gmailfs了,版本到了0.7.2

  #!/usr/bin/env python
  #@+leo-ver=4
  #@+node:@file gmailfs.py
  #@@first
  #
  #    Copyright (C) 2004  Richard Jones  
  #
  #    GmailFS - Gmail Filesystem Version 0.7.2
  #    This program can be distributed under the terms of the GNU GPL.
  #    See the file COPYING.
  #

  """
  GmailFS provides a filesystem using a Google Gmail account as its storage
medium
  """
    -----Original Message-----
    From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn]On Behalf Of shiziliang
    Sent: Friday, April 14, 2006 10:34 AM
    To: python-chinese at lists.python.cn
    Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学
习一下


    我提议作一个“gmailfs”的东东。
    在sf。net上有libgmail的项目。我们可以稍加分析就可以改成"任意邮箱的
filesystem"

    另外libgmail走的不是pop,smtp协议。而是https协议,可以分析一下怎么实现
的,
    这样可以掌握urllib urllib2库

      ----- Original Message -----
      From: Pau Lau
      To: python-chinese at lists.python.cn
      Sent: Friday, April 14, 2006 10:02 AM
      Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块
学习一下





      在06-4-14,小马 <mxdxzm at hotmail.com> 写道:
        是啊,介绍一些,我也想玩呢

        _______________________________________________
        python-chinese
        Post: send python-chinese at lists.python.cn
        Subscribe: send subscribe to python-chinese-request at lists.python.cn
        Unsubscribe: send unsubscribe to
python-chinese-request at lists.python.cn
        Detail Info: http://python.cn/mailman/listinfo/python-chinese


      玩儿?好像灌篮高手里面胖老头说的~!
      这个东西不是用来玩儿的。呵呵



--------------------------------------------------------------------------


      _______________________________________________
      python-chinese
      Post: send python-chinese at lists.python.cn
      Subscribe: send subscribe to python-chinese-request at lists.python.cn
      Unsubscribe: send unsubscribe to
python-chinese-request at lists.python.cn
      Detail Info: http://python.cn/mailman/listinfo/python-chinese


----------------------------------------------------------------------------
--


  _______________________________________________
  python-chinese
  Post: send python-chinese at lists.python.cn
  Subscribe: send subscribe to python-chinese-request at lists.python.cn
  Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
  Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060414/b7e01a66/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月14日 星期五 11:30

Liming_Do Liming_Do at smics.com
Fri Apr 14 11:30:34 HKT 2006

原来是这样的,好想法:)

-----Original Message-----
From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of shiziliang
Sent: Friday, April 14, 2006 11:23 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下


Liming Do兄:
     你好,gmailfs相当一个皮,利用py程序,可以mount成一个分区。他的其实底层还是libgmail。我们可以做一个libsohumail,libsinamail,lib163mail,etc
 
 

----- Original Message ----- 
From: Liming_Do Liming_Do at smics.com>  
To: python-chinese at lists.python.cn 
Sent: Friday, April 14, 2006 10:50 AM
Subject: RE: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下

已经有一个gmailfs了,版本到了0.7.2
 
#!/usr/bin/env python
#@+leo-ver=4
#@+node:@file gmailfs.py
#@@first
#
#    Copyright (C) 2004  Richard Jones  
#
#    GmailFS - Gmail Filesystem Version 0.7.2
#    This program can be distributed under the terms of the GNU GPL.
#    See the file COPYING.
#
 
"""
GmailFS provides a filesystem using a Google Gmail account as its storage medium
"""

-----Original Message-----
From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of shiziliang
Sent: Friday, April 14, 2006 10:34 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下


我提议作一个“gmailfs”的东东。
在sf。net上有libgmail的项目。我们可以稍加分析就可以改成"任意邮箱的filesystem"
 
另外libgmail走的不是pop,smtp协议。而是https协议,可以分析一下怎么实现的,
这样可以掌握urllib urllib2库
 

----- Original Message ----- 
From: Pau  paulau591 at gmail.com> Lau 
To: python-chinese at lists.python.cn 
Sent: Friday, April 14, 2006 10:02 AM
Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下



在06-4-14,小马 < mxdxzm at hotmail.com> 写道: 

是啊,介绍一些,我也想玩呢

_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to   python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese



玩儿?好像灌篮高手里面胖老头说的~!
这个东西不是用来玩儿的。呵呵
 



  _____  




_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese



  _____  




_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060414/e85f12c0/attachment-0001.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月14日 星期五 11:51

mikespook mikespook at gmail.com
Fri Apr 14 11:51:50 HKT 2006

http://sourceforge.net/projects/pycds/

华华的项目~~桌面搜索~~很好用~~呵呵~~其中的很多设计技巧也值得学习~~

我推荐这个~


在06-4-14,Liming_Do <Liming_Do at smics.com> 写道:
>
>  原来是这样的,好想法:)
>
>  -----Original Message-----
> *From:* python-chinese-bounces at lists.python.cn [mailto:
> python-chinese-bounces at lists.python.cn]*On Behalf Of *shiziliang
> *Sent:* Friday, April 14, 2006 11:23 AM
> *To:* python-chinese at lists.python.cn
> *Subject:* Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下
>
>  Liming Do兄:
>
> 你好,gmailfs相当一个皮,利用py程序,可以mount成一个分区。他的其实底层还是libgmail。我们可以做一个libsohumail,libsinamail,lib163mail,etc
>
>
>
> ----- Original Message -----
> *From:* Liming_Do <Liming_Do at smics.com>
> *To:* python-chinese at lists.python.cn
> *Sent:* Friday, April 14, 2006 10:50 AM
> *Subject:* RE: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下
>
>
> 已经有一个gmailfs了,版本到了0.7.2
>
> #!/usr/bin/env python
> #@+leo-ver=4 <%23 at +leo-ver=4>
> #@+node:@file <%23 at +node:@file> gmailfs.py
> #@@first <%23@@first>
> #
> #    Copyright (C) 2004  Richard Jones  > then jones then a dot then name>
> #
> #    GmailFS - Gmail Filesystem Version 0.7.2
> #    This program can be distributed under the terms of the GNU GPL.
> #    See the file COPYING.
> #
>
> """
> GmailFS provides a filesystem using a Google Gmail account as its storage
> medium
> """
>
> -----Original Message-----
> *From:* python-chinese-bounces at lists.python.cn [mailto:
> python-chinese-bounces at lists.python.cn]*On Behalf Of *shiziliang
> *Sent:* Friday, April 14, 2006 10:34 AM
> *To:* python-chinese at lists.python.cn
> *Subject:* Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下
>
> 我提议作一个"gmailfs"的东东。
> 在sf。net上有libgmail的项目。我们可以稍加分析就可以改成"任意邮箱的filesystem"
>
> 另外libgmail走的不是pop,smtp协议。而是https协议,可以分析一下怎么实现的,
> 这样可以掌握urllib urllib2库
>
>
> ----- Original Message -----
> *From:* Pau Lau <paulau591 at gmail.com>
> *To:* python-chinese at lists.python.cn
> *Sent:* Friday, April 14, 2006 10:02 AM
> *Subject:* Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下
>
>
>
>
> 在06-4-14,小马 <mxdxzm at hotmail.com> 写道:
> >
> >  是啊,介绍一些,我也想玩呢
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> > 玩儿?好像灌篮高手里面胖老头说的~!
> 这个东西不是用来玩儿的。呵呵
>
>
> ------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>  ------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
mikespook & swill

http://www.xxiyy.com
http://main.xxiyy.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060414/dcd36768/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月14日 星期五 11:56

boyeestudio boyee118 at gmail.com
Fri Apr 14 11:56:04 HKT 2006

我觉得把邮箱变硬盘,还是不可取,至少现在是这样的,因为网速,带宽限制。
不过把gmail变blog倒是一个好的设想!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060414/994e1f95/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月17日 星期一 16:56

FireBird ygonic at gmail.com
Mon Apr 17 16:56:58 HKT 2006

刚刚下载下来,还没有看,不过在源代码里居然将 .pyc文件也给打进去了,晕。

2006/4/14, mikespook <mikespook at gmail.com>:
>
> http://sourceforge.net/projects/pycds/
>
> 华华的项目~~桌面搜索~~很好用~~呵呵~~其中的很多设计技巧也值得学习~~
>
> 我推荐这个~
>
>
> 在06-4-14,Liming_Do <Liming_Do at smics.com> 写道:
> >
> >
> > 原来是这样的,好想法:)
> >
> >
> > -----Original Message-----
> > From: python-chinese-bounces at lists.python.cn
> [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of
> shiziliang
> >
> > Sent: Friday, April 14, 2006 11:23 AM
> > To: python-chinese at lists.python.cn
> > Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下
> >
> >
> >
> >
> > Liming Do兄:
> >
> 你好,gmailfs相当一个皮,利用py程序,可以mount成一个分区。他的其实底层还是libgmail。我们可以做一个libsohumail,libsinamail,lib163mail,etc
> >
> >
> >
> > ----- Original Message -----
> > From: Liming_Do
> > To: python-chinese at lists.python.cn
> > Sent: Friday, April 14, 2006 10:50 AM
> > Subject: RE: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下
> >
> >
> > 已经有一个gmailfs了,版本到了0.7.2
> >
> > #!/usr/bin/env python
> > #@+leo-ver=4
> > #@+node:@file gmailfs.py
> > #@@first
> > #
> > #    Copyright (C) 2004  Richard Jones  > then jones then a dot then name>
> > #
> > #    GmailFS - Gmail Filesystem Version 0.7.2
> > #    This program can be distributed under the terms of the GNU GPL.
> > #    See the file COPYING.
> > #
> >
> > """
> > GmailFS provides a filesystem using a Google Gmail account as its storage
> medium
> > """
> >
> > -----Original Message-----
> > From: python-chinese-bounces at lists.python.cn
> [mailto:python-chinese-bounces at lists.python.cn] On Behalf
> Of shiziliang
> > Sent: Friday, April 14, 2006 10:34 AM
> > To: python-chinese at lists.python.cn
> > Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下
> >
> >
> > 我提议作一个"gmailfs"的东东。
> > 在sf。net上有libgmail的项目。我们可以稍加分析就可以改成"任意邮箱的filesystem"
> >
> > 另外libgmail走的不是pop,smtp协议。而是https协议,可以分析一下怎么实现的,
> > 这样可以掌握urllib urllib2库
> >
> >
> > ----- Original Message -----
> > From: Pau Lau
> > To: python-chinese at lists.python.cn
> > Sent: Friday, April 14, 2006 10:02 AM
> > Subject: Re: [python-chinese] 请大家介绍几个 python 小型开源项目,一块学习一下
> >
> >
> >
> >
> > 在06-4-14,小马 <mxdxzm at hotmail.com> 写道:
> > >
> > >
> > > 是啊,介绍一些,我也想玩呢
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > 玩儿?好像灌篮高手里面胖老头说的~!
> > 这个东西不是用来玩儿的。呵呵
> >
> >
> > ________________________________
>
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> >
> >
> > ________________________________
>
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
>
>
> --
> mikespook & swill
>
> http://www.xxiyy.com
>  http://main.xxiyy.com
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号