Extending a property in a subclass
Build your knowledge of Python, the world's favorite programming language, with this Shortcuts collection. These recipes address a range of well-known and more advanced function definitions, as well as common programming patterns for class and object definitions.
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
[Sebastopol, California]
O'Reilly Media, Inc.
[2024]
|
Ausgabe: | [First edition]. |
Schlagworte: | |
Online-Zugang: | lizenzpflichtig |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
MARC
LEADER | 00000nam a22000002 4500 | ||
---|---|---|---|
001 | ZDB-30-ORH-106608207 | ||
003 | DE-627-1 | ||
005 | 20240902105240.0 | ||
007 | cr uuu---uuuuu | ||
008 | 240902s2024 xx |||||o 00| ||eng c | ||
020 | |a 9781098171766 |c electronic bk. |9 978-1-0981-7176-6 | ||
020 | |a 1098171764 |c electronic bk. |9 1-0981-7176-4 | ||
035 | |a (DE-627-1)106608207 | ||
035 | |a (DE-599)KEP106608207 | ||
035 | |a (ORHE)9781098171766 | ||
035 | |a (DE-627-1)106608207 | ||
040 | |a DE-627 |b ger |c DE-627 |e rda | ||
041 | |a eng | ||
082 | 0 | |a 005.13/3 |2 23/eng/20240806 | |
100 | 1 | |a Beazley, David M. |e VerfasserIn |4 aut | |
245 | 1 | 0 | |a Extending a property in a subclass |c David Beazley and Brian K. Jones |
250 | |a [First edition]. | ||
264 | 1 | |a [Sebastopol, California] |b O'Reilly Media, Inc. |c [2024] | |
300 | |a 1 online resource (5 pages) |b illustrations | ||
336 | |a Text |b txt |2 rdacontent | ||
337 | |a Computermedien |b c |2 rdamedia | ||
338 | |a Online-Ressource |b cr |2 rdacarrier | ||
520 | |a Build your knowledge of Python, the world's favorite programming language, with this Shortcuts collection. These recipes address a range of well-known and more advanced function definitions, as well as common programming patterns for class and object definitions. | ||
650 | 0 | |a Python (Computer program language) | |
650 | 4 | |a Python (Langage de programmation) | |
700 | 1 | |a Jones, Brian K. |d 1973- |e VerfasserIn |4 aut | |
856 | 4 | 0 | |l TUM01 |p ZDB-30-ORH |q TUM_PDA_ORH |u https://learning.oreilly.com/library/view/-/9781098171766/?ar |m X:ORHE |x Aggregator |z lizenzpflichtig |3 Volltext |
912 | |a ZDB-30-ORH | ||
951 | |a BO | ||
912 | |a ZDB-30-ORH | ||
049 | |a DE-91 |
Datensatz im Suchindex
DE-BY-TUM_katkey | ZDB-30-ORH-106608207 |
---|---|
_version_ | 1818767365470420992 |
adam_text | |
any_adam_object | |
author | Beazley, David M. Jones, Brian K. 1973- |
author_facet | Beazley, David M. Jones, Brian K. 1973- |
author_role | aut aut |
author_sort | Beazley, David M. |
author_variant | d m b dm dmb b k j bk bkj |
building | Verbundindex |
bvnumber | localTUM |
collection | ZDB-30-ORH |
ctrlnum | (DE-627-1)106608207 (DE-599)KEP106608207 (ORHE)9781098171766 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | [First edition]. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01579nam a22003732 4500</leader><controlfield tag="001">ZDB-30-ORH-106608207</controlfield><controlfield tag="003">DE-627-1</controlfield><controlfield tag="005">20240902105240.0</controlfield><controlfield tag="007">cr uuu---uuuuu</controlfield><controlfield tag="008">240902s2024 xx |||||o 00| ||eng c</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781098171766</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">978-1-0981-7176-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1098171764</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">1-0981-7176-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-627-1)106608207</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)KEP106608207</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ORHE)9781098171766</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-627-1)106608207</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-627</subfield><subfield code="b">ger</subfield><subfield code="c">DE-627</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1=" " ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">23/eng/20240806</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Beazley, David M.</subfield><subfield code="e">VerfasserIn</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Extending a property in a subclass</subfield><subfield code="c">David Beazley and Brian K. Jones</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">[First edition].</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">[Sebastopol, California]</subfield><subfield code="b">O'Reilly Media, Inc.</subfield><subfield code="c">[2024]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (5 pages)</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">Text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">Computermedien</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">Online-Ressource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Build your knowledge of Python, the world's favorite programming language, with this Shortcuts collection. These recipes address a range of well-known and more advanced function definitions, as well as common programming patterns for class and object definitions.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Python (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Python (Langage de programmation)</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Jones, Brian K.</subfield><subfield code="d">1973-</subfield><subfield code="e">VerfasserIn</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">TUM01</subfield><subfield code="p">ZDB-30-ORH</subfield><subfield code="q">TUM_PDA_ORH</subfield><subfield code="u">https://learning.oreilly.com/library/view/-/9781098171766/?ar</subfield><subfield code="m">X:ORHE</subfield><subfield code="x">Aggregator</subfield><subfield code="z">lizenzpflichtig</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-ORH</subfield></datafield><datafield tag="951" ind1=" " ind2=" "><subfield code="a">BO</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-ORH</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91</subfield></datafield></record></collection> |
id | ZDB-30-ORH-106608207 |
illustrated | Illustrated |
indexdate | 2024-12-18T08:48:43Z |
institution | BVB |
isbn | 9781098171766 1098171764 |
language | English |
open_access_boolean | |
owner | DE-91 DE-BY-TUM |
owner_facet | DE-91 DE-BY-TUM |
physical | 1 online resource (5 pages) illustrations |
psigel | ZDB-30-ORH |
publishDate | 2024 |
publishDateSearch | 2024 |
publishDateSort | 2024 |
publisher | O'Reilly Media, Inc. |
record_format | marc |
spelling | Beazley, David M. VerfasserIn aut Extending a property in a subclass David Beazley and Brian K. Jones [First edition]. [Sebastopol, California] O'Reilly Media, Inc. [2024] 1 online resource (5 pages) illustrations Text txt rdacontent Computermedien c rdamedia Online-Ressource cr rdacarrier Build your knowledge of Python, the world's favorite programming language, with this Shortcuts collection. These recipes address a range of well-known and more advanced function definitions, as well as common programming patterns for class and object definitions. Python (Computer program language) Python (Langage de programmation) Jones, Brian K. 1973- VerfasserIn aut TUM01 ZDB-30-ORH TUM_PDA_ORH https://learning.oreilly.com/library/view/-/9781098171766/?ar X:ORHE Aggregator lizenzpflichtig Volltext |
spellingShingle | Beazley, David M. Jones, Brian K. 1973- Extending a property in a subclass Python (Computer program language) Python (Langage de programmation) |
title | Extending a property in a subclass |
title_auth | Extending a property in a subclass |
title_exact_search | Extending a property in a subclass |
title_full | Extending a property in a subclass David Beazley and Brian K. Jones |
title_fullStr | Extending a property in a subclass David Beazley and Brian K. Jones |
title_full_unstemmed | Extending a property in a subclass David Beazley and Brian K. Jones |
title_short | Extending a property in a subclass |
title_sort | extending a property in a subclass |
topic | Python (Computer program language) Python (Langage de programmation) |
topic_facet | Python (Computer program language) Python (Langage de programmation) |
url | https://learning.oreilly.com/library/view/-/9781098171766/?ar |
work_keys_str_mv | AT beazleydavidm extendingapropertyinasubclass AT jonesbriank extendingapropertyinasubclass |