You are here: Home > Dive Into Python | >> | ||||
Dive Into PythonPython from novice to pro |
20 May 2004
Copyright © 2000, 2001, 2002, 2003, 2004 Mark Pilgrim
This book lives at http://diveintopython.org/. If you're reading it somewhere else, you may not have the latest version.
Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in Appendix G, GNU Free Documentation License.
The example programs in this book are free software; you can redistribute and/or modify them under the terms of the Python license as published by the Python Software Foundation. A copy of the license is included in Appendix H, Python license.
Table of Contents
- 1. Installing Python
- 2. Your First Python Program
- 3. Native Datatypes
- 4. The Power Of Introspection
- 5. Objects and Object-Orientation
- 6. Exceptions and File Handling
- 7. Regular Expressions
- 8. HTML Processing
- 9. XML Processing
- 10. Scripts and Streams
- 11. HTTP Web Services
- 12. SOAP Web Services
- 13. Unit Testing
- 14. Test-First Programming
- 15. Refactoring
- 16. Functional Programming
- 17. Dynamic functions
- 18. Performance Tuning
- A. Further reading
- B. A 5-minute review
- C. Tips and tricks
- D. List of examples
- E. Revision history
- F. About the book
- G. GNU Free Documentation License
- G.0. Preamble
- G.1. Applicability and definitions
- G.2. Verbatim copying
- G.3. Copying in quantity
- G.4. Modifications
- G.5. Combining documents
- G.6. Collections of documents
- G.7. Aggregation with independent works
- G.8. Translation
- G.9. Termination
- G.10. Future revisions of this license
- G.11. How to use this License for your documents
- H. Python license
| | |
Installing Python >> |
|