anaconda

1.安装库

anaconda search -t conda tensorflow

anaconda show jjhelmus/tensorflow

或者使用命令  conda install  scrapy

2.查看函数的帮助文档  print(help(func))

import numpy
a=numpy.genfromtxt("a.txt",delimiter=',',dtype=str)
print(type(a))
print(a)
print(help(numpy.genfromtxt))

 

posted @ 2017-12-20 10:02  酸奶加绿茶  阅读(137)  评论(0编辑  收藏  举报