-
Python核心编程 第3版 中文版
说明: 本书是经典畅销图书《Python 核心编程(第二版)》的全新升级版本,总共分为 3 部分。
第 1 部分讲解了 Python 的一些通用应用,包括正则表达式、网络编程、Internet 客户端编程、多线程编程、GUI 编程、数据库编程、Microsoft Office 编程、扩展 Python 等内容。
第 2 部分
讲解了与 Web 开发相关的主题,包括 Web 客户端和服务器、CGI 和 WSGI 相关的 Web 编程、Diango Web 框架、云计算、高级 Web 服务。第 3 部分则为一个补充/实验章节,包括文本处理以及一些其他内容。
本书适合具有一定经验的 Python 开发人员阅读(This book is a new upgraded version of the classic best-selling book Python Core Programming (2nd Edition). It is divided into three parts.
Part 1 explains some general applications of Python, including regular expressions, network programming, Internet client programming, multi-threading programming, GUI programming, database programming, Microsoft Office programming, extension of Python and so on.
Part 2
Topics related to Web development are explained, including Web client and server, CGI and WSGI related Web programming, Diango Web framework, cloud computing, advanced Web services. Part 3 is a supplementary/experimental chapter, including text processing and some other contents.
This book is suitable for Python developers with some experience.)
- 2020-06-17 10:40:02下载
- 积分:1
-
重要的资源
python神经网络书中的代码,非常使用的学习资料(the code in<python nerual net>, this is trully useful)
- 2019-04-18 18:29:43下载
- 积分:1
-
backend
This example demonstrates how to use the backend service in Google-App-Engine.
1. Change name of application in app.yml and firstmodule.yaml to the name of you application
2. Upload the files
3. Open the main page
- 2014-08-16 18:46:17下载
- 积分:1
-
PCI_Code-Folder
《集体智慧编程》这本书的源码,里面包含数据挖掘方面的一些算法,包括遗传算法,费舍尔算法,决策树等(" The collective wisdom of programming source code of this book, which contains the data mining aspects of algorithms, including genetic algorithms, Fisher algorithm, decision tree)
- 2012-08-13 14:39:52下载
- 积分:1
-
GameOfLife-master
飞机大战,你还在等什么,赶快来游戏吧,这里需要你的激情(What are you waiting for in the air war? Come to the game now. You need your passion here.)
- 2020-06-16 21:20:02下载
- 积分:1
-
K-mean算法实现客户分类
K-mean算法实现客户分类。
K-Means算法思想:(1)事先确定常数K,常数K意味着最终的聚类类别数,(2)首先随机选定初始点为质心,并通过计算每一个样本与质心之间的相似度(这里为欧式距离),(3)将样本点归到最相似的类中,(4)接着,重新计算每个类的质心(即为类中心),重复这样的过程,直到质心不再改变,最终就确定了每个样本所属的类别以及每个类的质心。(Implementing Customer Classification by K-means Algorithms)
- 2020-06-21 02:00:01下载
- 积分:1
-
计算汉字词语相似度
依据汉语词汇结构特点提出的加权相似度算法将“重心后移”原理(在字面上,语素越靠后,它在表达主题概念中所起的作用就越大)加入其中该方法易于实现,相同汉字的个数和相同汉字在词中的位置关系首先统计两个词中含有的相同汉字的个数,其次根据相同汉字在词中的位置,统计其在词中的权重,从而得出两词的相似度计算公式
- 2022-02-01 23:19:19下载
- 积分:1
-
Dark
说明: PyQt PySide 常见 QSS 窗口样式表源代码范例文件(PyQt PySide common QSS window style sheet source code sample file)
- 2019-05-14 02:43:53下载
- 积分:1
-
bintodec
converts binary to decimal and decimal to binary
- 2012-05-17 21:30:39下载
- 积分:1
-
Tello_Video_With_Pose_Recognition
说明: tello无人机识别人体姿态,可识别前进、后退、降落三个姿态(Identify human posture)
- 2020-06-23 14:20:02下载
- 积分:1