The Python Handbook1 Table of Contents Preface The Python Handbook Conclusion 2 Preface The Python Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular, the goal is to get get you up to speed quickly with Python. This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev. You can reach me on @flaviocopes. Enjoy! 3 The Python Handbook 1. Introduction to Python 2. Installing Python 3. Running Python programs 4. Python 2 vs Python 3 5. The basics of working with Python 5.1. Variable 5.2. Expressions0 码力 | 93 页 | 7.31 MB | 1 年前3
Objeet Oriented Python
TutorialOOP in Python ii About the Tutorial Python has been an object-oriented language since it existed. In this tutorial we will try to get in-depth features of OOPS in Python programming beginners and intermediate to help them understand the Python Oops features and concepts through programming. Prerequisites Understanding on basic of Python programming language will help to understand and If you are new to programming, it is recommended to first go through “Python for beginners” tutorials. OOP in Python Table of Contents About the Tutorial ..................0 码力 | 111 页 | 3.32 MB | 1 年前3
Google Python Style GuideGoogle Python Style Guide Google Python Style Guide Revision 2.59 Amit Patel Antoine Picard Eugene Jhong Jeremy Hylton Matt Smart Mike Shields Each style point has a summary for which additional information You may toggle all summaries with the big arrow button: Toggle all summaries Table of Contents Python Language Rules Lint Imports Packages Exceptions Global variables Nested/Local/Inner Classes and Functions Deprecated Language Features Lexical Scoping Function and Method Decorators Threading Power Features 1 Python Style Rules Semicolons Line length Parentheses Indentation Blank Lines Whitespace Shebang Line Comments0 码力 | 30 页 | 94.81 KB | 1 年前3
Python 标准库参考指南 3.13The Python Library Reference 发行版本 3.13.0 Guido van Rossum and the Python development team 十一月 03, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 3 1.1 可用性注释 . . . . . . . 标准编码 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 7.2.4 Python 专属的编码格式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186 7.2.5 encodings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388 10.2 functools ——高阶函数,以及可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . 393 10.2.1 partial 对象 . . . . . . . . . . . . . .0 码力 | 2246 页 | 11.74 MB | 9 月前3
Python 标准库参考指南 3.11.10The Python Library Reference 发行版本 3.11.10 Guido van Rossum and the Python development team 九月 09, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 3 1.1 可用性注释 . . . . . . . 标准编码 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 7.2.4 Python 专属的编码格式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 7.2.5 encodings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371 10.2 functools --- 高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . 377 10.2.1 partial 对象 . . . . . . . . . . .0 码力 | 2248 页 | 11.10 MB | 9 月前3
Python 标准库参考指南 3.8.20The Python Library Reference 发布 3.8.20 Guido van Rossum and the Python development team 九月 07, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 3 1.1 可用性注释 . . . . . . . . . itertools --- 为高效循环而创建迭代器的函数 . . . . . . . . . . . . . . . . . . . . . . . . 315 10.2 functools --- 高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . 328 10.3 operator --- 标准运算符替代函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378 12 数据持久化 389 12.1 pickle --- Python 对象序列化 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 389 12.2 copyreg ---0 码力 | 1927 页 | 9.69 MB | 9 月前3
Python 标准库参考指南 3.10.15The Python Library Reference 发布 3.10.15 Guido van Rossum and the Python development team 九月 09, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 3 1.1 可用性注释 . . . . . . . . 标准编码 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 7.2.4 Python 专属的编码格式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168 7.2.5 encodings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 10.2 functools --- 高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . 358 10.2.1 partial 对象 . . . . . . . . . . .0 码力 | 2072 页 | 10.39 MB | 9 月前3
Python 标准库参考指南 3.12The Python Library Reference 发行版本 3.12.7 Guido van Rossum and the Python development team 十一月 01, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 3 1.1 可用性注释 . . . . . . . 标准编码 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179 7.2.4 Python 专属的编码格式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 7.2.5 encodings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 375 10.2 functools ——高阶函数,以及可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . 380 10.2.1 partial 对象 . . . . . . . . . . . . . .0 码力 | 2253 页 | 11.81 MB | 9 月前3
Python 标准库参考指南 3.13The Python Library Reference 发行版本 3.13.0 Guido van Rossum and the Python development team 十一月 01, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 3 1.1 可用性注释 . . . . . . . 标准编码 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 7.2.4 Python 专属的编码格式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184 7.2.5 encodings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 10.2 functools ——高阶函数,以及可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . 389 10.2.1 partial 对象 . . . . . . . . . . . . . .0 码力 | 2242 页 | 11.73 MB | 9 月前3
Python 标准库参考指南 3.7.13The Python Library Reference 发布 3.7.13 Guido van Rossum and the Python development team 三月 16, 2022 Python Software Foundation Email: docs@python.org Contents 1 概述 3 1.1 可用性注释 . . . . . . . . . itertools --- 为高效循环而创建迭代器的函数 . . . . . . . . . . . . . . . . . . . . . . . . 301 10.2 functools --- 高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . 314 10.3 operator --- 标准运算符替代函数 . . . . . . 路径操作函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368 12 数据持久化 369 12.1 pickle ——Python 对象序列化 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369 12.2 copyreg --- 注意0 码力 | 1846 页 | 9.09 MB | 9 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













