首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > perl python >

python学习札记 - python IDE 推荐 pyscripter

2012-12-22 
python学习笔记 - python IDE 推荐 pyscripter这里向大家推荐一款python IDE -- pyscipterpyscipter home

python学习笔记 - python IDE 推荐 pyscripter
这里向大家推荐一款python IDE -- pyscipter

pyscipter home page:

http://code.google.com/p/pyscripter/

pyscripter是一款免费开源的集成开发环境,这里我简单介绍下常用的一些功能截图(当前,我是在windows下使用python)



1. 安装完后,我们可以根据自己的实际情况,选择各个版本的python




2. 这里我介绍下可能常用的一些按钮功能(分布),自己刚开始用那会没有及时找到,希望对你有帮助 :)




小结:

pyscripter 支持多标签页切换,弥补了python IDLE的一些不足,如果你是java 程序员,现在在学习python,如果不想使用pydev开发单个*.py文件或者其他原因,你可以试试pyscripter,个人使用体验,觉得pyscripter还是顾及到了一些java开发用户体验,还是不错的。


我也是某次在网络上看到一位网友推荐的,这里做份简单笔记,也跟大家分享下,希望对你学些python有帮助。


http://code.google.com/p/pyscripter/wiki/Features

感谢你的回复,昨天我试了一下,感觉还不错。对于你说的第三点,我不是很明白。一般可以通过使用virtualenv+pip来构建独立的开发环境,为何需要用IDE的所谓快速切换?

http://code.google.com/p/pyscripter/wiki/Features

感谢你的回复,昨天我试了一下,感觉还不错。对于你说的第三点,我不是很明白。一般可以通过使用virtualenv+pip来构建独立的开发环境,为何需要用IDE的所谓快速切换?


我之前说的第三点是指这个IDE可以满足各个版本的python(请看下我之前提供的截图一),“virtualenv+pip”我是第一次听说,谢谢你的分享,学习了



这东西是不是用delphi写的? 我依稀记得早几年用过这个东西,当时有个bug,那个控制台会时不时崩溃。其他都还挺好。



这东西是不是用delphi写的? 我依稀记得早几年用过这个东西,当时有个bug,那个控制台会时不时崩溃。其他都还挺好。


嗯,官方介绍是用delphi写,我在使用web server的时候,然后对其进行reinitializing也遇到崩溃的情况,这个是一位开发人员的bug report邮件回复:

Thanks for the bug report. This assertion happens when PyScripter is waiting for the remote engine to shut-down for a long time without success.  This might mean that either the system is very busy or more likely something is preventing the remote engine from shutting down, such as waiting in a blocked state.  What you can do in such cases is to use the task manager to kill the engine (appears as a process "pythonw.exe").

If you were running/debugging some Web server, make sure that you close all browser windows before reinitializing the Python engine.
14 楼 a270939629b 2011-03-02   window7 安装失败啊 15 楼 joy2everyone 2011-03-02   a270939629b 写道window7 安装失败啊

win7下我没有安装过

这个讨论帖中,应该是xp、vista、win7都可以安装的
http://groups.google.com/group/pyscripter/browse_thread/thread/44386417343eaff1

参考官方文档

* For compatibility with Python 2.6 and Python 3.0, since version 1.9.9.5, PyScripter requires the latest C++ Redistributable Package. This is automatically installed by Python 2.6 and Python 3.x. If you do not have any of these versions installed, then you need to download and install it manually.
* If you are using a 64bit version of Windows note that PyScripter will only work if a 32bit version of Python is installed.

你再检查下你已安装的python是32bit的吗,等等其他问题可以到wiki和issue中查询的:

http://code.google.com/p/pyscripter/w/list
http://code.google.com/p/pyscripter/issues/list

Good luck!




16 楼 xiaoming530 2011-03-02   最近在试用JetBrains Pycharm 感觉还不错 17 楼 lance4t 2011-03-03   控制台运行每次都崩溃
WIN7 32bit 18 楼 godymoon 2011-03-04   代码提示功能怎么样? 19 楼 mathgl 2011-03-04   lance4t 写道控制台运行每次都崩溃
WIN7 32bit

看来这个bug还没解决。。。 20 楼 joy2everyone 2011-03-04   lance4t 写道控制台运行每次都崩溃
WIN7 32bit

也许这个可以解答你遇到的问题:

This assertion happens when PyScripter is waiting for the remote engine to shut-down for a long time without success.  This might mean that either the system is very busy or more likely something is preventing the remote engine from shutting down, such as waiting in a blocked state.  What you can do in such cases is to use the task manager to kill the engine (appears as a process "pythonw.exe").

If you were running/debugging some Web server, make sure that you close all browser windows before reinitializing the Python engine. 21 楼 mirguest 2011-03-04   我现在还算新手,还是用VIM编写吧。
以前看过一句话,说是IDE会加快高手的开发效率,但会使新手更白痴(而且我也没搞过大项目)。
我这个没有外置鼠标的,vim真是好啊。 22 楼 buchengde001 2011-03-05   pyscripter没用过,只用过pywin 23 楼 dothwinds 2011-03-08   win7 32位旗舰版直接死机,鼠标不动,C-A-D也无用啊。。。 24 楼 chdlxm 2011-03-09   我已经按照楼主提供的地址下载,并安装了,我的系统win7 64位,很好用。 25 楼 xuby 2011-03-10   Window 7 32位下基本没有可用性。
平均不崩溃时间<5分钟。 26 楼 thinkx 2011-03-15   JetBrains的PyCharm是相当不错的东西,除了一点:收费。 27 楼 westlwt 2011-03-16   pycharm路过

热点排行