Cargando…

Programming Python /

Already the industry standard for Python users, ProgrammingPython fromO'Reilly just got even better. This third edition has been updated toreflect current best practices andthe abundance of changes introduced by the latest version of thelanguage, Python 2.5. Whether you're a novice or an a...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lutz, Mark
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly, 2006.
Edición:3rd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocm85789269
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 070307s2006 caua ob 001 0 eng d
010 |a  2006285805 
040 |a UMI  |b eng  |e pn  |c UMI  |d PFO  |d WAU  |d BAKER  |d CEF  |d OCLCQ  |d CUSER  |d DEBSZ  |d N$T  |d TEFOD  |d TXM  |d OCLCQ  |d OCLCF  |d OCLCQ  |d YDXCP  |d OCLCQ  |d UKBOL  |d C6I  |d E7B  |d EBLCP  |d MHW  |d OCLCQ  |d TEFOD  |d OCLCQ  |d COO  |d OCLCQ  |d AU@  |d OCLCQ  |d WYU  |d VT2  |d UKAHL  |d OCLCQ  |d DST  |d OCLCO  |d OCL  |d OCLCQ 
019 |a 71342918  |a 326784075  |a 772458370  |a 809734472  |a 861533470  |a 1058413043  |a 1065083288  |a 1100829647  |a 1103282971  |a 1129365946  |a 1202568458  |a 1240512774  |a 1300569370  |a 1303335218 
020 |a 9780596529420  |q (electronic bk.) 
020 |a 0596529422  |q (electronic bk.) 
020 |a 9780596554613  |q (electronic bk.) 
020 |a 0596554613  |q (electronic bk.) 
020 |z 0596009259 
020 |z 9780596009250 
024 8 |a 0596009259 
029 1 |a AU@  |b 000062580992 
029 1 |a DEBSZ  |b 355370514 
029 1 |a DEBSZ  |b 405505795 
029 1 |a AU@  |b 000066233209 
035 |a (OCoLC)85789269  |z (OCoLC)71342918  |z (OCoLC)326784075  |z (OCoLC)772458370  |z (OCoLC)809734472  |z (OCoLC)861533470  |z (OCoLC)1058413043  |z (OCoLC)1065083288  |z (OCoLC)1100829647  |z (OCoLC)1103282971  |z (OCoLC)1129365946  |z (OCoLC)1202568458  |z (OCoLC)1240512774  |z (OCoLC)1300569370  |z (OCoLC)1303335218 
037 |a CL0500000007  |b Safari Books Online 
037 |a A27CDE73-8B65-40B4-B37C-29B3A30D1317  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.P98  |b L88 2006 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Lutz, Mark. 
245 1 0 |a Programming Python /  |c Mark Lutz. 
250 |a 3rd ed. 
260 |a Sebastopol, Calif. :  |b O'Reilly,  |c 2006. 
300 |a 1 online resource (xlii, 1552 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
520 |a Already the industry standard for Python users, ProgrammingPython fromO'Reilly just got even better. This third edition has been updated toreflect current best practices andthe abundance of changes introduced by the latest version of thelanguage, Python 2.5. Whether you're a novice or an advancedpractitioner, you'll find thisrefreshed book more than lives up to its reputation. ProgrammingPython, 3rd Edition, teaches you the rightway to code. It explains Python language syntax and programmingtechniques in a clear and concisemanner, with numerous examples that illustrate both correct usage and. 
505 0 |a Table of Contents; Foreword; How Time Flies!; Coming Attractions; Concluding Remarks; Foreword to the Second Edition (2001); Foreword from the First Edition (1996); Preface; "And Now for Something Completely Different ... Again"; About This Book; About This Edition; Python Changes; Example Changes; Topic Changes; Focus Unchanged; This Book's Motivation; This Book's Structure; This Edition's Design; It's Been Updated for Python 2.4 (and 2.5); It's Been Reorganized; It Covers New Topics; It's Still Mostly Platform-Neutral; C integration code platform issues. 
505 8 |a It's Still Focused for a More Advanced AudienceIt's Still Example-Oriented; Using the Book's Examples; The Book Examples Tree; The Book Examples Distribution Package; Running Examples: The Short Story; Running Examples: The Details; Demos and gadgets; Setup requirements; Web-based examples; Top-level programs; Conventions Used in This Book; Safari® Enabled; Where to Look for Updates; Contacting O'Reilly; Using Code Examples; Acknowledgments; Part I; Introducing Python; "And Now for Something Completely Different"; Python Philosophy 101; The Life of Python; Signs of the Python Times. 
505 8 |a Recent Growth (As of 2005, at Least)The Compulsory Features List; What's Python Good For?; What's Python Not Good For?; Truth in Advertising; A Sneak Preview; "Programming Python: The Short Story"; The Task; Step 1: Representing Records; Using Lists; A database list; Field labels; Using Dictionaries; Other ways to make dictionaries; Lists of dictionaries; Nested structures; Dictionaries of dictionaries; Step 2: Storing Records Persistently; Using Formatted Files; Test data script; Data format script; Utility scripts; Using Pickle Files; Using Per-Record Pickle Files; Using Shelves. 
505 8 |a Step 3: Stepping Up to OOPUsing Classes; Adding Behavior; Adding Inheritance; Refactoring Code; Augmenting methods; Display format; Constructor customization; Alternative classes; Adding Persistence; Other Database Options; Step 4: Adding Console Interaction; A Console Shelve Interface; Step 5: Adding a GUI; GUI Basics; Using OOP for GUIs; Getting Input from a User; A GUI Shelve Interface; Coding the GUI; Using the GUI; Future directions; Step 6: Adding a Web Interface; CGI Basics; Running a Web Server; Using Query Strings and urllib; Formatting Reply Text; A Web-Based Shelve Interface. 
505 8 |a Coding the web siteUsing the web site; Future directions; The End of the Demo; Part II; System Tools; "The os.path to Knowledge"; Why Python Here?; The Next Five Chapters; System Scripting Overview; Python System Modules; Module Documentation Sources; Paging Documentation Strings; Introducing String Methods; File Operation Basics; Using Programs in Two Ways; Python Library Manuals; Commercially Published References; Introducing the sys Module; Platforms and Versions; The Module Search Path; The Loaded Modules Table; Exception Details; Other sys Module Exports; Introducing the os Module. 
542 |f Copyright © O'Reilly Media, Incorporated  |g 2006 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Python (Computer program language) 
650 0 |a Scripting languages (Computer science) 
650 6 |a Python (Langage de programmation) 
650 6 |a Langages de script (Informatique) 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Python (Computer program language)  |2 blmlsh 
650 7 |a Scripting languages (Computer science)  |2 fast  |0 (OCoLC)fst01741005 
650 7 |a Python (Computer program language)  |2 fast  |0 (OCoLC)fst01084736 
650 1 7 |a Python (programmeertaal)  |2 gtt 
776 0 8 |i Print version:  |z 0596009259  |w (OCoLC)65765375 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596009259/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26837877 
938 |a Baker & Taylor  |b BKTY  |c 59.99  |d 44.99  |i 0596009259  |n 0006736935  |s active 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL540858 
938 |a ebrary  |b EBRY  |n ebr10761892 
938 |a EBSCOhost  |b EBSC  |n 415084 
938 |a YBP Library Services  |b YANK  |n 7365641 
994 |a 92  |b IZTAP