python
Carty090616
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python-scrapy
scrapy框架使用 安装 使用 示例代码:https://github.com/Carty090616/python.git[https://github.com/Carty090616/python.git] 创建项目 scrapy startproject csdn 创建爬虫,进入项目目录执行 scrapy genspider csdn_spider youkuaiyun.com...原创 2019-05-17 10:37:28 · 276 阅读 · 0 评论 -
Mac Anaconda 使用方法
通过brew安装 # 安装命令 brew cask install anaconda 安装截图 配置环境变量 $ echo 'export PATH=/usr/local/anaconda3/bin:$PATH' >> ~/.bash_profile $ source ~/.bash_profile 查看安装结果 $ conda --version 创建tensorflow环境...原创 2019-08-09 12:15:50 · 413 阅读 · 0 评论
分享