Python 工具小结

文章目录

  • anaconda
  • jupyter
  • Pycharm


anaconda

主页
https://www.anaconda.com


jupyter

主页:
https://jupyter.org


jupyter 不仅可以在线编译,还可以:

  • 灵活的在代码中插入md笔记
  • 创建、加载本地的 py 文件

Pycharm


你可能感兴趣的:(Python)