扫一扫
关注中图网
官方微博
本类五星书更多>
-
>
决战行测5000题(言语理解与表达)
-
>
软件性能测试.分析与调优实践之路
-
>
第一行代码Android
-
>
深度学习
-
>
Unreal Engine 4蓝图完全学习教程
-
>
深入理解计算机系统-原书第3版
-
>
Word/Excel PPT 2013办公应用从入门到精通-(附赠1DVD.含语音视频教学+办公模板+PDF电子书)
PYTHON技术手册 第4版(影印版) 版权信息
- ISBN:9787576607154
- 条形码:9787576607154 ; 978-7-5766-0715-4
- 装帧:一般胶版纸
- 册数:暂无
- 重量:暂无
- 所属分类:>
PYTHON技术手册 第4版(影印版) 内容简介
Python*近在TIOBE排行榜上被评为当今很受欢迎的编程语言,这尤其要感谢这门语言在设计、原型、测试、部署、维护方面所展现出来的广泛适用性。在本书近期新的第4版中,无论是专业程序员还是需要使用Python来解决特定领域问题的人,都将学会如何将Python发挥到很好。由公认的Python专家精心策划,新版专注于3.10版本,接近展现了Python语言取得的近期新开创性成果,涵盖了*近发布的Python 3.11。
PYTHON技术手册 第4版(影印版) 目录
Preface
1. Introduction to Python
The Python Language
The Python Standard Library and Extension Modules
Python Implementations
Python Development and Versions
Python Resources
Installation
Installing Python from Binaries
Installing Python from Source Code
2. The Python Interpreter
The python Program
Python Development Environments
Running Python Programs
Running Python in the Browser
3. The Python Language
Lexical Structure
Data Types
Variables and Other References
Expressions and Operators
Numeric Operations
Sequence Operations
Set Operations
Dictionary Operations
Control Flow Statements
Functions
4. 0bject-0riented Python
Classes and Instances
Special Methods
Decorators
Metaclasses
5. Type Annotations
History
Type-Checking Utilities
Type Annotation Syntax
The typing Module
Using Type Annotations at Runtime
How to Add Type Annotations to Your Code
Summary
6. Exceptions
The try Statement
The raise Statement
The with Statement and Context Managers
Generators and Exceptions
Exception Propagation
Exception Objects
Custom Exception Classes
ExceptionGroup and except*
Error-Checking Strategies
The assert Statement
7. Modules and Packages
Module Objects
Module Loading
Packages
Distribution Utilities (distutils) and setuptools
Python Environments
8. Core Built-ins and Standard Library Modules
Built-in Types
Built-in Functions
The sys Module
The copy Module
The collections Module
The functools Module
The heapq Module
The argparse Module
The itertools Module
9. Strings and Things
Methods of String Objects
The string Module
String Formatting
Text Wrapping and Filling
The pprint Module
The reprlib Module
Unicode
10. Regular Expressions
Regular Expressions and the re Module
Optional Flags
Match Versus Search
Anchoring at String Start and End
Regular Expression Objects
Match Objects
Functions of the re Module
REs and the := Operator
The Third-Party regex Module
11. File and Text Operations
The io Module
The tempfile Module
Auxiliary Modules for File I/O
In-Memory Files: io.StringIO and io.ByteslO
Archived and Compressed Files
The os Module
The errno Module
The pathlib Module
The stat Module
The filecmp Module
The fnmatch Module
The glob Module
The shutil Module
Text Input and Output
Richer-Text I/O
Internationalization
12. Persistence and Databases
Serialization
DBM Modules
The Python Database API (DBAPI)
13. Time Operations
The time Module
The datetime Module
The zoneinfo Module
The dateutil Module
The sched Module
The calendar Module
14. Customizing Execution
Per-Site Customization
Termination Functions
Dynamic Execution and exec
Internal Types
Garbage Collection
15. Concurrency: Threads and Processes
Threads in Python
The threading Module
The queue Module
The multiprocessing Module
The concurrent.futures Module
Threaded Program Architecture
Process Environment
Running Other Programs
The mmap Module
16. Numeric Processing
Floating-Point Values
The math and cmath Modules
The statistics Module
The operator Module
Random and Pseudorandom Numbers
The fractions Module
The decimal Module
Array Processing
17. Testing, Debugging, and Optimizing
Testing
Debugging
The warnings Module
Optimization
18. Networking Basics
The Berkeley Socket Interface
Transport Layer Security
SSLContext
19. Client-Side Network Protocol Modules
Email Protocols
HTTP and URL Clients
Other Network Protocols
20. Serving HTTP
http.server
WSGI
Python Web Frameworks
21. Email, MIME, and Other Network Encodings
MIME and Email Format Handling
Encoding Binary Data as ASCII Text
22. Structured Text: HTML
The html.entities Module
The BeautifulSoup Third-P
1. Introduction to Python
The Python Language
The Python Standard Library and Extension Modules
Python Implementations
Python Development and Versions
Python Resources
Installation
Installing Python from Binaries
Installing Python from Source Code
2. The Python Interpreter
The python Program
Python Development Environments
Running Python Programs
Running Python in the Browser
3. The Python Language
Lexical Structure
Data Types
Variables and Other References
Expressions and Operators
Numeric Operations
Sequence Operations
Set Operations
Dictionary Operations
Control Flow Statements
Functions
4. 0bject-0riented Python
Classes and Instances
Special Methods
Decorators
Metaclasses
5. Type Annotations
History
Type-Checking Utilities
Type Annotation Syntax
The typing Module
Using Type Annotations at Runtime
How to Add Type Annotations to Your Code
Summary
6. Exceptions
The try Statement
The raise Statement
The with Statement and Context Managers
Generators and Exceptions
Exception Propagation
Exception Objects
Custom Exception Classes
ExceptionGroup and except*
Error-Checking Strategies
The assert Statement
7. Modules and Packages
Module Objects
Module Loading
Packages
Distribution Utilities (distutils) and setuptools
Python Environments
8. Core Built-ins and Standard Library Modules
Built-in Types
Built-in Functions
The sys Module
The copy Module
The collections Module
The functools Module
The heapq Module
The argparse Module
The itertools Module
9. Strings and Things
Methods of String Objects
The string Module
String Formatting
Text Wrapping and Filling
The pprint Module
The reprlib Module
Unicode
10. Regular Expressions
Regular Expressions and the re Module
Optional Flags
Match Versus Search
Anchoring at String Start and End
Regular Expression Objects
Match Objects
Functions of the re Module
REs and the := Operator
The Third-Party regex Module
11. File and Text Operations
The io Module
The tempfile Module
Auxiliary Modules for File I/O
In-Memory Files: io.StringIO and io.ByteslO
Archived and Compressed Files
The os Module
The errno Module
The pathlib Module
The stat Module
The filecmp Module
The fnmatch Module
The glob Module
The shutil Module
Text Input and Output
Richer-Text I/O
Internationalization
12. Persistence and Databases
Serialization
DBM Modules
The Python Database API (DBAPI)
13. Time Operations
The time Module
The datetime Module
The zoneinfo Module
The dateutil Module
The sched Module
The calendar Module
14. Customizing Execution
Per-Site Customization
Termination Functions
Dynamic Execution and exec
Internal Types
Garbage Collection
15. Concurrency: Threads and Processes
Threads in Python
The threading Module
The queue Module
The multiprocessing Module
The concurrent.futures Module
Threaded Program Architecture
Process Environment
Running Other Programs
The mmap Module
16. Numeric Processing
Floating-Point Values
The math and cmath Modules
The statistics Module
The operator Module
Random and Pseudorandom Numbers
The fractions Module
The decimal Module
Array Processing
17. Testing, Debugging, and Optimizing
Testing
Debugging
The warnings Module
Optimization
18. Networking Basics
The Berkeley Socket Interface
Transport Layer Security
SSLContext
19. Client-Side Network Protocol Modules
Email Protocols
HTTP and URL Clients
Other Network Protocols
20. Serving HTTP
http.server
WSGI
Python Web Frameworks
21. Email, MIME, and Other Network Encodings
MIME and Email Format Handling
Encoding Binary Data as ASCII Text
22. Structured Text: HTML
The html.entities Module
The BeautifulSoup Third-P
展开全部
书友推荐
- >
推拿
推拿
¥12.2¥32.0 - >
人文阅读与收藏·良友文学丛书:一天的工作
人文阅读与收藏·良友文学丛书:一天的工作
¥17.0¥45.8 - >
伯纳黛特,你要去哪(2021新版)
伯纳黛特,你要去哪(2021新版)
¥18.4¥49.8 - >
罗曼·罗兰读书随笔-精装
罗曼·罗兰读书随笔-精装
¥20.3¥58.0 - >
经典常谈
经典常谈
¥12.7¥39.8 - >
新文学天穹两巨星--鲁迅与胡适/红烛学术丛书(红烛学术丛书)
新文学天穹两巨星--鲁迅与胡适/红烛学术丛书(红烛学术丛书)
¥9.9¥23.0 - >
中国历史的瞬间
中国历史的瞬间
¥16.7¥38.0 - >
二体千字文
二体千字文
¥14.0¥40.0
本类畅销
-
详解Spring Boot(从入门到企业级开发实战)/孙鑫精品图书系列
¥64.2¥129 -
PYTHON应用与实战
¥52.9¥79.8 -
Python编程与数值方法
¥79.6¥109 -
Go语言从入门到项目实战(视频版)
¥60.4¥108 -
软件设计师
¥14.2¥38 -
GO语言编程从入门到实践
¥75.6¥108