
python模块
文章平均质量分 59
hellodrawing
这个作者很懒,什么都没留下…
展开
-
utbutu16.10 安装pyaudio模块过程出现错误 fatal error: portaudio.h: 没有那个文件或目录 error: command 'x86_64-linux-gn
utbutu16.10 安装pyaudio模块过程出现错误 使用的命令包括 pip install pyaudio apt-get install pyaudio 错误如下 fatal error: portaudio.h: 没有那个文件或目录 #include "portaudio.h" ^ compilation te原创 2017-03-08 11:14:54 · 8074 阅读 · 3 评论 -
python 生成词云
#/usr/bin/env python # *-*coding:utf-8 *-* #模块介绍https://amueller.github.io/word_cloud/ #python 3.5.2 from scipy.misc import imread from wordcloud import WordCloud import matplotlib.pyplo转载 2017-03-20 15:55:35 · 1469 阅读 · 0 评论 -
python 爬虫爬去虾米音乐 赵雷歌词
#/usr/bin/env python # *-*coding:utf-8 *-* #python 3 爬取赵雷歌词 """ """ from collections import Counter from urllib import request from bs4 import BeautifulSoup as BS import jieba import os原创 2017-03-20 16:01:16 · 1345 阅读 · 0 评论 -
python turtle模块 画火树银花
python turtle模块转载 2017-04-29 16:25:38 · 20497 阅读 · 0 评论