1.1 编程语言与开发环境

搭建Python开发环境 装的ubuntu16里面默认带了python2.7,就不用额外装了 安装Python算法库 安装python包管理工具pip: sudo apt-get install python-pip 安装Python算法库: pip install numpy scipy matplotlib scikit-learn NumPy和SciPy主要用于处理数据 MatplotLib
相关文章
相关标签/搜索