掃一掃
關注中圖網
官方微博
本類五星書更多>
-
>
全國計算機等級考試最新真考題庫模擬考場及詳解·二級MSOffice高級應用
-
>
決戰行測5000題(言語理解與表達)
-
>
軟件性能測試.分析與調優實踐之路
-
>
第一行代碼Android
-
>
JAVA持續交付
-
>
EXCEL最強教科書(完全版)(全彩印刷)
-
>
深度學習
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
展開全部
書友推薦
- >
伯納黛特,你要去哪(2021新版)
- >
上帝之肋:男人的真實旅程
- >
伊索寓言-世界文學名著典藏-全譯本
- >
回憶愛瑪儂
- >
隨園食單
- >
我與地壇
- >
煙與鏡
- >
中國人在烏蘇里邊疆區:歷史與人類學概述
本類暢銷