Programming Python: [powerful object-oriented programming]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2006
|
Ausgabe: | 3. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Früher mit der ISBN 0-596-00085-5 |
Beschreibung: | XLII, 1552 S. Ill. |
ISBN: | 0596009259 9780596009250 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV021784282 | ||
003 | DE-604 | ||
005 | 20070221 | ||
007 | t | ||
008 | 061026s2006 a||| |||| 00||| eng d | ||
016 | 7 | |a 97962827X |2 DE-101 | |
020 | |a 0596009259 |c Kt. : EUR 58.00 (freier Pr.), EUR 62.70 (AT) (freier Pr.), sfr 92.90 (freier Pr.) |9 0-596-00925-9 | ||
020 | |a 9780596009250 |9 978-0-596-00925-0 | ||
024 | 3 | |a 9780596009250 | |
035 | |a (OCoLC)255015728 | ||
035 | |a (DE-599)BVBBV021784282 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-1051 |a DE-92 |a DE-573 |a DE-898 |a DE-19 |a DE-20 |a DE-355 |a DE-83 |a DE-2070s |a DE-B768 | ||
050 | 0 | |a QA76.73.P98 | |
082 | 0 | |a 005.133 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Lutz, Mark |e Verfasser |4 aut | |
245 | 1 | 0 | |a Programming Python |b [powerful object-oriented programming] |c Mark Lutz |
250 | |a 3. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2006 | |
300 | |a XLII, 1552 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Früher mit der ISBN 0-596-00085-5 | ||
650 | 4 | |a Objektorientierte Programmierung | |
650 | 4 | |a Python <Programmiersprache> | |
650 | 4 | |a Python (Computer program language) | |
650 | 0 | 7 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Befehlsvorrat |0 (DE-588)4129931-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Python 2.4 |0 (DE-588)4813379-6 |2 gnd |9 rswk-swf |
655 | 7 | |8 1\p |0 (DE-588)4188171-0 |a Verzeichnis |2 gnd-content | |
689 | 0 | 0 | |a Python 2.4 |0 (DE-588)4813379-6 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 1 | 1 | |a Befehlsvorrat |0 (DE-588)4129931-0 |D s |
689 | 1 | |8 2\p |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014997017&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
883 | 1 | |8 2\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-014997017 |
Datensatz im Suchindex
_version_ | 1807956407129997312 |
---|---|
adam_text |
Table of
Contents
Foreword
. xiii
Preface
. xxi
Part I. The Beginning
1.
Introducing Python
. 3
"And Now for Something Completely Different"
3
Python Philosophy
101 3
The Life of Python
8
Signs of the Python Times
9
The Compulsory Features List
15
What's Python Good For?
17
What's Python Not Good For?
20
Truth in Advertising
22
2.
A Sneak Preview
. 24
"Programming Python: The Short Story"
24
The Task
24
Step
1:
Representing Records
25
Step
2:
Storing Records Persistently
35
Step
3:
Stepping Up to OOP
47
Step
4:
Adding Console Interaction
57
Step
5:
Adding a GUI
60
Step
6:
Adding a Web Interface
70
The End of the Demo
86
Part 11.
System Programming
3.
System Tools
.
89
"The os.path to Knowledge" 89
System Scripting Overview
90
Introducing the
sys
Module
Ю0
Introducing the os Module
Ю4
Script Execution Context
113
Current Working Directory
114
Command-Line Arguments
117
Shell Environment Variables
119
Standard Streams
123
4.
File and Directory Tools
.142
"Erase Your Hard Drive in Five Easy Steps
!" 142
File Tools
142
Directory Tools
159
5. Parallel System Tools
.175
"Telling the Monkeys What to Do"
175
Forking Processes
176
Threads
183
Program Exits
201
Interprocess Communication
208
Pipes
209
Signals
218
Other Ways to Start Programs
221
A Portable Program-Launch Framework
230
Other System Tools
235
6.
System Examples: Utilities
.236
"Splits and Joins and Alien Invasions"
236
Splitting and joining Files
237
Generating Forward-Link Web Pages
247
A Regression Test Script
251
Packing and Unpacking Files
254
Automated Program Launchers
265
7.
System
Examples: Directories
.294
"The
Greps
of Wrath"
294
Fixing DOS Line Ends
294
Fixing DOS Filenames
307
Searching Directory Trees
311
Visitor: Walking Trees Generically
317
Copying Directory Trees
339
Deleting Directory Trees
345
Comparing Directory Trees
349
Part III. GUI Programming
8.
Graphical User Interfaces
.
.365
"Here's Looking at You, Kid"
365
Python GUI Development Options
367
Tkinter Overview
371
Climbing the GUI Learning Curve
375
Tkinter Coding Basics
377
Tkinter Coding Alternatives
380
Adding Buttons and Callbacks
386
Adding User-Defined Callback Handlers
389
Adding Multiple Widgets
401
Customizing Widgets with Classes
406
Reusable GUI Components with Classes
408
The End of the Tutorial
414
Python/Tkinter for Tcl/Tk Converts
416
9.
ATkinterTour,Part
1.
.
4Ί8
"Widgets and Gadgets and GUIs, Oh My!"
418
Configuring Widget Appearance
419
Top-Level Windows
422
Dialogs
427
Binding Events
443
Message and Entry
448
Checkbutton, Radiobutton,
and Scale
456
Running GUI Code Three Ways
468
Images
478
Viewing and Processing Images with
PIL
483
Tabie of Contents
1
vii
10.
ATkinterTour,Part2
.499
"On Today's Menu: Spam, Spam, and Spam"
499
Menus
499
Listboxes and Scrollbars
511
Text
517
Canvas
529
Grids
543
Time Tools, Threads, and Animation
559
The End of the Tour
570
The PyDemos and PyGadgets Launchers
571
11.
GUI Coding Techniques
.583
"Building a Better Mouse Trap"
583
GuiMixin: Common Tool Mixin Classes
584
GuiMaker: Automating Menus and Toolbars
586
ShellGui: GUIs for Command-Line Tools
597
GuiStreams: Redirecting Streams to Widgets
605
Reloading Callback Handlers Dynamically
609
Wrapping Up
Top-Level
Window Interfaces
611
GUIs, Threads, and Queues
616
More Ways to Add GUIs to Non-GUI Code
624
12.
Complete GUI Programs
.636
"Python, Open Source, and
Cámaros"
636
PyEdit: A Text Editor Program/Object
638
PyPhoto: An Image Viewer and Resizer
657
PyView: An Image and Notes Slideshow
668
PyDraw: Painting and Moving Graphics
676
PyClock: An Analog/Digital Clock Widget
685
PyToe: A Tic-Tac-Toe Game Widget
700
Where to Go from Here
704
Part IV. Internet Programming
13.
Network Scripting
.709
"Tune In, Log On, and Drop Out"
709
Plumbing the Internet
713
Socket Programming
720
vffi
Handling Multiple Clients
732
A Simple Python File Server
753
14.
Client-Side Scripting
.766
"Socket to Me!"
766
FTP: Transferring Files over the Net
767
Processing Internet Email
808
POP: Fetching Email
809
SMTP: Sending Email
817
email: Parsing and Composing Mails
826
pymail: A Console-Based Email Client
831
The mailtools Utility Package
839
NNTP: Accessing Newsgroups
862
HTTP: Accessing Web Sites
866
Module urllib Revisited
869
Other Client-Side Scripting Options
874
15.
The PyMailGUI Client
.876
"Use the Source, Luke"
876
A PyMailGUI Demo
883
PyMailGUI Implementation
911
16.
Server-Side Scripting
.962
"Oh What a Tangled Web We Weave"
962
What's a Server-Side CGI Script?
962
Running Server-Side Examples
966
Climbing the CGI Learning Curve
971
Saving State Information in CGI Scripts
1011
The Hello World Selector
1020
Refactoring Code
for Maintainability
1029
More on HTML and URL Escapes
1038
Transferring Files to Clients and Servers
1046
17.
The PyMailCGI Server
.1063
"Things to Do When Visiting Chicago"
1063
The PyMailCGI Web Site
1064
The Root Page
1070
Sending Mail by SMTP
1073
Reading POP Email
1080
Table of Contents
Processing
Fetched Mail
1097
Utility Modules
1106
CGI Script Trade-Offs
1121
18.
Advanced Internet Topics
.1129
"Surfing on the Shoulders of Giants"
1129
Zope: A Web
Application Framework
1130
HTMLgen: Web Pages from Objects
1145
Jython: Python for Java
1150
Grail
:
A Python-Based Web Browser
1161
XML Processing Tools
1164
Windows Web Scripting Extensions
1169
Python Server Pages
1186
Rolling Your Own Servers in Python
1189
And Other Cool Stuff
1190
Part V. Tools and Techniques
19.
Databases and Persistence
.1197
"Give Me an Order of Persistence, but Hold the Pickles"
1197
Persistence Options in Python
1197
DBM Files
1198
Pickled Objects
1201
Shelve Files
1207
The ZODB Object-Oriented Database
1216
SQL Database Interfaces
1227
PyForm: A Persistent Object Viewer
1254
20.
Data Structures
.1280
"Roses Are Red, Violets Are Blue; Lists Are Mutable, and So Is Set Foo"
1280
Implementing Stacks
1281
Implementing Sets
1293
Subclassing Built-in Types
1304
Binary Search Trees
1307
Graph Searching
1312
Reversing Sequences
1316
Permuting Sequences
1318
Sorting Sequences
1320
x I Table of Contents
Data Structures Versus Python Built-Ins
1322
PyTree: A Generic Tree Object Viewer
1323
21.
TextandLanguage
.1336
"See Jack Hack. Hack, Jack, Hack"
1336
Strategies for Parsing Text in Python
1336
String Method Utilities
1337
Regular Expression Pattern Matching
1346
Advanced Language Tools
1357
Handcoded Parsers
1359
PyCalc: A Calculator Program/Object
1377
Part VI. Integration
22.
Extending Python
.1405
"I Am Lost at C"
1405
Integration Modes
1406
С
Extensions Overview
1408
A Simple
С
Extension Module
1409
Extension Module Details
1412
The SWIG Integration Code Generator
1422
Wrapping
С
Environment Calls
1428
A C Extension Module String Stack
1434
А С
Extension Type String Stack
1439
Wrapping
C++
Classes with SWIG
1451
Other Extending Tools
1460
23.
Embedding Python
.1463
"Add Python. Mix Well. Repeat.
" 1463
С
Embedding API Overview
1463
Basic Embedding Techniques
1466
Registering Callback Handler Objects
1478
Using Python Classes in
С
1483
A High-Level Embedding API: ppembed
1486
Other Integration Topics
1499
Table of
Contente
Part
VII.
The End
24.
Conclusion: Python and the Development Cycle
.1507
"That's the End of the Book, Now Here's the Meaning of Life"
1507
"Something's Wrong with the Way We Program Computers"
1507
The "Gilligan Factor"
1508
Doing the Right Thing
1509
Enter Python
1510
But What About That Bottleneck?
1512
On Sinking the Titanic
1516
So What's "Python: The Sequel"?
1518
In the Final Analysis
. 1519
Postscript to the Second Edition
(2000) 1520
Postscript to the Third Edition
(2006) 1522
Index
.1525
xii
I Table of Contents |
adam_txt |
Table of
Contents
Foreword
. xiii
Preface
. xxi
Part I. The Beginning
1.
Introducing Python
. 3
"And Now for Something Completely Different"
3
Python Philosophy
101 3
The Life of Python
8
Signs of the Python Times
9
The Compulsory Features List
15
What's Python Good For?
17
What's Python Not Good For?
20
Truth in Advertising
22
2.
A Sneak Preview
. 24
"Programming Python: The Short Story"
24
The Task
24
Step
1:
Representing Records
25
Step
2:
Storing Records Persistently
35
Step
3:
Stepping Up to OOP
47
Step
4:
Adding Console Interaction
57
Step
5:
Adding a GUI
60
Step
6:
Adding a Web Interface
70
The End of the Demo
86
Part 11.
System Programming
3.
System Tools
.
89
"The os.path to Knowledge" 89
System Scripting Overview
90
Introducing the
sys
Module
Ю0
Introducing the os Module
Ю4
Script Execution Context
113
Current Working Directory
114
Command-Line Arguments
117
Shell Environment Variables
119
Standard Streams
123
4.
File and Directory Tools
.142
"Erase Your Hard Drive in Five Easy Steps
!" 142
File Tools
142
Directory Tools
159
5. Parallel System Tools
.175
"Telling the Monkeys What to Do"
175
Forking Processes
176
Threads
183
Program Exits
201
Interprocess Communication
208
Pipes
209
Signals
218
Other Ways to Start Programs
221
A Portable Program-Launch Framework
230
Other System Tools
235
6.
System Examples: Utilities
.236
"Splits and Joins and Alien Invasions"
236
Splitting and joining Files
237
Generating Forward-Link Web Pages
247
A Regression Test Script
251
Packing and Unpacking Files
254
Automated Program Launchers
265
7.
System
Examples: Directories
.294
"The
Greps
of Wrath"
294
Fixing DOS Line Ends
294
Fixing DOS Filenames
307
Searching Directory Trees
311
Visitor: Walking Trees Generically
317
Copying Directory Trees
339
Deleting Directory Trees
345
Comparing Directory Trees
349
Part III. GUI Programming
8.
Graphical User Interfaces
.
.365
"Here's Looking at You, Kid"
365
Python GUI Development Options
367
Tkinter Overview
371
Climbing the GUI Learning Curve
375
Tkinter Coding Basics
377
Tkinter Coding Alternatives
380
Adding Buttons and Callbacks
386
Adding User-Defined Callback Handlers
389
Adding Multiple Widgets
401
Customizing Widgets with Classes
406
Reusable GUI Components with Classes
408
The End of the Tutorial
414
Python/Tkinter for Tcl/Tk Converts
416
9.
ATkinterTour,Part
1.
.
4Ί8
"Widgets and Gadgets and GUIs, Oh My!"
418
Configuring Widget Appearance
419
Top-Level Windows
422
Dialogs
427
Binding Events
443
Message and Entry
448
Checkbutton, Radiobutton,
and Scale
456
Running GUI Code Three Ways
468
Images
478
Viewing and Processing Images with
PIL
483
Tabie of Contents
1
vii
10.
ATkinterTour,Part2
.499
"On Today's Menu: Spam, Spam, and Spam"
499
Menus
499
Listboxes and Scrollbars
511
Text
517
Canvas
529
Grids
543
Time Tools, Threads, and Animation
559
The End of the Tour
570
The PyDemos and PyGadgets Launchers
571
11.
GUI Coding Techniques
.583
"Building a Better Mouse Trap"
583
GuiMixin: Common Tool Mixin Classes
584
GuiMaker: Automating Menus and Toolbars
586
ShellGui: GUIs for Command-Line Tools
597
GuiStreams: Redirecting Streams to Widgets
605
Reloading Callback Handlers Dynamically
609
Wrapping Up
Top-Level
Window Interfaces
611
GUIs, Threads, and Queues
616
More Ways to Add GUIs to Non-GUI Code
624
12.
Complete GUI Programs
.636
"Python, Open Source, and
Cámaros"
636
PyEdit: A Text Editor Program/Object
638
PyPhoto: An Image Viewer and Resizer
657
PyView: An Image and Notes Slideshow
668
PyDraw: Painting and Moving Graphics
676
PyClock: An Analog/Digital Clock Widget
685
PyToe: A Tic-Tac-Toe Game Widget
700
Where to Go from Here
704
Part IV. Internet Programming
13.
Network Scripting
.709
"Tune In, Log On, and Drop Out"
709
Plumbing the Internet
713
Socket Programming
720
vffi
Handling Multiple Clients
732
A Simple Python File Server
753
14.
Client-Side Scripting
.766
"Socket to Me!"
766
FTP: Transferring Files over the Net
767
Processing Internet Email
808
POP: Fetching Email
809
SMTP: Sending Email
817
email: Parsing and Composing Mails
826
pymail: A Console-Based Email Client
831
The mailtools Utility Package
839
NNTP: Accessing Newsgroups
862
HTTP: Accessing Web Sites
866
Module urllib Revisited
869
Other Client-Side Scripting Options
874
15.
The PyMailGUI Client
.876
"Use the Source, Luke"
876
A PyMailGUI Demo
883
PyMailGUI Implementation
911
16.
Server-Side Scripting
.962
"Oh What a Tangled Web We Weave"
962
What's a Server-Side CGI Script?
962
Running Server-Side Examples
966
Climbing the CGI Learning Curve
971
Saving State Information in CGI Scripts
1011
The Hello World Selector
1020
Refactoring Code
for Maintainability
1029
More on HTML and URL Escapes
1038
Transferring Files to Clients and Servers
1046
17.
The PyMailCGI Server
.1063
"Things to Do When Visiting Chicago"
1063
The PyMailCGI Web Site
1064
The Root Page
1070
Sending Mail by SMTP
1073
Reading POP Email
1080
Table of Contents
Processing
Fetched Mail
1097
Utility Modules
1106
CGI Script Trade-Offs
1121
18.
Advanced Internet Topics
.1129
"Surfing on the Shoulders of Giants"
1129
Zope: A Web
Application Framework
1130
HTMLgen: Web Pages from Objects
1145
Jython: Python for Java
1150
Grail
:
A Python-Based Web Browser
1161
XML Processing Tools
1164
Windows Web Scripting Extensions
1169
Python Server Pages
1186
Rolling Your Own Servers in Python
1189
And Other Cool Stuff
1190
Part V. Tools and Techniques
19.
Databases and Persistence
.1197
"Give Me an Order of Persistence, but Hold the Pickles"
1197
Persistence Options in Python
1197
DBM Files
1198
Pickled Objects
1201
Shelve Files
1207
The ZODB Object-Oriented Database
1216
SQL Database Interfaces
1227
PyForm: A Persistent Object Viewer
1254
20.
Data Structures
.1280
"Roses Are Red, Violets Are Blue; Lists Are Mutable, and So Is Set Foo"
1280
Implementing Stacks
1281
Implementing Sets
1293
Subclassing Built-in Types
1304
Binary Search Trees
1307
Graph Searching
1312
Reversing Sequences
1316
Permuting Sequences
1318
Sorting Sequences
1320
x I Table of Contents
Data Structures Versus Python Built-Ins
1322
PyTree: A Generic Tree Object Viewer
1323
21.
TextandLanguage
.1336
"See Jack Hack. Hack, Jack, Hack"
1336
Strategies for Parsing Text in Python
1336
String Method Utilities
1337
Regular Expression Pattern Matching
1346
Advanced Language Tools
1357
Handcoded Parsers
1359
PyCalc: A Calculator Program/Object
1377
Part VI. Integration
22.
Extending Python
.1405
"I Am Lost at C"
1405
Integration Modes
1406
С
Extensions Overview
1408
A Simple
С
Extension Module
1409
Extension Module Details
1412
The SWIG Integration Code Generator
1422
Wrapping
С
Environment Calls
1428
A C Extension Module String Stack
1434
А С
Extension Type String Stack
1439
Wrapping
C++
Classes with SWIG
1451
Other Extending Tools
1460
23.
Embedding Python
.1463
"Add Python. Mix Well. Repeat.
" 1463
С
Embedding API Overview
1463
Basic Embedding Techniques
1466
Registering Callback Handler Objects
1478
Using Python Classes in
С
1483
A High-Level Embedding API: ppembed
1486
Other Integration Topics
1499
Table of
Contente
Part
VII.
The End
24.
Conclusion: Python and the Development Cycle
.1507
"That's the End of the Book, Now Here's the Meaning of Life"
1507
"Something's Wrong with the Way We Program Computers"
1507
The "Gilligan Factor"
1508
Doing the Right Thing
1509
Enter Python
1510
But What About That Bottleneck?
1512
On Sinking the Titanic
1516
So What's "Python: The Sequel"?
1518
In the Final Analysis
. 1519
Postscript to the Second Edition
(2000) 1520
Postscript to the Third Edition
(2006) 1522
Index
.1525
xii
I Table of Contents |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Lutz, Mark |
author_facet | Lutz, Mark |
author_role | aut |
author_sort | Lutz, Mark |
author_variant | m l ml |
building | Verbundindex |
bvnumber | BV021784282 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.P98 |
callnumber-search | QA76.73.P98 |
callnumber-sort | QA 276.73 P98 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 250 |
ctrlnum | (OCoLC)255015728 (DE-599)BVBBV021784282 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 3. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV021784282</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20070221</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">061026s2006 a||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">97962827X</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0596009259</subfield><subfield code="c">Kt. : EUR 58.00 (freier Pr.), EUR 62.70 (AT) (freier Pr.), sfr 92.90 (freier Pr.)</subfield><subfield code="9">0-596-00925-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780596009250</subfield><subfield code="9">978-0-596-00925-0</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9780596009250</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)255015728</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV021784282</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1051</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-898</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-2070s</subfield><subfield code="a">DE-B768</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.P98</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.133</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Lutz, Mark</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Programming Python</subfield><subfield code="b">[powerful object-oriented programming]</subfield><subfield code="c">Mark Lutz</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XLII, 1552 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Früher mit der ISBN 0-596-00085-5</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Objektorientierte Programmierung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Python <Programmiersprache></subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Python (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python 2.4</subfield><subfield code="0">(DE-588)4813379-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="8">1\p</subfield><subfield code="0">(DE-588)4188171-0</subfield><subfield code="a">Verzeichnis</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Python 2.4</subfield><subfield code="0">(DE-588)4813379-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Befehlsvorrat</subfield><subfield code="0">(DE-588)4129931-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014997017&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-014997017</subfield></datafield></record></collection> |
genre | 1\p (DE-588)4188171-0 Verzeichnis gnd-content |
genre_facet | Verzeichnis |
id | DE-604.BV021784282 |
illustrated | Illustrated |
index_date | 2024-07-02T15:42:33Z |
indexdate | 2024-08-21T00:53:10Z |
institution | BVB |
isbn | 0596009259 9780596009250 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-014997017 |
oclc_num | 255015728 |
open_access_boolean | |
owner | DE-1051 DE-92 DE-573 DE-898 DE-BY-UBR DE-19 DE-BY-UBM DE-20 DE-355 DE-BY-UBR DE-83 DE-2070s DE-B768 |
owner_facet | DE-1051 DE-92 DE-573 DE-898 DE-BY-UBR DE-19 DE-BY-UBM DE-20 DE-355 DE-BY-UBR DE-83 DE-2070s DE-B768 |
physical | XLII, 1552 S. Ill. |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | O'Reilly |
record_format | marc |
spelling | Lutz, Mark Verfasser aut Programming Python [powerful object-oriented programming] Mark Lutz 3. ed. Beijing [u.a.] O'Reilly 2006 XLII, 1552 S. Ill. txt rdacontent n rdamedia nc rdacarrier Früher mit der ISBN 0-596-00085-5 Objektorientierte Programmierung Python <Programmiersprache> Python (Computer program language) Python Programmiersprache (DE-588)4434275-5 gnd rswk-swf Befehlsvorrat (DE-588)4129931-0 gnd rswk-swf Python 2.4 (DE-588)4813379-6 gnd rswk-swf 1\p (DE-588)4188171-0 Verzeichnis gnd-content Python 2.4 (DE-588)4813379-6 s DE-604 Python Programmiersprache (DE-588)4434275-5 s Befehlsvorrat (DE-588)4129931-0 s 2\p DE-604 Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014997017&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk 2\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Lutz, Mark Programming Python [powerful object-oriented programming] Objektorientierte Programmierung Python <Programmiersprache> Python (Computer program language) Python Programmiersprache (DE-588)4434275-5 gnd Befehlsvorrat (DE-588)4129931-0 gnd Python 2.4 (DE-588)4813379-6 gnd |
subject_GND | (DE-588)4434275-5 (DE-588)4129931-0 (DE-588)4813379-6 (DE-588)4188171-0 |
title | Programming Python [powerful object-oriented programming] |
title_auth | Programming Python [powerful object-oriented programming] |
title_exact_search | Programming Python [powerful object-oriented programming] |
title_exact_search_txtP | Programming Python [powerful object-oriented programming] |
title_full | Programming Python [powerful object-oriented programming] Mark Lutz |
title_fullStr | Programming Python [powerful object-oriented programming] Mark Lutz |
title_full_unstemmed | Programming Python [powerful object-oriented programming] Mark Lutz |
title_short | Programming Python |
title_sort | programming python powerful object oriented programming |
title_sub | [powerful object-oriented programming] |
topic | Objektorientierte Programmierung Python <Programmiersprache> Python (Computer program language) Python Programmiersprache (DE-588)4434275-5 gnd Befehlsvorrat (DE-588)4129931-0 gnd Python 2.4 (DE-588)4813379-6 gnd |
topic_facet | Objektorientierte Programmierung Python <Programmiersprache> Python (Computer program language) Python Programmiersprache Befehlsvorrat Python 2.4 Verzeichnis |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014997017&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT lutzmark programmingpythonpowerfulobjectorientedprogramming |