一、python操作excel,python操作excel使用xlrd、xlwt和xlutils模块,xlrd模块是读取excel的,xlwt模块是写excel的,xlutils是用来修改excel的。这几个模块使用pip安装即可,下面是这几个模块的使用。 二、xlrd模块,xlrd模块用来读exc ...
分类:
编程语言 时间:
2017-12-15 16:56:26
阅读次数:
149
在使用python调用mysql数据库的时候,需要引入对应的数据包 如果提示找不到对应的包,说明还需要安装对应的mysql数据库客户端操作的python包。在python3环境,或者非windows下环境都很容易通过pip等工具安装上,在windows X64上比较困难,如果直接通过pip安装,往往 ...
分类:
数据库 时间:
2017-12-14 12:01:13
阅读次数:
169
瓣top250爬取环境搭建 安装虚拟机 装Ubantu psypider 框架安装 pip安装 python get-pip.py phantomjs 安装 wgethttps://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-lin ...
分类:
其他好文 时间:
2017-12-14 03:29:26
阅读次数:
150
使用PIL+pytesseract+tesseract-ocr python版本:3.6.3 tesseract-OCR 版本:3.02.02 ①安装Pillow cmd切换至pip:pip install Pillow ②安装pytesseract pip install pytesseract ...
分类:
编程语言 时间:
2017-12-13 19:59:13
阅读次数:
140
北京艾丽斯妇科医院(http://fuke.fuke120.com/) 首先先说一下配置splash 1.利用pip安装scrapy-splash库 pip install scrapy-splash 2.现在就要用到另一个神器(Docker) Docker下载地址:https://www.dock ...
分类:
编程语言 时间:
2017-12-11 22:14:18
阅读次数:
538
linux自带python2,手动安装python3,sudo apt-get install python3.5下载pip,安装到python2使用easy_install 安装pip;sudo python3 -m easy_install pippip install virtualenv和pip install virutalenvwrapper编辑.bashrc文件 :exp
分类:
编程语言 时间:
2017-12-11 13:51:55
阅读次数:
172
1、首先,需要确定你已经安装了pip。在Python2.7的安装包中,easy_install.py和pip都是默认安装的。可以在Python的安装目录先确认,如果\Python27\Scripts里面有pip、pip27、pip,就代表已经安装了pip。 2、然后,在doc环境下,在pip所在的目 ...
分类:
数据库 时间:
2017-12-09 18:04:04
阅读次数:
197
python3用pip3安装wordcloud库出现command 'x86_64-linux-gnu-gcc' failed with exit status 1 错误 系统 Ubuntu 5.4.0-6ubuntu1~16.04.4 解决办法 sudo apt-get install pytho ...
分类:
编程语言 时间:
2017-12-06 19:54:44
阅读次数:
181
pip安装ipython报错记录#pip install ipython==5.5.0Collecting ipython==5.5.0
Downloading http://mirrors.aliyun.com/pypi/packages/08/2c/6285504003b4eadce5540f3ee3adc081468b26723f3eef07d9d
分类:
数据库 时间:
2017-12-06 10:37:08
阅读次数:
450
一,从官方下载Python3.6 二,解压并安装 三,建立Python3.6软连接,方便执行程序 四,检查安装师傅成功 五,安装pip9.0并建立软连接 六,通过pip安装python模块 ...
分类:
其他好文 时间:
2017-12-05 15:59:59
阅读次数:
132