问题描述
- 小白求指导:Python的几个问题
-
1 python有没有IDE?
2 python shell 是什么?
3 如何用python生成exe?
解决方案
你可以用python tools for visual studio,最强大的ide,也可以用eclipse。
shell是python的外壳
生成exe可以用py2exe、PyInstaller
参考:http://jingyan.baidu.com/article/f25ef254082ac6482c1b8223.html
解决方案二:
有很多,比如pycharm等,结合python
命令行运行pythin.exe
py2exe等工具生成
解决方案三:
python IDE有,很多。网上可以找到。python Shell 就是命令行执行
解决方案四:
Python IDE 推荐用 PyCharm
时间: 2024-09-22 08:55:59