
python
蜗牛逐日
这个作者很懒,什么都没留下…
展开
-
numpy数据类型转换
numpy数据类型dtype转换这篇文章我们玩玩numpy的数值数据类型转换导入numpy>>> import numpy as np一、随便玩玩生成一个浮点数组>>> a = np.random.random(4)看看信息>>> aarray([ 0.0945377 , 0.52199916, 0.62490646, 0.21260126])>>> a.dtypedtype('float64')>原创 2021-01-12 13:58:56 · 1225 阅读 · 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 21、open “x86_x64 Cross-Tools Command Prompt for VS 2017...原创 2019-01-31 15:23:06 · 258 阅读 · 0 评论