上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 72 下一页
摘要: 源:DataCamp 气泡的大小表示人口的多少,横坐标表示人均GDP(美元),纵坐标表示预期寿命。-- 作者:Hans Rosling Python 中有许许多多用于可视化的包,而 matplotlib 是它们的源头。 我们需要用到的是它的子包 pyplot ,通常它被简写成 plt 导入 1、Li 阅读全文
posted @ 2018-01-13 22:04 xkfx 阅读(322) 评论(0) 推荐(0) 编辑
摘要: Environment: debian 8 Installing MySQL Reference material: https://linode.com/docs/databases/mysql/how-to-install-mysql-on-debian-8/ Installing the De 阅读全文
posted @ 2018-01-12 21:17 xkfx 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 数据分析的基本步骤: 1、numpy 自带生成数据的函数 2、numpy 具有各种统计学函数 / / 3、numpy 貌似不可以做数据可视化······ 可视化是从数据中获取灵感、直觉的一种途经! 阅读全文
posted @ 2018-01-12 20:32 xkfx 阅读(640) 评论(0) 推荐(0) 编辑
摘要: 日常收集 vim editor: How do I enable and disable vim syntax highlighting? 搭建 Python 环境 vim editor: How do I enable and disable vim syntax highlighting? 完美 阅读全文
posted @ 2018-01-11 23:35 xkfx 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 文档地址:np.array() 1、<class 'numpy.ndarray'> ndarray 表示 n 维度(n D)数组 (= n 行数组)。 2、打印 array 结构 —— np_array.shape 3、Subsetting 2D Arrays 的两种方式 不管是 arr[1][2] 阅读全文
posted @ 2018-01-11 21:56 xkfx 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 续《Java入门第三季》第一章 异常与异常处理。 1、StackOverflowError 第一次碰到这个 Error 居然有点小激动,原因当然是因为它叫 StackOverflow Q:What is a StackOverflowError, what causes it, and how sh 阅读全文
posted @ 2018-01-11 00:42 xkfx 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 原始的 Python list 虽然很好用,但是不具备能够“整体”进行数学运算的性质,并且速度也不够快(按照视频上的说法),而 Numpy.array 恰好可以弥补这些缺陷。 初步应用就是“整体数学运算”和“subset(取子集、随机访问)”。 1、如何构造一个 Numpy array 2、利用 N 阅读全文
posted @ 2018-01-10 23:58 xkfx 阅读(335) 评论(0) 推荐(0) 编辑
摘要: datacamp + 日常收集 How to install Package pip3 & What is difference between pip and pip3? Import Package Selective import Different ways of importing How 阅读全文
posted @ 2018-01-10 00:19 xkfx 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 源:DataCamp datacamp 的 DAILY PRACTICE + 日常收集。 Methods String Methods List Methods 缺一 Methods You can think of methods as functions that "belong to" Pyt 阅读全文
posted @ 2018-01-10 00:15 xkfx 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 源:DataCamp datacamp 的 DAILY PRACTICE + 日常收集。 Functions Built-in functions Help! Multiple arguments Functions By now, you have an idea about how to use 阅读全文
posted @ 2018-01-10 00:05 xkfx 阅读(289) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 72 下一页