相关解释: 【整理】【多图详解】如何在Windows下开发Python:在cmd下运行Python脚本,如何使用Python Shell(command line模式和GUI模式),如何使用Python IDE
相关折腾,供参考: 【整理】各种Python的IDE(集成开发环境)的总结和对比
【记录】使用Python的IDE:PyScripter 【已解决】PyScripter启动出错:Python could not be properly initialized. We must quit. 【记录】使用Python的IDE:Ulipad 【已解决】安装Ulipad后,选择启动Ulipad,结果无法启动 【记录】使用Python的IDE:Eclipse+PyDev 【教程】在Eclipse中安装PyDev 【教程】在Eclipse中配置刚安装好的PyDev插件 【教程】在Eclipse中使用PyDev进行Python开发 【已解决】把Eclipse中的PyDev中的Python代码中的很难看的中文换个好看点的字体 【已解决】Eclipse+PyDev无法调试Python:Unexpected IO Exception in Pydev debugger 【记录】折腾IDE工具:Aptana Studio 3 【已解决】Aptana Studio 3中通过Auto Config配置PyDev中Python出错:java.io.IOException: Cannot run program "python": CreateProcess error=2, The system cannot find the file specified
【教程】把Sublime Text 2用作Python的IDE去实现Python的开发
【已解决】Sublime Text 2中运行Python程序出错:The system cannot find the file specified
【已解决】Sublime中运行带input或raw_input的Python代码出错:EOFError: EOF when reading a line [解决办法] 大家推荐的都侧重在写完整的python程序,要学习python,在它的shell中实验,探索新语言特性也是很方便的学习方法。