登录
首页 » Python » Python核心编程 第3版 中文版

Python核心编程 第3版 中文版

于 2020-06-17 发布
0 336
下载积分: 1 下载次数: 6

代码说明:

说明:  本书是经典畅销图书《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.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PHP5MySQL
    php+mysql实例,动态网页编程开发指南。(php+mysql)
    2009-12-06 09:57:54下载
    积分:1
  • device notes part 1 sir khazir
    this lecture introduction on power devices.this notes is very easy of examination point of view
    2017-11-30 04:18:35下载
    积分:1
  • LabVIEW
    使用LabVIEW开发平台编制的程序称为虚拟仪器程序,简称为VI。LabVIEW(Laboratory Virtual instrument Engineering Workbench)是一种图形化的编程语言,它广泛地被工业界、学术界和研究实验室所接受,视为一个标准的数据采集和仪器控制软件。LabVIEW集成了与满足GPIB、VXI、RS-232和RS-485协议的硬件及数据采集卡通讯的全部功能。它还内置了便于应用TCP/IP、ActiveX等软件标准的库函数。这是一个功能强大且灵活的软件。(Using the LabVIEW development platform known as the virtual instrument programmed process, referred to as VI. LabVIEW (Laboratory Virtual instrument Engineering Workbench) is a graphical programming language, it is widely used by industry, academia and research laboratories accepted as a standard data acquisition and instrument control software. LabVIEW integration and satisfaction with GPIB, VXI, RS-232 and RS-485 protocol communications hardware and data acquisition card full functionality. It also has built easy to use TCP/IP, ActiveX software such as standard library functions. This is a powerful and flexible software.)
    2010-03-09 21:07:51下载
    积分:1
  • keil51
    本书介绍了c51对单片机编程的技巧,还有汇编的介绍(C51 book describes the techniques of single-chip programming, as well as the compilation Introduction)
    2009-06-10 18:01:54下载
    积分:1
  • Wrox.Professional.Apache.Tomcat.5.May.2004
    说明:  Tomcat 5的外文书目,作者:Vivek Chopra(Professional Apache Tomcat 5 is primarily targeted toward administrators. However, developers (especially those with additional responsibilities for Tomcat configuration, performance tuning, system security, or deployment architecture) will find this book extremely useful.)
    2009-08-20 12:28:24下载
    积分:1
  • PKU_Summer
    北大ACM暑期培训讲义,主讲人为北京大学历届World Final选手,具有一定的参考价值。(ACM Peking University summer training handouts, presenter of Peking University successive World Final players, has a certain reference value.)
    2010-02-09 09:39:31下载
    积分:1
  • filter
    说明:  介绍了一种用于心电监护的数字滤波算法,对滤波器的设计,包括滤波原理、整系数数字滤波器 的波型特征、实现方框图及10 点平均数字滤波器进行了分析,并给出心电信号的滤波效果图。实验结果表明, 该算法能有效滤除基线漂移和工频干扰,算法简单实用。(A new method for the introduction ECG digital filtering algorithm, the design of filters, including filtering principle, the whole coefficient of the wave digital filter characteristics, block diagram and realize an average 10-point digital filters are analyzed, and gives ECG filtering effect of Fig. Experimental results show that the algorithm can effectively filter out the baseline drift and power-line interference, the algorithm is simple and practical.)
    2008-09-05 16:18:17下载
    积分:1
  • 叶孤城-iOS进阶
    这是一本ios进阶的书籍,希望对大家有所帮助(This is an advanced ios book, I hope it can help you)
    2020-10-11 18:27:33下载
    积分:1
  • VB_PPT
    VB.NET 程序设计语言课程内容 第一章:概述 第二章:使用窗体和控件 第三章:变量和数组 第四章:过程 第五章:判断结构与循环结构 第六章:验证用户输入 第七章:面向对象编程 第十一章 使用 ADO.NET 数据库概念 ADO.NET 概述 使用数据 数据库概念 数据库术语 数据库编程的工作方式 SQL 连接环境 非连接环境 课堂练习 区别适用于连接或非连接方案的场景 数据库术语 数据库编程的工作方式 SQL 连接环境 在连接环境中,应用程序会持续连接到数据源上 优点 连接环境更易于维护 并发控制更容易 与非连接环境相比,数据更容易刷新 缺点 必须维持稳定的网络连接 有限的可扩展性 非连接环境 非连接环境是指可以在本地对数据进行单独修改,然后再把修改更新到数据库 优点 与数据源保持连接的时间短,而且并发访问的连接数少,从而能为更多用户提供服务 非连接环境大大增加了连接的可用性,从而改善了应用程序的可扩展性和性能 缺点 数据不总是最新的 可能发生更改冲突,这是个必须解决的问题 ()
    2008-05-12 11:06:03下载
    积分:1
  • Python黑帽子 黑客与渗透测试编程之道
    说明:  介绍了python黑客功防所需要使用的各个技术,及其方法(python Hacker defence)
    2019-07-09 17:39:02下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载