|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn945763527 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr ||||||||||| |
008 |
151207s2016 inu gob 000 0 eng d |
040 |
|
|
|a NLE
|b eng
|e rda
|e pn
|c NLE
|d OCLCO
|d EBLCP
|d RECBK
|d HEBIS
|d OCLCF
|d UMI
|d COO
|d D6H
|d KSU
|d AZK
|d CCO
|d DEBBG
|d K6U
|d IDB
|d LOA
|d COCUF
|d UAB
|d PIFAG
|d FVL
|d LIV
|d MERUC
|d OCLCQ
|d ZCU
|d U3W
|d VVB
|d WRM
|d STF
|d CEF
|d CRU
|d ICG
|d VTS
|d AU@
|d UKMGB
|d G3B
|d MTU
|d TKN
|d GDC
|d A6Q
|d DKC
|d CNNOR
|d OCLCQ
|d UKAHL
|d HS0
|d UWK
|d RDF
|d ADU
|d NLW
|d OCLCQ
|d UKCRE
|d MERER
|d VLY
|d OCLCQ
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB628747
|2 bnb
|
016 |
7 |
|
|a 017660714
|2 Uk
|
019 |
|
|
|a 932340732
|a 952493357
|a 961643097
|
020 |
|
|
|a 9781119070788
|q (EPUB)
|
020 |
|
|
|a 1119070783
|
020 |
|
|
|a 9781119070832
|q (ebk)
|
020 |
|
|
|a 111907083X
|
020 |
|
|
|a 1119070856
|
020 |
|
|
|a 9781119070856
|
020 |
|
|
|z 9781119070856
|q (paperback)
|
029 |
1 |
|
|a CHNEW
|b 000893735
|
029 |
1 |
|
|a DEBBG
|b BV043627323
|
029 |
1 |
|
|a DEBBG
|b BV043969637
|
029 |
1 |
|
|a DEBSZ
|b 485801647
|
029 |
1 |
|
|a GBVCP
|b 882756753
|
029 |
1 |
|
|a NLGGC
|b 40226620X
|
029 |
1 |
|
|a UKMGB
|b 017660714
|
035 |
|
|
|a (OCoLC)945763527
|z (OCoLC)932340732
|z (OCoLC)952493357
|z (OCoLC)961643097
|
037 |
|
|
|a 9781119070788
|b Wiley
|
050 |
|
4 |
|a QA76.73.P98
|
082 |
0 |
4 |
|a 005.133
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Sneeringer, Luke,
|e author.
|
245 |
1 |
0 |
|a Professional Python /
|c Luke Sneeringer.
|
264 |
|
1 |
|a Indianapolis, Indiana :
|b Wrox,
|c [2016]
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
0 |
|
|a Wrox Programmer to Programmer
|
505 |
0 |
|
|a Table of Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Errata; p2p.wrox.com; Part I: Functions; Chapter 1: Decorators; Understanding Decorators; Decorator Syntax; Where Decorators Are Used; Why You Should Write Decorators; When You Should Write Decorators; Writing Decorators; Decorating Classes; Type Switching; Summary; Chapter 2: Context Managers; What Is a Context Manager?; Context Manager Syntax; When You Should Write Context Managers; A Simpler Syntax; Summary; Chapter 3: Generators.
|
505 |
8 |
|
|a Understanding What a Generator IsUnderstanding Generator Syntax; Communication with Generators; Iterables Versus Iterators; Generators in the Standard Library; When to Write Generators; When Are Generators Singletons?; Generators within Generators; Summary; Part II: Classes; Chapter 4: Magic Methods; Magic Method Syntax; Available Methods; Other Magic Methods; Summary; Chapter 5: Metaclasses; Classes and Objects; Writing Metaclasses; Using Metaclasses; When to Use Metaclasses; The Question of Explicit Opt-In; Meta-Coding; Summary; Chapter 6: Class Factories; A Review of type.
|
505 |
8 |
|
|a Understanding a Class Factory FunctionDetermining When You Should Write Class Factories; Summary; Chapter 7: Abstract Base Classes; Using Abstract Base Classes; Declaring a Virtual Subclass; Declaring a Protocol; Built-in Abstract Base Classes; Summary; Part III: Data; Chapter 8: Strings and Unicode; Text String Versus Byte String; Strings with Non-ASCII Characters; Other Encodings; Reading Files; Reading Other Sources; Specifying Python File Encodings; Strict Codecs; Summary; Chapter 9: Regular Expressions; Why Use Regular Expressions?; Regular Expressions in Python.
|
505 |
8 |
|
|a Basic Regular ExpressionsGrouping; Lookahead; Flags; Substitution; Compiled Regular Expressions; Summary; Part IV: Everything Else; Chapter 10: Python 2 Versus Python 3; Cross-Compatibility Strategies; Changes in Python 3; Standard Library Relocations; Version Detection; Summary; Chapter 11: Unit Testing; The Testing Continuum; Testing Code; Unit Testing Frameworks; Mocking; Other Testing Tools; Summary; Chapter 12: CLI Tools; OPTPARSE; ARGPARSE; Summary; Chapter 13: asyncio; The Event Loop; Coroutines; Futures and Tasks; Callbacks; Task Aggregation; Queues; Servers; Summary.
|
505 |
8 |
|
|a Chapter 14: StylePrinciples; Standards; Summary; End User License Agreement.
|
504 |
|
|
|a Includes bibliographical references.
|
520 |
|
|
|a With hands-on tutorials based on real-world scenarios, this useful guide goes beyond the basics to teach beginner- and intermediate-level Python programmers the little-known tools and constructs that build concise, maintainable code. --
|c Edited summary from book.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Python (Computer program language)
|
650 |
|
6 |
|a Python (Langage de programmation)
|
650 |
|
7 |
|a Python (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Sneeringer, Luke.
|t Professional Python.
|d : Wiley, ©2015
|z 9781119070856
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781119070856/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28825652
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28825513
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL4187169
|
938 |
|
|
|a Recorded Books, LLC
|b RECE
|n rbeEB00629464
|
994 |
|
|
|a 92
|b IZTAP
|