Python essential reference:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Indianapolis, Ind.
Sams
2007
|
Ausgabe: | 3. ed., 4. print. |
Schriftenreihe: | Developer's library
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Klappentext |
Beschreibung: | XIII, 625 S. Ill. |
ISBN: | 0672328623 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022825539 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 070927s2007 a||| |||| 00||| eng d | ||
020 | |a 0672328623 |9 0-672-32862-3 | ||
035 | |a (OCoLC)254751312 | ||
035 | |a (DE-599)BVBBV022825539 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-355 | ||
050 | 0 | |a QA76.73.P98 | |
082 | 0 | |a 005.133 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Beazley, David M. |e Verfasser |0 (DE-588)122665821 |4 aut | |
245 | 1 | 0 | |a Python essential reference |c David M. Beazley |
246 | 1 | 3 | |a Python |
250 | |a 3. ed., 4. print. | ||
264 | 1 | |a Indianapolis, Ind. |b Sams |c 2007 | |
300 | |a XIII, 625 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Developer's library | |
650 | 0 | 7 | |a Befehlsvorrat |0 (DE-588)4129931-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |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 |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 0 | 1 | |a Befehlsvorrat |0 (DE-588)4129931-0 |D s |
689 | 0 | |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=016030827&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
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=016030827&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |3 Klappentext |
999 | |a oai:aleph.bib-bvb.de:BVB01-016030827 | ||
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 |
Datensatz im Suchindex
_version_ | 1804137106251972608 |
---|---|
adam_text | Table of
Introduction
I The Python Language
1
Running Python
Variables and Arithmetic Expressions
Conditionals
File Input and Output
Strings
Lists
Tuples
Sets
Dictionaries
Iteration and Looping
Functions
Classes
Exceptions
Modules
Getting Help
2
Line Structure and Indentation
Identifiers and Reserved Words
Literals
Operators, Delimiters, and Special Symbols
Documentation Strings
Decorators
Source Code Encoding
3
Terminology
Object
Reference Counting and Garbage Collection
References and Copies
Built-in
The Hone Type
Numeric Types
Sequence Types
Mapping Types
Set Types
Callable Types
Classes and Types
Modules
Files
Internal Types
Classic Classes
Special Methods
Object Creation, Destruction, and Representation
Attribute Access
Sequence and Mapping Methods
Iteration
Mathematical Operations
Comparison Operations
Callable Objects
Performance Considerations
4
Operations on Numbers
Operations on Sequences
Operations on Dictionaries
Operations on Sets
Augmented Assignment
The Attribute
Type Conversion
Unicode Strings
Boolean Expressions and Truth Values
Object Equality and Identity
Order of Evaluation
5
Conditionals
Loops and Iteration
Exceptions
viii Contents
Defining New Exceptions
Assertions and
6
Functions
Parameter Passing and Return Values
Scoping Rules
Functions as Objects
Recursion
The apply
The lambda Operator
map
List Comprehensions
Generators and yield
Generator Expressions
Function Decorators
eval
7
The class Statement
Class Instances
Reference Counting and Instance Destruction
Inheritance
Polymorphism
Information Hiding
Operator Overloading
Types and Class Membership Tests
Classic Classes
Metadasses
8
Modules
The Module Search Path
Module Loading and Compilation
Module Reloading
Packages
9
Reading Options and Environment Variables 111
Files and File Objects
Contents
Standard
The print. Statement
Persistence
Unicode I/O
10
Interpreter Options and Environment
Interactive Sessions
Launching Python AppEcations
Site Configuration Files
Enabling Future Features
Program Termination
11 The Python Library
11
Library
Library Overview
Preview
12
Built-in Functions
Built-in Exceptions
13
atexit
code
copy
copy^reg
__
gc
inspect
marshal
new
operator
pickle and cPickle
site
sys
traceback
Contents
types
warnings
weakref
UserDict, UserList, and UserString
14
cmath
decimal
math
random
15
array
bisect
collections
heapq
itertools
16
codecs
difflib
gettext
re
string
StringlO and cStrlnglO
struct
textwrap
unicodedata
17
Introduction
anydbm
bsddb
dbhash
dbm
dumbdbm
gdba
shelve
whichdb
Contents xi
18
bz2
csv
filecmp
fileinput
fnmatch
glob
gzip
tarfile
zipfile
zlib
19
commands
crypt
datetime
dl
errno
fcntl
getopt
getpass
grp
locale
logging
напар
msvcrt
optparse
os
os.path
platform
popen2
pwd
resource
slmtil
signal
stat
statvfs
subproces
xii Contents
tempfile 342
termios 344
time
tty 351
_winreg 351
20
Thread
Python
thread
threading
Queue
21
Introduction
asynchat
asyncore
select
socket
SoeketServer
22
BaseBTTPServer
cgi
cgitb
CGIHTŢBServer
Cookie
cookielib
DocXMtiRrCSerxrer
encodings, idiia
ftplib
.
imaplib
nntplib
poplib
robotparser
SimpleHïïPServer
SimpleXMLRPCServer
smtplib
Contents
urlłib
urlłib2
urlparşe
webbrawser 441
xmlrpclib
23
base64
binaseli
binhex
email
HTMLParser
maileap
mimetypes
quopri
rfc822
mi
xdrlib
xml
xml
xml.dom.minidom
xml.
xml.sax.saxutils
24
ћтас
md5
sha
25
Python Services
String Processing
Operating System Modules
Network
Internet Data HaudEng
Multimedia Services
Miscellaneous
26
doctest
hotshot
pdb
profile
pstats
timeit
unittest
III Extending and Embedding
27
Extension Module Example
Compilation of Extensions
Converting Data from Python to
Converting Data, from
Error Handling
Reference Counting
Calling
Abstract Object Layer
Low-level Functions on Built-in Types
Threads
Embedding
Defining New Python Types
Extension Building Tools
Index
Contents
Introduction
I The Python, Language
1
2
3
4
5
6
7
8
9
10
11 The Python Library
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Ш
27
Index
|
adam_txt |
Table of
Introduction
I The Python Language
1
Running Python
Variables and Arithmetic Expressions
Conditionals
File Input and Output
Strings
Lists
Tuples
Sets
Dictionaries
Iteration and Looping
Functions
Classes
Exceptions
Modules
Getting Help
2
Line Structure and Indentation
Identifiers and Reserved Words
Literals
Operators, Delimiters, and Special Symbols
Documentation Strings
Decorators
Source Code Encoding
3
Terminology
Object
Reference Counting and Garbage Collection
References and Copies
Built-in
The Hone Type
Numeric Types
Sequence Types
Mapping Types
Set Types
Callable Types
Classes and Types
Modules
Files
Internal Types
Classic Classes
Special Methods
Object Creation, Destruction, and Representation
Attribute Access
Sequence and Mapping Methods
Iteration
Mathematical Operations
Comparison Operations
Callable Objects
Performance Considerations
4
Operations on Numbers
Operations on Sequences
Operations on Dictionaries
Operations on Sets
Augmented Assignment
The Attribute
Type Conversion
Unicode Strings
Boolean Expressions and Truth Values
Object Equality and Identity
Order of Evaluation
5
Conditionals
Loops and Iteration
Exceptions
viii Contents
Defining New Exceptions
Assertions and
6
Functions
Parameter Passing and Return Values
Scoping Rules
Functions as Objects
Recursion
The apply
The lambda Operator
map
List Comprehensions
Generators and yield
Generator Expressions
Function Decorators
eval
7
The class Statement
Class Instances
Reference Counting and Instance Destruction
Inheritance
Polymorphism
Information Hiding
Operator Overloading
Types and Class Membership Tests
Classic Classes
Metadasses
8
Modules
The Module Search Path
Module Loading and Compilation
Module Reloading
Packages
9
Reading Options and Environment Variables 111
Files and File Objects
Contents
Standard
The print. Statement
Persistence
Unicode I/O
10
Interpreter Options and Environment
Interactive Sessions
Launching Python AppEcations
Site Configuration Files
Enabling Future Features
Program Termination
11 The Python Library
11
Library
Library Overview
Preview
12
Built-in Functions
Built-in Exceptions
13
atexit
code
copy
copy^reg
_
gc
inspect
marshal
new
operator
pickle and cPickle
site
sys
traceback
Contents
types
warnings
weakref
UserDict, UserList, and UserString
14
cmath
decimal
math
random
15
array
bisect
collections
heapq
itertools
16
codecs
difflib
gettext
re
string
StringlO and cStrlnglO
struct
textwrap
unicodedata
17
Introduction
anydbm
bsddb
dbhash
dbm
dumbdbm
gdba
shelve
whichdb
Contents xi
18
bz2
csv
filecmp
fileinput
fnmatch
glob
gzip
tarfile
zipfile
zlib
19
commands
crypt
datetime
dl
errno
fcntl
getopt
getpass
grp
locale
logging
напар
msvcrt
optparse
os
os.path
platform
popen2
pwd
resource
slmtil
signal
stat
statvfs
subproces
xii Contents
tempfile 342
termios 344
time
tty 351
_winreg 351
20
Thread
Python
thread
threading
Queue
21
Introduction
asynchat
asyncore
select
socket
SoeketServer
22
BaseBTTPServer
cgi
cgitb
CGIHTŢBServer
Cookie
cookielib
DocXMtiRrCSerxrer
encodings, idiia
ftplib
.
imaplib
nntplib
poplib
robotparser
SimpleHïïPServer
SimpleXMLRPCServer
smtplib
Contents
urlłib
urlłib2
urlparşe
webbrawser 441
xmlrpclib
23
base64
binaseli
binhex
email
HTMLParser
maileap
mimetypes
quopri
rfc822
mi
xdrlib
xml
xml
xml.dom.minidom
xml.
xml.sax.saxutils
24
ћтас
md5
sha
25
Python Services
String Processing
Operating System Modules
Network
Internet Data HaudEng
Multimedia Services
Miscellaneous
26
doctest
hotshot
pdb
profile
pstats
timeit
unittest
III Extending and Embedding
27
Extension Module Example
Compilation of Extensions
Converting Data from Python to
Converting Data, from
Error Handling
Reference Counting
Calling
Abstract Object Layer
Low-level Functions on Built-in Types
Threads
Embedding
Defining New Python Types
Extension Building Tools
Index
Contents
Introduction
I The Python, Language
1
2
3
4
5
6
7
8
9
10
11 The Python Library
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Ш
27
Index |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Beazley, David M. |
author_GND | (DE-588)122665821 |
author_facet | Beazley, David M. |
author_role | aut |
author_sort | Beazley, David M. |
author_variant | d m b dm dmb |
building | Verbundindex |
bvnumber | BV022825539 |
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)254751312 (DE-599)BVBBV022825539 |
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., 4. print. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01931nam a2200445 c 4500</leader><controlfield tag="001">BV022825539</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070927s2007 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0672328623</subfield><subfield code="9">0-672-32862-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)254751312</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022825539</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</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="100" ind1="1" ind2=" "><subfield code="a">Beazley, David M.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)122665821</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Python essential reference</subfield><subfield code="c">David M. Beazley</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Python</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. ed., 4. print.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Indianapolis, Ind.</subfield><subfield code="b">Sams</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIII, 625 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="490" ind1="0" ind2=" "><subfield code="a">Developer's library</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</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="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</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" 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="0" 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=016030827&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</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=016030827&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Klappentext</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-016030827</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></record></collection> |
genre | 1\p (DE-588)4188171-0 Verzeichnis gnd-content |
genre_facet | Verzeichnis |
id | DE-604.BV022825539 |
illustrated | Illustrated |
index_date | 2024-07-02T18:41:45Z |
indexdate | 2024-07-09T21:07:01Z |
institution | BVB |
isbn | 0672328623 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016030827 |
oclc_num | 254751312 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR |
owner_facet | DE-355 DE-BY-UBR |
physical | XIII, 625 S. Ill. |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Sams |
record_format | marc |
series2 | Developer's library |
spelling | Beazley, David M. Verfasser (DE-588)122665821 aut Python essential reference David M. Beazley Python 3. ed., 4. print. Indianapolis, Ind. Sams 2007 XIII, 625 S. Ill. txt rdacontent n rdamedia nc rdacarrier Developer's library Befehlsvorrat (DE-588)4129931-0 gnd rswk-swf Python Programmiersprache (DE-588)4434275-5 gnd rswk-swf 1\p (DE-588)4188171-0 Verzeichnis gnd-content 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=016030827&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016030827&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA Klappentext 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 | Beazley, David M. Python essential reference Befehlsvorrat (DE-588)4129931-0 gnd Python Programmiersprache (DE-588)4434275-5 gnd |
subject_GND | (DE-588)4129931-0 (DE-588)4434275-5 (DE-588)4188171-0 |
title | Python essential reference |
title_alt | Python |
title_auth | Python essential reference |
title_exact_search | Python essential reference |
title_exact_search_txtP | Python essential reference |
title_full | Python essential reference David M. Beazley |
title_fullStr | Python essential reference David M. Beazley |
title_full_unstemmed | Python essential reference David M. Beazley |
title_short | Python essential reference |
title_sort | python essential reference |
topic | Befehlsvorrat (DE-588)4129931-0 gnd Python Programmiersprache (DE-588)4434275-5 gnd |
topic_facet | Befehlsvorrat Python Programmiersprache Verzeichnis |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016030827&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016030827&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT beazleydavidm pythonessentialreference AT beazleydavidm python |