365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

crab_hn的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共1页、17项网摘
How to Use UTF-8 with Python点击:30
 分类:python 时间:2006-7-7 16:08:25 crab_hn收录 (还有1人收录) 复制到我的网摘
Path: > Evan Jones' Scratch Pad | Written by Evan Jones ]
[ 2005-October-01 20:15 ]

Tim Bray describes why Unicode and UTF-8 are wonderful much better than I could, so go read that for an overview of what Unicode is, and why all your programs should support it. What I'm going to tell you is how to use Unicode, and specifically UTF-8, with one of the coolest programming languages, Python, but I have also written an introduction to Using Unicode in C/C . Python has good support for Unicode, but there are a few tricks that you need to be aware of. I spent more than a few hours learning these tricks, and I'm hoping that by reading this you won't have to. This is a very quick and dirty introduction. If you need in depth knowledge, or need to learn about Unicode in Java or Windows, see Unicode for Programmers. [Updated 2005-09-01: Updated information about XML encoding declarations.]
http://evanjones.ca/python-utf8.html
Python at Google.notes点击:35
 分类:Python; Google 时间:2006-4-18 0:56:23 crab_hn收录 复制到我的网摘
这个网页是关于python和google的关系的,值得看看。
http://www.sauria.com/~twl/conferences/pycon2005/20050325/Python%20at%20Google.html
为何Python这么快 - 李嘉的专栏点击:24
 分类:Python 时间:2006-3-31 10:38:02 crab_hn收录 复制到我的网摘
问题的提出是源于 这位兄弟的BLOG,在他的这个实现中,Python具有相当不错的性能,不但优于帖子中的C实现性能,也优于随后的跟贴中众多的C 实现的性能。
在经过了多次尝试,我还是很难找出一个优于Python性能的实现。这不是一件正常的事情,Python的性能注定不会优于C/C ,这是因为Python是解释执行的,解释的过程必然会消耗CPU时间,所以我查阅了Python的源码试图找出为何Python对于这个任务有如此好的性能的原因。
任务描述如下
对于一个78W行的文本文件,每一行是一个Email地址,文件中存在有重复的行,任务的要求是尽可能快的从这个文本文件生成一个无重复的Email的文本文件
http://blog.csdn.net/imjj/archive/2006/03/31/645163.aspx
VC知识库BLOG-天天好味道-一段Python程序和C程序的对比点击:23
 分类:Python 时间:2006-3-31 10:37:29 crab_hn收录 复制到我的网摘
有空好好看看
一段Python程序和C程序的对比
VCKbase的论坛上有人提了一个问题:
遇到的问题是,我把E-mail地址收集在txt文件中(每行一个E-mail地址,共78000行),要求是把其中重复的E-mail地址全部去掉。考虑编程方便,我用了CString类,但似乎效率不高。我写出来的整理78000份E-mail地址的需要近7分钟的时间
我给他用Python实现了一个(这个版本是修改过的,当时我随手实现的一个版本做错了,呵呵)
这里算法的主要内容就是利用hash_table来判断email是否已经重复出现,这比字符串的查找要快的多。
http://blog.vckbase.com/jzhang/archive/2006/03/28/18807.html
PyLucene @ Open Source Applications Foundation点击:20
 分类:Python 时间:2005-10-14 11:50:42 crab_hn收录 (还有1人收录) 复制到我的网摘
http://pylucene.osafoundation.org/
pygoogle点击:35
 分类:Python 时间:2005-9-30 14:28:29 crab_hn收录 复制到我的网摘
http://pygoogle.sourceforge.net/
Django | The Web framework for perfectionists with deadlines点击:24
 分类:Python 时间:2005-9-21 14:17:14 crab_hn收录 (还有5人收录) 复制到我的网摘
http://www.djangoproject.com/
Python 持久性管理点击:50
 分类:Python; zope 时间:2005-8-9 16:20:46 crab_hn收录 复制到我的网摘
http://www-128.ibm.com/developerworks/cn/linux/l-pypers/
python的ajax的webframework点击:30
 分类:Python 时间:2005-6-27 10:41:59 crab_hn收录 (还有2人收录) 复制到我的网摘
http://karrigell.sourceforge.net/
Python中国 - 首页点击:39
 分类:Python 时间:2005-6-15 15:04:16 crab_hn收录 复制到我的网摘
http://pythonchina.org/
可爱的Python---developerWorks Linux 专栏点击:53
 分类:Python 时间:2005-6-14 7:25:05 crab_hn收录 (还有2人收录) 复制到我的网摘
http://www-128.ibm.com/developerworks/cn/linux/theme/special/#python
SourceForge.net: Project Info - google-kongulo点击:36
 分类:Python 时间:2005-6-12 10:49:01 crab_hn收录 复制到我的网摘
http://sourceforge.net/projects/goog-kongulo/
《GIS开发者》第五期点击:35
 分类:Python 时间:2005-6-11 14:15:37 crab_hn收录 复制到我的网摘
http://www.gisforum.net/magazine/main/RDJS/index2.htm
啄木鸟社区点击:43
 分类:Python 时间:2005-6-7 12:12:57 crab_hn收录 (还有1人收录) 复制到我的网摘
有很多的国人的python项目,思想先进
http://wiki.woodpecker.org.cn/moin/
简明 Python 教程点击:29
 分类:Python 时间:2005-6-7 9:23:35 crab_hn收录 (还有15人收录) 复制到我的网摘
一个新的教程
看不看都无所谓
http://www.byteofpython.info/language/chinese/index.html
FrontPage - wxPython Wiki点击:40
 分类:Python 时间:2005-6-7 9:14:05 crab_hn收录 (还有1人收录) 复制到我的网摘
wxPython最新官方动态文档
wxPython最新官方动态文档
http://wiki.wxpython.org/
wxPython Cookbook - wxPython Wiki点击:39
 分类:python 时间:2005-6-7 9:13:10 crab_hn收录 复制到我的网摘
wxPython的一些代码演示
wxPython的一些代码演示
http://wiki.wxpython.org/index.cgi/wxPython_20Cookbook
页码: [1 共1页、17项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved