python
火星种萝卜
c++ vc mfc java
展开
-
Django 简介 | 菜鸟教程
Django 简介 | 菜鸟教程转载 2023-01-31 10:59:24 · 754 阅读 · 0 评论 -
matplotlib 以补丁的形式管理各种绘图
patches中还有许多种图形,例如各种箭头,箭,多边形等.转载 2022-12-13 15:45:18 · 206 阅读 · 0 评论 -
对python 数据处理中的LabelEncoder 和 OneHotEncoder详解
对python 数据处理中的LabelEncoder 和 OneHotEncoder详解_起飞的木木的博客-CSDN博客_labelencoder原理转载 2022-01-15 17:08:11 · 646 阅读 · 0 评论 -
为何需要将jupyter notebook转为脚本
https://blog.csdn.net/duxinshuxiaobian/article/details/108800520?utm_medium=distribute.pc_feed.none-task-blog-personrec_tag-22.nonecase&depth_1-utm_source=distribute.pc_feed.none-task-blog-personrec_tag-22.nonecase&request_id=5f71020798fa0775e7e136转载 2020-10-15 09:30:28 · 123 阅读 · 0 评论 -
轻量级WEB开发框架flask
https://www.cnblogs.com/a2534786642/p/11013053.html转载 2020-09-06 22:42:44 · 142 阅读 · 0 评论 -
读取H5文件
import h5py #导入工具包import numpy as np#打开文件f = h5py.File('c:\lstm_248_114_0.33_0.36.h5','r')#遍历文件中的一级组for group in f.keys(): print(group) #根据一级组名获得其下面的组 group_read = f[group] #遍历该一级组下面的子组 for subgroup in group_read.keys(): p...转载 2020-08-22 22:16:08 · 1746 阅读 · 0 评论 -
python codecs模块
https://www.cnblogs.com/hester/p/5465338.html转载 2020-08-22 16:27:44 · 180 阅读 · 0 评论 -
python范数norm的计算
python范数norm的计算https://www.cnblogs.com/devilmaycry812839668/p/9352814.html转载 2020-08-20 12:20:56 · 13429 阅读 · 0 评论 -
csr_matrix矩阵用法小结
https://blog.csdn.net/qq_41853536/article/details/83345273转载 2020-08-16 14:13:55 · 836 阅读 · 0 评论 -
Python解决NameError: name ‘reload‘ is not defined的问题
https://www.cnblogs.com/Sweettesting/p/11138102.html转载 2020-08-13 17:41:29 · 238 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘gensim‘
#问题现象ModuleNotFoundError: No module named 'gensim'#解决办法pip install gensim#参考https://blog.csdn.net/dalangzhonghangxing/article/details/78191593#执行记录如下 |███████████████████ | 3.8MB 115kB/s eta 0:0 |███████████████████ ...原创 2020-08-13 17:35:25 · 8700 阅读 · 0 评论 -
调用wordcloud种种问题
https://blog.csdn.net/ll_master/article/details/81560074转载 2020-08-13 16:52:14 · 244 阅读 · 0 评论 -
jupyter notebook中执行命令报错No module named ‘wordcloud‘
from wordcloud import WordCloudcloud = WordCloud(width=1440, height=1080).generate(" ".join(train_qs.astype(str)))plt.figure(figsize=(20, 15))plt.imshow(cloud)plt.axis('off')现象:No module named 'wordcloud'解决办法jupyter notebook中执行如下命令%pip insta..原创 2020-08-13 16:50:35 · 12831 阅读 · 0 评论 -
Python数据处理篇之Matplotlib系列(六)---plt.hist()与plt.hist参数详解
https://www.cnblogs.com/zyg123/p/10504645.html转载 2020-08-13 16:40:18 · 2806 阅读 · 0 评论 -
关于python中的self,ins , cls的解释
关于python中的self,ins , cls的解释https://blog.51cto.com/10250691/1890078转载 2020-08-13 12:31:43 · 676 阅读 · 0 评论 -
python打印日志
https://www.cnblogs.com/nancyzhu/p/8551506.html转载 2020-08-13 12:24:46 · 78 阅读 · 0 评论 -
import demjson, requests ModuleNotFoundError: No module named ‘demjson‘
import demjson, requestsModuleNotFoundError: No module named 'demjson'>pip install demjsonLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleCollecting demjson Downloading https://pypi.tuna.tsinghua.edu.cn/packages/96/67/6db789e25...原创 2020-08-13 12:13:37 · 3149 阅读 · 0 评论 -
python3 import execjs ModuleNotFoundError: No module named ‘execjs‘
import execjsModuleNotFoundError: No module named 'execjs'解决办法>pip install PyExecJSLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleCollecting PyExecJS Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ba/8e/aedef81641c8dca...原创 2020-08-13 12:09:51 · 2014 阅读 · 2 评论 -
SyntaxError: (unicode error) ‘unicodeescape‘ codec can‘t decode bytes in positio n 131-135: truncate
python报错SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 131-135: truncated \UXXXXXXXX escapehttps://blog.csdn.net/xd060606/article/details/87164798转载 2020-08-13 11:37:51 · 393 阅读 · 0 评论 -
[ 转]Python模块(二)import和from...import的区别
Python模块(二)import和from...import的区别听语音原创 | 浏览:2975 | 更新:2018-04-02 13:02 | 标签:PYTHON 1 2 3 4 5 6 7 分步阅读本篇经验介绍import和from...import的区别一.import 1 import导入的时,需要使用模块名的限定。 举个例子,我们首先创建一个md.py文件,里面有一个函数 .转载 2020-08-13 11:27:27 · 157 阅读 · 0 评论 -
python __init__ (初始化对象时候自动调用) 与代表class对象自身的self
https://blog.csdn.net/cpc784221489/article/details/90757865转载 2020-08-13 11:10:25 · 410 阅读 · 0 评论 -
python @修饰符作用
https://www.cnblogs.com/wanghui-garcia/p/11431662.html转载 2020-08-12 23:00:42 · 121 阅读 · 0 评论 -
使用pypy编译器性能调优
https://zhuanlan.zhihu.com/p/27052156转载 2020-08-11 08:05:47 · 191 阅读 · 0 评论 -
python解释器pypy
https://blog.csdn.net/weixin_30628077/article/details/96550019转载 2020-08-11 07:49:48 · 145 阅读 · 0 评论 -
python 的可变对象和不可变对象
https://www.runoob.com/note/46684转载 2020-08-10 17:15:47 · 107 阅读 · 0 评论 -
python3 %%time 表示执行单元格时间 时间指的是CPU时间
python3 %%time 表示执行单元格时间 时间指的是CPU时间举例%%timefrom sagemaker.pytorch import PyTorchfrom sagemaker.pytorch import PyTorchModel# uncomment, if needed# from sagemaker.pytorch import PyTorchModel#estimator.fit({'train': input_data})model = PyTorchModel(转载 2020-08-05 22:10:57 · 1432 阅读 · 0 评论 -
np.logic_and/or/not用法
https://blog.csdn.net/qq_38150441/article/details/79882546转载 2020-08-05 12:55:19 · 351 阅读 · 0 评论 -
parser.add_argument 参数用法 包含metavar
https://docs.python.org/zh-cn/3/library/argparse.html转载 2020-08-04 23:03:52 · 2685 阅读 · 0 评论 -
python种r b u f作用
https://blog.csdn.net/qq_35290785/article/details/90634344转载 2020-08-04 15:51:58 · 93 阅读 · 0 评论 -
jupyter 魔法函数
https://blog.csdn.net/kepengs/article/details/84076008转载 2020-07-30 15:58:37 · 200 阅读 · 0 评论 -
python中的pass占位语句
https://www.runoob.com/python/python-pass-statement.html转载 2020-07-24 15:02:54 · 343 阅读 · 0 评论 -
正则表达式
https://baike.baidu.com/item/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F/1700215?fr=aladdin转载 2020-07-24 09:54:21 · 106 阅读 · 0 评论 -
np.array_split可以不均等划分 np.split为均等划分
https://blog.csdn.net/qq_43088815/article/details/89928026转载 2020-07-21 16:21:24 · 928 阅读 · 0 评论 -
numpy.append()用法
http://www.srcmini.com/30764.html转载 2020-07-21 15:35:57 · 814 阅读 · 0 评论 -
python round()四舍五入有偏差 注意了解
https://www.runoob.com/python/func-number-round.html转载 2020-07-21 11:56:51 · 273 阅读 · 0 评论 -
python 中遍历表时候,当指定的表的长度超过实际长度时候,实际遍历的长度以表实际长度为准,不会发生越界,如下
python 中遍历表时候,当指定的表的长度超过实际长度时候,实际遍历的长度以表实际长度为准,不会发生越界,如下实际长度为4 但是指定长度为5sentence= [0,1,2,3]for i in sentence[:5]: print(i)#result0123...原创 2020-07-18 08:31:33 · 139 阅读 · 0 评论 -
python sorted 使用cmp函数时候注意cmp需要传入两个参数,传入两个参数机制的分析
https://blog.csdn.net/huang_shao1/article/details/82228365?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.none转载 2020-07-16 18:35:50 · 464 阅读 · 0 评论 -
python sorted()
https://www.runoob.com/python/python-func-sorted.html转载 2020-07-16 17:39:58 · 252 阅读 · 0 评论 -
python正则表达式re.sub用法
https://cloud.tencent.com/developer/article/1382055转载 2020-07-15 20:42:28 · 238 阅读 · 0 评论 -
jupyter notebook中%与!的区别
https://blog.csdn.net/sinat_27889599/article/details/105509444转载 2020-07-14 21:36:21 · 1605 阅读 · 0 评论