wbz-blogs

1、Python适用于多平台,如:Linux、Windows、Mac OS X。

2、Python下载地址:https://www.python.org/

3、Python安装:略

4、Python添加环境变量:将Python的安装路径D:\Program Files\Python\Python37\添加到PATH环境变量中。

5、运行Python:

5.1、Windows:使用Python自带的交互式解释器(IDLE)或者命令行窗口执行:python。

5.2、Linux:命令行执行:python。

5.3、使用ipython

5.3.1、Windows安装ipython:命令行窗口执行pip install ipython。

分类:

技术点:

相关文章:

  • 2021-09-20
  • 2021-06-15
猜你喜欢
  • 2021-12-15
  • 2021-12-19
相关资源
相似解决方案