流利的Python语言(影印版 英文版) [Fluent Python] pdf epub mobi txt 电子书 下载 2025

图书介绍


流利的Python语言(影印版 英文版) [Fluent Python]

简体网页||繁体网页
Luciano,Ramalho 著



下载链接1
下载链接2
下载链接3
    


想要找书就要到 静流书站
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2025-04-05

类似图书 点击查看全场最低价

出版社: 东南大学出版社
ISBN:9787564168742
版次:1
商品编码:12109424
包装:平装
外文名称:Fluent Python
开本:16开
出版时间:2017-01-01
用纸:胶版纸
页数:743
字数:945000
正文语种:英文

流利的Python语言(影印版 英文版) [Fluent Python] epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2025

相关图书



流利的Python语言(影印版 英文版) [Fluent Python] epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2025

流利的Python语言(影印版 英文版) [Fluent Python] pdf epub mobi txt 电子书 下载



具体描述

内容简介

  Python的简洁让你可以快速达到高产水平,但是这通常意味着你并没有用到它提供的所有功能特性。
  有了《流利的Python语言(影印版 英文版)》,你将学会如何利用那些很容易被忽视的特性来编写有效且通顺的Python代码。作者Luciano Ramalho将带领你们遍历Python的核心语言特性和程序库,并展示精简代码、优化速度和可读性的方法。
  很多富有经验的程序员尝试将Python扭曲成适合他们从其他语言中学到的模式,而从未发现超出他们经验的Python特性。通过《流利的Python语言(影印版 英文版)》,那些Python程序员将完全学会如何高效率地使用Python 3。

目录

Preface

Part I. Prologue
1. The Python Data Model
A Pythonic Card Deck
How Special Methods Are Used
Emulating Numeric Types
String Representation
Arithmetic Operators
Boolean Value of a Custom Type
Overview of Special Methods
Why len Is Not a Method
Chapter Summary
Further Reading

Part II. Data Structures
2. An Array of Sequences
Overview of Built-In Sequences
List Comprehensions and Generator Expressions
List Comprehensions and Readability
Listcomps Versus map and filter
Cartesian Products
Generator Expressions
Tuples Are Not Just Immutable Lists
Tuples as Records
Tuple Unpacking
Nested Tuple Unpacking
Named Tuples
Tuples as Immutable Lists
Slicing
Why Slices and Range Exclude the Last Item
Slice Objects
Multidimensional Slicing and Ellipsis
Assigning to Slices
Using + and * with Sequences
Building Lists of Lists
Augmented Assignment with Sequences
A += Assignment Puzzler
list.sort and the sorted Built-In Function
Managing Ordered Sequences with bisect
Searching with bisect
Inserting with bisect.insort
When a List Is Not the Answer
Arrays
Memory Views
NumPy and SciPy
Deques and Other Queues
Chapter Summary
Further Reading
3. Dictionaries and Sets
Generic Mapping Types
dict Comprehensions
Overview of Common Mapping Methods
Handling Missing Keys with setdefault
Mappings with Flexible Key Lookup
defaultdict: Another Take on Missing Keys
The___ missing___ Method
Variations of dict
Subclassing UserDict
Immutable Mappings
Set Theory
set Literals
Set Comprehensions
Set Operations
dict and set Under the Hood
A Performance Experiment
Hash Tables in Dictionaries
……

Part III. Functions as Objects
Part IV. Object-Orientedldioms
Part V. Control Flow
Part VI. Metaprogramming
Afterword
A. Support Scripts
Python Jargon
Index

精彩书摘

  《流利的Python语言(影印版 英文版)》:
  In concluding the chapter, we mentioned how several built—in types are registered to ABCs in the collections.abe module so you can ask isinstance(memoryview,abc.Sequence) and get True, even if memoryview does not inherit from abc.Se quence.And finally we went over the_subclasshook_magic, which lets an ABC recognize any unregistered class as a subclass, as long as it passes a test that can be as simple or as complex as you like—the examples in the standard library merely check for method names.
  To sum up, I'd like to restate Alex Martelli's admonition that we should refrain from creating our own ABCs, except when we are building user—extensible frameworks—which most of the time we are not.On a daily basis, our contact with ABCs should be subclassing or registering classes with existing ABCs.Less often than subclassing or registering, we might use ABCs for isinstance checks.And even more rarely—ifever—we find occasion to write a new ABC from scratch.
  ……
流利的Python语言(影印版 英文版) [Fluent Python] 电子书 下载 mobi epub pdf txt

流利的Python语言(影印版 英文版) [Fluent Python] pdf epub mobi txt 电子书 下载
想要找书就要到 静流书站
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

用户评价

评分

等了好几天书终于到了,价格不错

评分

最近喜欢屯动物书

评分

订单号59491621309包装人员极不负责任,把箱子装不下的燕窝硬挤进去,导致礼品变形严重。送人的搞成这样还得换货真的很麻烦。

评分

内容有深度但又易懂,是 Python 学习的重要参考书

评分

python的葵花宝典

评分

初级到中级的pythoner的必经之路

评分

等了好几天书终于到了,价格不错

评分

下单了后,好几天才收到货,因为是英文版的没现货的原因。收到后,书很好,老外原版书就是比人翻译的东东好理解些。能看原版尽量看原版!

评分

一次不错的购物体验

类似图书 点击查看全场最低价

流利的Python语言(影印版 英文版) [Fluent Python] pdf epub mobi txt 电子书 下载


分享链接


去京东购买 去京东购买
去淘宝购买 去淘宝购买
去当当购买 去当当购买
去拼多多购买 去拼多多购买


流利的Python语言(影印版 英文版) [Fluent Python] bar code 下载
扫码下载










相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2025 windowsfront.com All Rights Reserved. 静流书站 版权所有