Python知识分享网 - 专业的Python学习网站 学Python,上Python222
人力资源webservice&restful接口文档 下载

人力资源webservice&restful接口文档

2023-12-25 09:48:01
Android Programming The Big Nerd Ranch Guide 第五版 PDF 下载

Android Programming The Big Nerd Ranch Guide 第五版

2023-12-24 10:37:18
Python for Finance PDF 下载

Python已成为数据驱动和AI优先的金融界的编程语言。一些投资银行和对冲基金现在都使用Python及其生态系统来构建核心交易和风险管理系统。   在《Python金融大数据分析(第2版 版)》的第二版中,YvesHilpisch向开发人员和定量分析师展示了如何使用Python和工具进行金融数据科学、算法交易和计算金融学。第二版针对Python3进行了更新,其中的大部分代码都采用了JupyterNotebooks的形式,为几乎所有的示例提供了可执行交互式版本。在共5部分内容中,你将学习到Python及其生态系统是如何为从事金融业务的公和个人提供技术框架的。

2023-10-19 08:46:33
增强学习导论中文版 Reinforcement learning an introduction 中文版 PDF 下载

增强学习导论中文版 Reinforcement learning an introduction 中文版

2023-10-08 15:59:35
Reinforcement Learning An Introduction (2nd Edition) PDF 下载

Reinforcement Learning An Introduction (2nd Edition)

2023-10-08 15:56:40
Learning OpenCV 4 Computer Vision with Python 3 PDF 下载

Learning OpenCV 4 Computer Vision with Python 3

2023-09-29 09:33:40
Mastering Pandas for Finance PDF 下载

If you are interested in quantitative finance, financial modeling, and trading, or simply want to learn how Python and pandas can be applied to finance, then this book is ideal for you. Some knowledge of Python and pandas is assumed. Interest in financial concepts is helpful, but no prior knowledge is expected.

2023-09-21 10:17:00
Python Concurrency with asyncio PDF 下载

Python Concurrency with asyncio

2023-09-06 09:50:52
Python中的切片slice 知识详解

在Python中,切片(slice)是对序列型对象(如list, string, tuple)的一种高级索引方法。 普通索引只取出序列中 一个下标 对应的元素,而切片取出序列中 一个范围 对应的元素,这里的范围不是狭义上的连续片段。通俗一点就是在一定范围里面.用刀切出一部分,达到自己需要的一部分.

2023-07-20 11:12:42
Python 错误:UnicodeEncodeError: 'gbk' codec can't encode character '\xa0' in position 3: illegal multibyte sequence

当python要做编码转换的时候,会借助于内部的编码

2023-07-09 11:00:44