Python论坛  - 讨论区

标题:[python-chinese] [调查]大家最近都在用python 写什么"玩具"

2006年04月19日 星期三 13:44

yzhh yezonghui at gmail.com
Wed Apr 19 13:44:51 HKT 2006

前阵子写了一个程序,修改从新浪下载的围棋棋谱,转换成一般打谱软件可以看的sgf棋谱。

-- 
   regards,
yzhh


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

2006年04月19日 星期三 15:52

Neil chenrong2003 at gmail.com
Wed Apr 19 15:52:04 HKT 2006

*limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!*


在06-4-19,yzhh <yezonghui at gmail.com> 写道:
>
> 前阵子写了一个程序,修改从新浪下载的围棋棋谱,转换成一般打谱软件可以看的sgf棋谱。
>
> --
>   regards,
> yzhh
>
> _______________________________________________
> 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/20060419/b4902d74/attachment.html

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

2006年04月19日 星期三 16:14

Leo Jay python.leojay at gmail.com
Wed Apr 19 16:14:37 HKT 2006

On 4/17/06, bird devdoer <devdoer at gmail.com> wrote:
>
>  Python的简单,高效开发确实吸引人,用它来写自己的"玩具"真不错.
> 大家都最近在用它写什么呢?
> 我先说吧 .我最近在用python写一个爬虫.
>
> 我之前写了一个BTChina的分析工具.就是从BTChina下载几十页的数据,根据种子数排序,
然后放到一个网页中.呵呵.

最近打算写一个www.ys168.com的分析工具.以实现自动的上传和下载文件.

--
Best Regards,
Leo Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/1c7b6e3d/attachment.html

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

2006年04月19日 星期三 17:02

HoLin holin.he at gmail.com
Wed Apr 19 17:02:36 HKT 2006

在06-4-19,Leo Jay <python.leojay at gmail.com> 写道:
>
>  On 4/17/06, bird devdoer <devdoer at gmail.com> wrote:
> >
> >  Python的简单,高效开发确实吸引人,用它来写自己的"玩具"真不错.
> > 大家都最近在用它写什么呢?
> > 我先说吧 .我最近在用python写一个爬虫.
> >
> >  我之前写了一个BTChina的分析工具.就是从BTChina下载几十页的数据,根据种子数排序,
> 然后放到一个网页中.呵呵.
>


分析工具现在还能用马?
下载要认证码啊.


> 最近打算写一个www.ys168.com的分析工具.以实现自动的上传和下载文件.
>
> --
> Best Regards,
> Leo Jay
>
> _______________________________________________
> 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/20060419/8e71f8b6/attachment.htm

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

2006年04月19日 星期三 17:21

Leo Jay python.leojay at gmail.com
Wed Apr 19 17:21:22 HKT 2006

On 4/19/06, HoLin <holin.he at gmail.com> wrote:
>
>  分析工具现在还能用马?
> 下载要认证码啊.
>
> 下载网页不要认证码的.
你是说下载torrent文件吧?
我有真实IP,好像局域网里的要认证码.
我一般下载torrent文件不要认证码的.


--
Best Regards,
Leo Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/1fcbac63/attachment.html

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

2006年04月19日 星期三 19:35

Person person.lee at gmail.com
Wed Apr 19 19:35:53 HKT 2006

在06-4-19,Neil <chenrong2003 at gmail.com> 写道:
>
>  *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!*
>

 爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/bf17066c/attachment.html

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

2006年04月27日 星期四 10:54

谢小漫 littlecn at gmail.com
Thu Apr 27 10:54:43 HKT 2006

spider(crawler):
呵呵,我也在爬吖。我爬的是XML。
不过,抓取RSS的时候转换编码出了点问题。
用cElementTree来做xml分析。
用pymssql来操作数据库。
感觉就是爽。咔咔


在06-4-19,Person <person.lee at gmail.com> 写道:
>
>
>
> 在06-4-19,Neil <chenrong2003 at gmail.com> 写道:
>
> >  *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!*
> >
>
>  爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。
>
>
>
> _______________________________________________
> 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/20060427/1190390c/attachment.htm

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

2006年04月27日 星期四 14:39

zhang yunfeng zhangyunfeng at gmail.com
Thu Apr 27 14:39:04 HKT 2006

>
> 在06-4-19,Neil <chenrong2003 at gmail.com> 写道:
>
> > *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!*
> >
>
> 爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。
>

注意,不要用爬虫去爬wiki,小心触发删除页面之类的操作 呵呵

http://my.opera.com/zhangyunfeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/8c23344c/attachment.htm

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

2006年04月27日 星期四 18:29

谢小漫 littlecn at gmail.com
Thu Apr 27 18:29:26 HKT 2006

还没有时间去研究wiki咯。
爬的时候出现了编码转换的问题。郁闷ing。


在06-4-27,zhang yunfeng <zhangyunfeng at gmail.com> 写道:
>
>     在06-4-19,Neil < chenrong2003 at gmail.com> 写道:
> >
> > >  *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!*
> > >
> >
> >  爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。
> >
>
> 注意,不要用爬虫去爬wiki,小心触发删除页面之类的操作 呵呵
>
> http://my.opera.com/zhangyunfeng
>
> _______________________________________________
> 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/20060427/d0e4e92c/attachment.html

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

2006年04月27日 星期四 18:39

yi huang yi.codeplayer at gmail.com
Thu Apr 27 18:39:00 HKT 2006

别爬wiki
关键是好象木有办法判断是否是wiki吧

On 4/27/06, 谢小漫 <littlecn at gmail.com> wrote:
>
> 还没有时间去研究wiki咯。
> 爬的时候出现了编码转换的问题。郁闷ing。
>
>
> 在06-4-27,zhang yunfeng <zhangyunfeng at gmail.com> 写道:
> >
> >     在06-4-19,Neil < chenrong2003 at gmail.com> 写道:
> >
> > >  *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!*
> > >
> >
> >  爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。
> >
>
> 注意,不要用爬虫去爬wiki,小心触发删除页面之类的操作 呵呵
>
> http://my.opera.com/zhangyunfeng
>
> _______________________________________________
>
> 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
>
>


--
http://codeplayer.blogbus.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/bab6b697/attachment.htm

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

2006年04月27日 星期四 20:43

little4 ava sizhiyuan at hotmail.com
Thu Apr 27 20:43:32 HKT 2006

写组马赛克,对着屏幕流口水



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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号