天梯梦 发表于 2013-2-7 05:51:42

新手如何运行第一个python程序

不少新手朋友遇到的第一个问题,不是Python的数据结构,不是Python的类库使用,更不是第三方模块、框架的应用,而是简单的“如何运行”!

Python可用以下三种方式运行,举例在Windows平台上,不过Linux平台亦是如此。

1. 使用Python自带的IDLE
在开始-->程序-->Python2.5(视你安装的版本而不同)中找到IDLE(Python GUI),

http://www.itlong.com/images/default/attachimg.gifhttp://www.itlong.com/attachments/month_1007/10072409364ff8446199d7347c.jpg
<div style="display: none;" class="t_attach">下载 (14.61 KB)
<div class="t_smallfont">2010-7-24 09:36
页: [1]
查看完整版本: 新手如何运行第一个python程序