随笔分类 -  Python

推荐几本Python电子书
摘要:Beginning PythonText Processing in PythonPython in a Nutshell, Second EditionPython for Unix and Linux System AdministrationLearning Python 阅读全文

posted @ 2010-09-06 10:03 hunter_gio 阅读(300) 评论(0) 推荐(0)

学习Shell好书
摘要:学习Shell好书 阅读全文

posted @ 2010-08-30 10:14 hunter_gio 阅读(406) 评论(0) 推荐(0)

C/C++ 电子书推荐
摘要:The.C.Standard.Library.A.Tutorial.and.ReferenceC++ by DissectionSecure Programming Cookbook for C and C++C++ Footprint and Performance Optimization 阅读全文

posted @ 2010-08-18 15:03 hunter_gio 阅读(460) 评论(0) 推荐(0)

Python语言浅议
摘要:Python语言浅议作者:不详 来源:互联网  ithao123整理 2007-06-10摘要IT人   Python是面向对象的脚本语言,具有很多现代语言的优秀特征;本文简要介绍Python语言的某些特性,应用领域,设计哲学,并与其它语言做简单对比。 ”There is only one way to do it, the right way” -------Guido van Rossum P... 阅读全文

posted @ 2007-11-01 11:18 hunter_gio 阅读(732) 评论(0) 推荐(0)

Python 3.0a1 Release
摘要:http://www.python.org/download/releases/3.0/Python 3000 Python 3000 (a.k.a. "Py3k", and released as Python 3.0) is a new version of the language that is incompatible with the 2.x line of releases. Th... 阅读全文

posted @ 2007-09-04 10:33 hunter_gio 阅读(255) 评论(1) 推荐(0)

Python的敏捷工具箱[转]
摘要:今天仔细看了Pycon2006的内容,发现了一些好的资料,就DL了下来。其中,有一篇Paper是介绍如果使用敏捷的开发和测试方法进行Python开发。其中,包括的内容是我到目前为止看到的最全面的Agile Toolkits介绍:1. Source control management ( subversion) and issue tracking/project management ( Tr... 阅读全文

posted @ 2007-07-26 11:23 hunter_gio 阅读(567) 评论(1) 推荐(0)

shell - Easily call executables from Python
摘要:FROM: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/438119Description: One common aspect of programming is calling executables and processing results. It is not as easy or elegant to do this... 阅读全文

posted @ 2006-12-20 11:33 hunter_gio 阅读(363) 评论(0) 推荐(0)

Python function calls from the bash shell or dos prompt
摘要:From DANSE Beyond the standard way to call python from a shell (like bash) >$ python -c "x = [1,2];print '%s' % x" [1, 2] If one adds a bit of code to any existing ... 阅读全文

posted @ 2006-12-20 11:02 hunter_gio 阅读(439) 评论(0) 推荐(0)

Download and watch YouTube videos from Linux shell prompt
摘要:Joe Barr shows us how to enhance your YouTube viewing pleasure! FTA, “Publishing your own video on YouTube, or watching other people’s videos, is all the rage these days. Why are we talking about YouT... 阅读全文

posted @ 2006-09-22 16:23 hunter_gio 阅读(1135) 评论(0) 推荐(0)

Please Teach me Web Frameworks for Python!
摘要:Please Teach me Web Frameworks for Python!by Guido van Rossum 中文注解by不凡January 27, 2006 SummaryGoogle makes me think about lots of stuff. Today I'm thinking about the state of web frameworks. This... 阅读全文

posted @ 2006-04-10 14:33 hunter_gio 阅读(413) 评论(0) 推荐(0)

Please Teach me Web Frameworks for Python!
摘要:有时间要好好看一下这篇文章,或者干脆翻译成中文;原文链接:http://www.artima.com/weblogs/viewpost.jsp?thread=146149 阅读全文

posted @ 2006-03-21 17:09 hunter_gio 阅读(148) 评论(0) 推荐(0)

使用Eclipse和Pydev插件发现的问题
摘要:Eclipse和Pydev组合是非常好的python开发环境,我现在用的Eclipse3.1.2和pydev1.0.3的组合。但是,在使用这个组合的过程中我发现,对python脚本格式支持不是很完全,主要问题是代码段的换行违规(不知道是不是跟我的设置有关系),这个问题很隐蔽,因为在eclipse里面看不出来,所以发现问题的方法只有一个,就是用IDLE打开代码段,仔细查看有没有违规的代码。 阅读全文

posted @ 2006-03-21 13:25 hunter_gio 阅读(538) 评论(1) 推荐(0)

介绍一下IPython
摘要:偶然看到IPython这个东东,向大家推荐一下: 大家都知道Python安装包提供了一个交互解释器,它可以用来测试代码段,比如测试一个算法或者练习使用一个库,还可以完成一些任务。 而IPython是一种“高级交互式python”, 除了包含内置的交互解释器的功能(当然这个用起来感觉还是不一样地。。)以外还提供了一组非常有用的工具。Fernando Pérez是IPython的创建者,... 阅读全文

posted @ 2006-03-18 08:59 hunter_gio 阅读(2284) 评论(0) 推荐(0)

导航