Python 安装和使用的IDE

安装

  • 安装 Anaconda (包较大), 包含了一些库
  • 安装 Miniconda (包较小) 只和 python 打包, 没有其他的包, 用的时候需要自己安装
conda install pandas

python

python

ipython 有更多的功能

ipython

jupyter

jupyter notebook

jupyterlab

可以去 github 查看

conda install -c conda-forge jupyterlab

jupyterlab

Nteract

https://nteract.io

安装后会有一个 Spyder IDE

Rodeo

更适合数据分析的 Python IDE

PyCharm

更通用的 Python IDE

相关推荐

  1. Python 安装使用IDE

    2024-02-21 17:38:01       45 阅读
  2. Docker安装使用

    2024-02-21 17:38:01       48 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-02-21 17:38:01       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-02-21 17:38:01       106 阅读
  3. 在Django里面运行非项目文件

    2024-02-21 17:38:01       87 阅读
  4. Python语言-面向对象

    2024-02-21 17:38:01       96 阅读

热门阅读

  1. 微服务开发工具及环境搭建

    2024-02-21 17:38:01       54 阅读
  2. php 函数 三 公钥私钥

    2024-02-21 17:38:01       54 阅读
  3. 【ES】es查询term、match、match_phrase、mast_not、mast...

    2024-02-21 17:38:01       52 阅读
  4. Python自动化部署与配置管理:Ansible与Docker

    2024-02-21 17:38:01       52 阅读
  5. python3调用阿里云openapi脚本 - 生产环境

    2024-02-21 17:38:01       49 阅读
  6. 本地模拟发送、接收RabbitMQ数据

    2024-02-21 17:38:01       56 阅读
  7. 怎样重置ubuntu mysql8密码

    2024-02-21 17:38:01       52 阅读
  8. ARM体系架构

    2024-02-21 17:38:01       45 阅读
  9. 【python】使用OpenCV进行行人检测

    2024-02-21 17:38:01       57 阅读