spe一个优秀的python开发环境,真的是很不错,大家下来看看。 http://www.serpia.org/spe WINDOWS安装: 1,安装python 2,安装wxpython2.6-win32-unicode-2.6.3.3-py24.exe 3,安装spe linux安装 apt-get ... 下载spe 据说spe for debian的包很快就出来,就是没看见:) 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/18418/showart_147573.html
by hanyh - Python文档中心 - 2006-07-30 00:06:34 阅读(3697) 回复(0)
Using python ’s pycurl ( cURL ) and re ( Regular Expression ) libraries, it’s possible to write a script that will check the Google ranking of a specific domain for a specific search term. To check for and install python 2.4 and the py-curl library on Mac OS X: Follow these instructions to install MacPorts if it hasn’t been installed yet, then open a new Terminal window and enter the followi...
Toy Posted in Apps , IDE spe 的全称为 Stani’s python Editor,它是一个开放源码的 python 集成开发环境,同时具有跨平台特性,支持 Linux、Mac、Windows 等系统。 spe 包含一些很酷的 IDE 特性,如自动缩进、自动完成、调用提示、代码着色、UML 查看器、class 浏览器、todo 列表、备忘笔记、文件浏览器、拖拉支持、上下文帮助等等。spe 也能够与 blender 交互使用以便用于 3d 对象浏览器当中。 不仅如此,spe 还整合了 X...
今天SUN的免费IDE NetBeans 6.5 发布。急急忙忙赶去看热闹,没想到意外发现这个 python EA 的下载点。从说明上看是 NetBeans IDE for python Early Access 版。 不知道这个跟早先的 Jpython 的 IDE 有什么关系呢? 地址如下:http://dlc.sun.com.edgesuite.net/netbeans/6.5/python/ea/
读过python经典入门书籍《a byte of python》的书,应该都知道在其中介绍的一款IDE,那就是 Stani's python Editor 在寻找合适的IDE中,我走了许多弯路,目前为止这是一款我最为满意的。而在这之前,曾尝试eclipse_Pydev以及snavigator,前者臃肿,后者不适合python,而且支持UML很成问题。 那么废话还是少说,先来看看官方的支持特性: spe is a python IDE with auto indentation&completion,call tips,syntax coloring&...
很简单的语句: a=6 for i in range (20): print a*i 在dos底下, 输出说错误, 可是用spe却无错通过。 不知为何? 出错情况为: File "C:pythoncodetest.py", line3 print a*i ^ IndentationError: expected an indented block 环境: python 2.4.2 [ 本帖最后由 wolfg 于 2005-11-22 09:23 编辑 ]