python
蜗牛逐日
这个作者很懒,什么都没留下…
展开
-
numpy数据类型转换
numpy数据类型dtype转换 这篇文章我们玩玩numpy的数值数据类型转换 导入numpy >>> import numpy as np 一、随便玩玩 生成一个浮点数组 >>> a = np.random.random(4) 看看信息 >>> a array([ 0.0945377 , 0.52199916, 0.62490646, 0.21260126]) >>> a.dtype dtype('float64') >原创 2021-01-12 13:58:56 · 1189 阅读 · 0 评论 -
pychram install pycrypto error
pychram 安装 pycrypto遇到如下问题: pycrypto install command ‘C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe’ failed with exit status 2 1、open “x86_x64 Cross-Tools Command Prompt for VS 2017...原创 2019-01-31 15:23:06 · 242 阅读 · 0 评论