用Notepad++运行python怎么什么都没有呢
提问。用IDLE是可以的。。不过看行数什么的不方便。。。新手。。这个不能直接run?要在cmd里?...
提问。用IDLE是可以的。。不过看行数什么的不方便。。。新手。。
这个不能直接run?要在cmd里? 展开
这个不能直接run?要在cmd里? 展开
5个回答
展开全部
简答:
是的。
详解:
本来就是要在cmd中运行Python程序。
(当然,你要非要额外继承一个python的shell到npp中, 那也不是不可以在npp中运行python)
很明显,又一个对于开发环境不熟悉的。
我帮忙帮另一个回答了,类似的,关于IDLE的问题。
对于你,直接去看教程即可:
python初级教程:入门详解
其中就有你要的看的,所有的内容:
4.1. 如何在Windows环境下开发Python
4.1.1. Python的最原始的开发方式是什么样的
4.1.1.1. 找个文本编辑器,新建个.py文件,写上Python代码
4.1.1.2. 打开Windows的cmd,并且切换到对应的python脚本所在目录
4.1.1.2.1. 方法1:手动打开cmd,并cd到对应路径
4.1.1.2.2. 方法2:通过Notepad++的Open current dir cmd
4.1.1.3. 在cmd中去运行你的Python脚本(.py文件)
4.1.2. 利用Python的shell进行交互式开发又是什么样的
4.1.2.1. 命令行版本的Python Shell – Python (command line)
4.1.2.2. 带图形界面的Python Shell – IDLE (Python GUI)
4.1.2.3. 关于(command line或GUI版本的)Python Shell的用途
4.1.3. 利用第三方Python的IDE进行Python开发又是怎么回事
4.1.3.1. 为何会有Python的IDE
4.1.3.2. 目前常见的一些Python的IDE
4.1.3.3. Python的IDE和Python代码编辑器,Windows的cmd,等的关系
4.1.3.4. 使用IDE时所遇到的一些常见的问题
4.1.3.4.1. IDE只能够打开了文件,并不代表就已经在shell中运行了该文件
4.1.3.4.2. 需要注意,确保有可以运行的Python起始部分的代码
4.1.4. 总结:到底使用哪种环境去开发Python
4.1.4.1. 对初学者的建议:如何选用Python的开发环境
另外,关于Notepad++,我也写了,史上最全的教程:
【crifan推荐】轻量级文本编辑器,Notepad最佳替代品:Notepad++
目录都极其的长,就不贴了。
注:这里不能贴地址,google搜标题即可找到。
推荐于2018-05-09
展开全部
既然你IDLE已经可以,就不需要那么麻烦了,把Python代码文件编写好,在命令行环境下转到文件所在目录用
python codefile.py
这个指令既可以运行脚本文件。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
You may run it in cmd.
But I think you may also like running it in the python shell.
It's a interpreting language (Some disagree with good arguments, but whatever ~ )
, type in 'python' in your command-line window (you need to have your python.exe in your environment, or, you just start the C:\python27\python.exe if this is your path.
Then, you may have it there line by line~. This is helpful for testing and learning or short scripting. You would like it.
But I think you may also like running it in the python shell.
It's a interpreting language (Some disagree with good arguments, but whatever ~ )
, type in 'python' in your command-line window (you need to have your python.exe in your environment, or, you just start the C:\python27\python.exe if this is your path.
Then, you may have it there line by line~. This is helpful for testing and learning or short scripting. You would like it.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没用的。
python ide工具用JetBrains PyCharm Community Edition 4.5吧,简称:PyCharm
python ide工具用JetBrains PyCharm Community Edition 4.5吧,简称:PyCharm
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
方便的IDE的话就用PyCharm或者Aptana吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询