作者:Fredrik Lundh
出版日期:May 2001
出版社:O'Reilly
页数:300
ISBN:0596000960
文件格式:CHM
Python Standard Libraryis an essential guide for serious Python programmers. Python is amodular language that imports most useful operations from the standardlibrary (basic support modules; operating system interfaces; networkprotocols; file formats; data conversions; threads and processes; anddata storage). You can’t really program in Python without using it. Inthis book, author Fredrik Lundh, creator of the Python Imaging Library(PIL), delivers tested, accurate documentation of all the modules inthe Python Standard Library, along with over 300 annotated examplescripts using the modules. Python Standard Library rendersthis valuable information in a clean, easy-to-read format, yet doesn’ttalk down to readers. This accurate and complete referencedocumentation is for the Python programmer who wants the facts andlittle else. The book is based on the author’s work with the Pythonnewsgroup: he reviewed more than 2500 questions and answers to thatnewsgroup in order to make sure the book covered what Python usersreally wanted to know. An earlier version of this book has beenavailable electronically for over a year, so the material has beentested by Python programmers in real-life applications. This version of Python Standard Librarycovers all the new modules and related information for Python 2.0, the first new major release of Python in four years.