python、tensorflow 學習資源、教程、注意事項


python:(自定義安裝,並需要看教程,環境變量)

學習知乎資源:https://www.zhihu.com/question/20702054
1、書和手冊:
drive into python:http://www.kuqin.com/docs/diveintopythonzh-cn-5.4b/html/toc/
簡明教程python:http://www.kuqin.com/abyteofpython_cn/ch06s04.html#using

2、Python的庫大全:1)pypi

3、Python官網:https://www.python.org/

4、Python中IDLE清屏option:https://blog.csdn.net/leisure_life/article/details/73826796

tensorflow:

1、tensorflow中文社區:https://www.tensorflowers.cn/

2、tensorflow官網:https://tensorflow.google.cn/

3、tensorflow的安裝

方法一:單獨下載tensorflow包,然後安裝教程:https://blog.csdn.net/yz960611/article/details/78538488

方法二:直接在cmd中pip install tensorflow

其中還需要配置VC++環境,看importerror。

CMD(有意思)

1、pip list

2、cls








發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章