自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (7)
  • 收藏
  • 关注

翻译 cx_Oracle使用

使用流程简单的使用流程如下: 1.引用模块cx_Oracle 2.连接数据库 3.获取cursor 4.使用cursor进行各种操作 5.关闭cursor 6.关闭连接下面是一个简单的例子:import cx_Oracle #引用模块cx_Oracleconn=cx_Oracle.connect('load/123456@localhost/ora11g') #连接数据库c=conn

2016-04-21 20:42:15 1984

原创 xlrd

导入模块复制代码 代码如下:import xlrd打开Excel文件读取数据复制代码 代码如下:data = xlrd.open_workbook('excelFile.xls')使用技巧获取一个工作表复制代码 代码如下:table = data.sheets()[0] #通过索引顺序获取 table = data.sheet_by_index(0) #通过索引顺序获取 table = data

2016-04-21 16:53:08 681

原创 python中super函数用法

super函数的参数,第一个是当前子类的类名字,第二个是self,然后是点号,点号后面是所要调用的父类的方法

2016-04-20 09:26:49 631

原创 python中self的作用

类的实例对应着self,实例通过self导入实例属性的所有数据

2016-04-20 09:04:38 799

TENSORFLOW_MACHINE_LEARNING_COOKBOOK

TENSORFLOW_MACHINE_LEARNING_COOKBOOK 电子版 高清 非扫描版

2018-01-13

Hands-On Machine Learning with Scikit-Learn and TensorFlow

Hands-On Machine Learning with Scikit-Learn and TensorFlow 机器学习手册 高清电子版 非扫描版

2018-01-13

Learning Jupyter

Learning Jupyter.pdf 电子版 高清 非扫描版 有目录 有书签

2018-01-13

IPYTHON INTERACTIVE COMPUTING AND VISUALIZATION COOKBOOK

A comprehensive tutorial covering the state-of-the-art methods you can utilize in IPython, including various real-world examples to help you learn in a practical and effective manner. The book illustrates topics in applied mathematics, scientific modeling, and statistical learning., This book is intended for anyone who wants to use Python as a scripting language for general purpose programming and data analysis. You will find the book particularly useful if you're an experienced Python user looking to take the next step, or if you want to quickly get up to speed with IPython's unique features for data visualization.

2018-01-13

用scikit-learn掌握机器学习Mastering Machine Learning With scikit-learn

用scikit-learn掌握机器学习Mastering Machine Learning With scikit-learn 高清 非扫描版

2018-01-13

PYTHON数据可视化编程实战PDF

PYTHON数据可视化编程实战PDF版,清晰扫描版共267页

2016-04-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除