1.下载python的windows版本
地址:下载python的windows版本(http://dlsw.baidu.com/sw-search-sp/soft/6e/17016/python-3.3.5.1418106245.msi)并把python的目录加到系统的path变量中去
2.下载python的IDE工具,我个人选择Aptana Studio3
地址:32位Aptana Studio3下载(https://s3.amazonaws.com/github-cloud/releases/339002/ed9a18da-6c0a-11e4-9635-549c3baf26ec.exe?response-content-disposition=attachment%3B%20filename%3DAptana_Studio_3_Setup_3.6.1.exe&response-content-type=application/octet-stream&AWSAccessKeyId=AKIAISTNZFOVBIJMK3TQ&Expires=1431245682&Signature=2xyfiq5vzczvk7QlkHoi3T77o2g%3D)
{
在使用Aptana Studio3时,要先安装32位的jdk(32位jdk下载【http://dlsw.baidu.com/sw-search-sp/soft/52/14459/jdk-8u45-windows-i586_8.0.450.14.1429092020.exe】),同时把jdk的bin目录写到系统的path变量中去,只有先安装了jdk才能运行Aptana Studio3。
}
3.配置Aptana Studio3支持本地的python
打开菜单Window-->Preferences,在Preferences窗口下找到PyDev-->Interpreters-->Python Inter,点击Quick Auto-config,它会去找到python的exe程序,或者通过点击New..按钮进行添加,如下图
4.处理红叉叉问题
做到这里,现在可以编写程序了,但是代码中可能会出现如图所示的情况:
对于这种情况,我们可以做如下操作,打开菜单Window-->Preferences,在Preferences窗口下找到PyDev-->Editor-->Code Analysis,在该选择菜单的右边选择一个Undefined的选项卡,在其下把所有的选项都选择为Warning,再重新打开项目,就会不出现红叉叉了
5.运行测试
选择runas--python