marong blog

Less is more

Home Archives About
Fork me on GitHub
2017-11-13

python-start

** 安装模块

  • 使用pip安装包
    1
    2
    3
    4
    5
    6
    7
    pip install numpy
    python // 进入交互式命令行
    type(变量) // 查看变量的类型
    dir(variable) // 查看变量的属性
    hasattr(variable, attribute) // 查看变量是否有某种属性
    Ctrl+D // 退出交互式命令行
Share
  • Python
Newer
python-numpy
Older
TCP

标签

  • CSS2
  • Emacs1
  • Git2
  • HTML1
  • HTTPS1
  • JavaScript5
  • MVVM Vue1
  • Mobile1
  • Nodejs1
  • Perl1
  • Python3
  • React2
  • Server1
  • Vim1
  • algorithm3
  • blog1
  • browser1
  • javascript6
  • mac1
  • mvvm1
  • python3
  • svn1
  • tcp1
  • thrift1
  • webpack1
  • 抓包2
  • 机器学习1

标签云

CSS Emacs Git HTML HTTPS JavaScript MVVM Vue Mobile Nodejs Perl Python React Server Vim algorithm blog browser javascript mac mvvm python svn tcp thrift webpack 抓包 机器学习

归档

  • 十二月 20185
  • 十一月 20181
  • 十月 20181
  • 九月 20181
  • 八月 20181
  • 七月 20181
  • 六月 20182
  • 五月 20181
  • 三月 20181
  • 一月 20184
  • 十一月 20176
  • 七月 20172
  • 六月 20177
  • 五月 20174
  • 四月 20176
  • 三月 20173
  • 二月 20172
  • 十二月 20161
  • 十一月 20161
  • 八月 20161
  • 六月 20162

最新文章

  • HTTPS
  • browserCatche
  • 双向绑定
  • call, apply, bind的区别
  • N个数相加的和为M
© 2018 marong
Powered by Hexo
Home Archives About