python使用
AIIIIZ
嗯 此人很懒,什么都没有写
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
pip 下载安装包及依赖包 并安装
pip download torch -d/abc/package pip install torch --no-index --find-links=/abc/package/原创 2021-07-19 12:56:27 · 1947 阅读 · 0 评论 -
python函数中,双星号**的作用
https://www.geeksforgeeks.org/packing-and-unpacking-arguments-in-python/ https://blog.youkuaiyun.com/xiaoqu001/article/details/78823498 ** is used for dictionaries # A sample program to demonstrate ...原创 2018-09-04 12:56:10 · 377 阅读 · 0 评论 -
wordcloud使用
from wordcloud import WordCloud import matplotlib.pyplot as plt import pandas as pd train_qs = pd.Series(['abc', 'sss', 'yes', 'zoo','zoo','zoo','zoo']) cloud = WordCloud(width=1440, heigh...原创 2018-09-28 18:17:26 · 561 阅读 · 0 评论
分享