美文网首页
序章:环境搭建

序章:环境搭建

作者: zydsb | 来源:发表于2017-03-09 20:39 被阅读0次

Windows

如果已经安装Pyhton环境最好卸载,书中代码为Python2.7版本,最新的Python 3前向兼容做得不好..我们可以直接下载Canopy(书中EPDFree已经改名为'Canopy'),一路直接下载安装就好,安装好之后进入命令行界面测试:
win+r,再输入cmd进入以下界面再输入Python
如果出现以下字样,则ok

C:\Users\zydsb>python
Enthought Canopy Python 2.7.11 | 64-bit | (default, Jun 11 2016, 11:33:47) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.   
>>> 

Linux

Linux则更为直接,直接上代码吧

        sudo apt-get install ipython
        sudo pip3 install pandas
        sudo pip3 install scipy
        sudo pip3 install numpy
        # and so on

编辑器建议用Vim,简直神器

相关文章

  • 序章:环境搭建

    Windows 如果已经安装Pyhton环境最好卸载,书中代码为Python2.7版本,最新的Python 3前向...

  • React Native学习总结篇

    一、环境搭建 1.1 React Native环境搭建 1.1.1 IOS环境搭建 环境:MacOS 注意:不要使...

  • linux 第四天

    Lamp环境搭建 /*******************Lamp环境搭建:*******************...

  • codePush说明

    codePush环境搭建 环境搭建文章:环境搭建 git地址:codePush git地址2.0.3,And...

  • angular学习--02英雄指南

    环境搭建 angular官网--搭建本地开发环境和工作空间windows 10 搭建angular开发环境免搭建环...

  • Gradle开发-Groovy环境搭建

    ##Groovy环境搭建 在使用 Groovy 之前首先要搭建几个环境: Groovy 的环境搭建 JDK 环境搭...

  • 搭建 LNMP + CodeIgniter 开发环境

    搭建 LNMP + CodeIgniter 开发环境搭建 LNMP 环境首先搭建 LNMP 的服务器环境安装 Ng...

  • iOS中RN与Flutter混合开发

    一 搭建环境 1. 搭建flutter环境 1.1 搭建系统开发环境 参考链接:https://flutter....

  • 第一个MyBatis程序

    思路:搭建环境---导入MyBatis--编写代码---测试! 一、搭建环境 1、搭建数据库环境: engine=...

  • Robot Framework用法总结

    一,环境的搭建 关于robotframework环境搭建请参考博文:Robot Framework的环境搭建[ht...

网友评论

      本文标题:序章:环境搭建

      本文链接:https://www.haomeiwen.com/subject/fwsggttx.html