Making an n-argument callable work as a callable with fewer arguments
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:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
[Sebastopol, California]
O'Reilly Media, Inc.
[2024]
|
Ausgabe: | [First edition]. |
Schriftenreihe: | Shortcuts
|
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-103622845 | ||
003 | DE-627-1 | ||
005 | 20240603113658.0 | ||
007 | cr uuu---uuuuu | ||
008 | 240603s2024 xx |||||o 00| ||eng c | ||
020 | |a 9781098171629 |c electronic bk. |9 978-1-0981-7162-9 | ||
020 | |a 1098171624 |c electronic bk. |9 1-0981-7162-4 | ||
035 | |a (DE-627-1)103622845 | ||
035 | |a (DE-599)KEP103622845 | ||
035 | |a (ORHE)9781098171629 | ||
035 | |a (DE-627-1)103622845 | ||
040 | |a DE-627 |b ger |c DE-627 |e rda | ||
041 | |a eng | ||
082 | 0 | |a 005.13/3 |2 23/eng/20240514 | |
100 | 1 | |a Beazley, David M. |e VerfasserIn |4 aut | |
245 | 1 | 0 | |a Making an n-argument callable work as a callable with fewer arguments |c David Beazley |
250 | |a [First edition]. | ||
264 | 1 | |a [Sebastopol, California] |b O'Reilly Media, Inc. |c [2024] | |
300 | |a 1 online resource (5 pages) | ||
336 | |a Text |b txt |2 rdacontent | ||
337 | |a Computermedien |b c |2 rdamedia | ||
338 | |a Online-Ressource |b cr |2 rdacarrier | ||
490 | 0 | |a Shortcuts | |
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 | 0 | |a Computer programming | |
650 | 4 | |a Python (Langage de programmation) | |
650 | 4 | |a Programmation (Informatique) | |
650 | 4 | |a computer programming | |
856 | 4 | 0 | |l TUM01 |p ZDB-30-ORH |q TUM_PDA_ORH |u https://learning.oreilly.com/library/view/-/9781098171629/?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-103622845 |
---|---|
_version_ | 1818767369754902528 |
adam_text | |
any_adam_object | |
author | Beazley, David M. |
author_facet | Beazley, David M. |
author_role | aut |
author_sort | Beazley, David M. |
author_variant | d m b dm dmb |
building | Verbundindex |
bvnumber | localTUM |
collection | ZDB-30-ORH |
ctrlnum | (DE-627-1)103622845 (DE-599)KEP103622845 (ORHE)9781098171629 |
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>01668nam a22004092 4500</leader><controlfield tag="001">ZDB-30-ORH-103622845</controlfield><controlfield tag="003">DE-627-1</controlfield><controlfield tag="005">20240603113658.0</controlfield><controlfield tag="007">cr uuu---uuuuu</controlfield><controlfield tag="008">240603s2024 xx |||||o 00| ||eng c</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781098171629</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">978-1-0981-7162-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1098171624</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">1-0981-7162-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-627-1)103622845</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)KEP103622845</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ORHE)9781098171629</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-627-1)103622845</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/20240514</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">Making an n-argument callable work as a callable with fewer arguments</subfield><subfield code="c">David Beazley</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></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="490" ind1="0" ind2=" "><subfield code="a">Shortcuts</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="0"><subfield code="a">Computer programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Python (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programmation (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">computer programming</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/-/9781098171629/?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-103622845 |
illustrated | Not Illustrated |
indexdate | 2024-12-18T08:48:47Z |
institution | BVB |
isbn | 9781098171629 1098171624 |
language | English |
open_access_boolean | |
owner | DE-91 DE-BY-TUM |
owner_facet | DE-91 DE-BY-TUM |
physical | 1 online resource (5 pages) |
psigel | ZDB-30-ORH |
publishDate | 2024 |
publishDateSearch | 2024 |
publishDateSort | 2024 |
publisher | O'Reilly Media, Inc. |
record_format | marc |
series2 | Shortcuts |
spelling | Beazley, David M. VerfasserIn aut Making an n-argument callable work as a callable with fewer arguments David Beazley [First edition]. [Sebastopol, California] O'Reilly Media, Inc. [2024] 1 online resource (5 pages) Text txt rdacontent Computermedien c rdamedia Online-Ressource cr rdacarrier Shortcuts 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) Computer programming Python (Langage de programmation) Programmation (Informatique) computer programming TUM01 ZDB-30-ORH TUM_PDA_ORH https://learning.oreilly.com/library/view/-/9781098171629/?ar X:ORHE Aggregator lizenzpflichtig Volltext |
spellingShingle | Beazley, David M. Making an n-argument callable work as a callable with fewer arguments Python (Computer program language) Computer programming Python (Langage de programmation) Programmation (Informatique) computer programming |
title | Making an n-argument callable work as a callable with fewer arguments |
title_auth | Making an n-argument callable work as a callable with fewer arguments |
title_exact_search | Making an n-argument callable work as a callable with fewer arguments |
title_full | Making an n-argument callable work as a callable with fewer arguments David Beazley |
title_fullStr | Making an n-argument callable work as a callable with fewer arguments David Beazley |
title_full_unstemmed | Making an n-argument callable work as a callable with fewer arguments David Beazley |
title_short | Making an n-argument callable work as a callable with fewer arguments |
title_sort | making an n argument callable work as a callable with fewer arguments |
topic | Python (Computer program language) Computer programming Python (Langage de programmation) Programmation (Informatique) computer programming |
topic_facet | Python (Computer program language) Computer programming Python (Langage de programmation) Programmation (Informatique) computer programming |
url | https://learning.oreilly.com/library/view/-/9781098171629/?ar |
work_keys_str_mv | AT beazleydavidm makingannargumentcallableworkasacallablewithfewerarguments |