001483885 000__ 07154cam\\2200673Ii\4500 001483885 001__ 1483885 001483885 003__ OCoLC 001483885 005__ 20240117003306.0 001483885 006__ m\\\\\o\\d\\\\\\\\ 001483885 007__ cr\cn\nnnunnun 001483885 008__ 170310t20172017nyua\\\\ob\\\\001\0\eng\d 001483885 019__ $$a975141662$$a975224866$$a975429521$$a975859111$$a976058845$$a976209153$$a978387945$$a980303849$$a984867093$$a999582774$$a1000294409$$a1001300290$$a1005770388$$a1008961519$$a1012054235$$a1029500388$$a1048173609$$a1058622746$$a1060191981$$a1066446868$$a1066463082$$a1086423945$$a1088958407$$a1097093310$$a1103255418$$a1105181241$$a1122816381$$a1179828757$$a1203989184$$a1295599056$$a1295911836$$a1295995628$$a1300610492$$a1303325159 001483885 020__ $$a9781484200285$$q(electronic bk.) 001483885 020__ $$a1484200284$$q(electronic bk.) 001483885 020__ $$z9781484200292 001483885 020__ $$z1484200292 001483885 0247_ $$a10.1007/978-1-4842-0028-5$$2doi 001483885 0248_ $$a10.1007/978-1-4842-0 001483885 035__ $$aSP(OCoLC)974946862 001483885 040__ $$aN$T$$beng$$erda$$epn$$cN$T$$dN$T$$dGW5XE$$dEBLCP$$dYDX$$dOCLCF$$dUMI$$dUAB$$dSTF$$dTOH$$dIOG$$dAZU$$dUPM$$dESU$$dJBG$$dIAD$$dICW$$dICN$$dVT2$$dOTZ$$dK6U$$dOCLCQ$$dMERUC$$dTEFOD$$dNAM$$dIDB$$dU3W$$dCAUOI$$dD6H$$dIDEBK$$dCEF$$dKSU$$dRRP$$dOCLCQ$$dDEBBG$$dCOO$$dWYU$$dOCLCQ$$dAUD$$dLEAUB$$dUKAHL$$dLQU$$dOCLCQ$$dERF$$dLEATE$$dOCLCQ$$dVP@$$dUBY$$dOCLCQ$$dAJS$$dBRF$$dLIV$$dDCT$$dCZL$$dDST$$dOCLCO$$dOCLCQ$$dOCL$$dOCLCQ$$dOCLCO 001483885 049__ $$aISEA 001483885 050_4 $$aQA76.73.P98$$bH48 2017eb 001483885 08204 $$a005.13/3$$223 001483885 1001_ $$aHetland, Magnus Lie,$$eauthor. 001483885 24510 $$aBeginning Python :$$bfrom novice to professional /$$cMagnus Lie Hetland. 001483885 250__ $$aThird edition. 001483885 264_1 $$aNew York :$$bApress,$$c[2017] 001483885 264_4 $$c©2017 001483885 300__ $$a1 online resource (xxxii, 527 pages) :$$billustrations 001483885 336__ $$atext$$btxt$$2rdacontent 001483885 337__ $$acomputer$$bc$$2rdamedia 001483885 338__ $$aonline resource$$bcr$$2rdacarrier 001483885 347__ $$atext file$$bPDF$$2rda 001483885 4900_ $$aITpro collection 001483885 504__ $$aIncludes bibliographical references and index. 001483885 5050_ $$aAt a Glance; Contents; About the Author; About the Technical Reviewer; Preface; Introduction; Chapter 1: Instant Hacking: The Basics; The Interactive Interpreter; Algo ... What?; Numbers and Expressions; Hexadecimals Octals and Binary; Variables; Statements; Getting Input from the User; Functions; Modules; cmath and Complex Numbers; Back to the __future__; Saving and Executing Your Programs; Running Your Python Scripts from a Command Prompt; Making Your Scripts Behave Like Normal Programs; What About Double-Clicking?; Comments; Strings; Single-Quoted Strings and Escaping Quotes. 001483885 5058_ $$aConcatenating StringsString Representations, str and repr; Long Strings, Raw Strings, and bytes; Long Strings; Raw Strings; Unicode, bytes, and bytearray; A Quick Summary; New Functions in This Chapter; What Now?; Chapter 2: Lists and Tuples; Sequence Overview; Common Sequence Operations; Indexing; Slicing; A Nifty Shortcut; Longer Steps; Adding Sequences; Multiplication; None, Empty Lists, and Initialization; Membership; Length, Minimum, and Maximum; Lists: Python's Workhorse; The list Function; Basic List Operations; Changing Lists: Item Assignments; Deleting Elements; Assigning to Slices. 001483885 5058_ $$aList Methodsappend; clear; copy; count; extend; index; insert; pop; remove; reverse; sort; Advanced Sorting; Tuples: Immutable Sequences; A Quick Summary; New Functions in This Chapter; What Now?; Chapter 3: Working with Strings; Basic String Operations; String Formatting: The Short Version; String Formatting: The Long Version; Replacement Field Names; Basic Conversions; Width, Precision, and Thousands Separators; Signs, Alignment, and Zero-Padding; String Methods; center; find; join; lower; replace; split; strip; translate; Is My String ... ; A Quick Summary; New Functions in This Chapter. 001483885 5058_ $$aWhat Now?Chapter 4: Dictionaries: When Indices Won't Do; Dictionary Uses; Creating and Using Dictionaries; The dict Function; Basic Dictionary Operations; String Formatting with Dictionaries; Dictionary Methods; clear; copy; fromkeys; get; items; keys; pop; popitem; setdefault; update; values; A Quick Summary; New Functions in This Chapter; What Now?; Chapter 5: Conditionals, Loops, and Some Other Statements; More About print and import; Printing Multiple Arguments; Importing Something as Something Else; Assignment Magic; Sequence Unpacking; Chained Assignments; Augmented Assignments. 001483885 5058_ $$aBlocks: The Joy of IndentationConditions and Conditional Statements; So That's What Those Boolean Values Are For; Conditional Execution and the if Statement; else Clauses; elif Clauses; Nesting Blocks; More Complex Conditions; Comparison Operators; The Equality Operator; is: The Identity Operator; in: The Membership Operator; String and Sequence Comparisons; Boolean Operators; Assertions; Loops; while Loops; for Loops; Iterating Over Dictionaries; Some Iteration Utilities; Parallel Iteration; Numbered Iteration; Reversed and Sorted Iteration; Breaking Out of Loops; break; continue. 001483885 506__ $$aAccess limited to authorized users. 001483885 520__ $$aGain a fundamental understanding of Python's syntax and features with this up-to-date introduction and practical reference. Covering a wide array of Python-related programming topics, including addressing language internals, database integration, network programming, and web services, you'll be guided by sound development principles. Ten accompanying projects will ensure you can get your hands dirty in no time. Updated to reflect the latest in Python programming paradigms and several of the most crucial features found in Python 3, Beginning Python also covers advanced topics such as extending Python and packaging/distributing Python applications. You will: Become a proficient Python programmer by following along with a friendly, practical guide to the language's key features Write code faster by learning how to take advantage of advanced features such as magic methods, exceptions, and abstraction Gain insight into modern Python programming paradigms including testing, documentation, packaging, and distribution Learn by following along with ten interesting projects, including a P2P file-sharing application, chat client, video game, remote text editor, and more. 001483885 588__ $$aOnline resource, title from PDF title page (EBSCO, viewed March 13, 2017). 001483885 650_6 $$aPython (Langage de programmation) 001483885 650_6 $$aInformatique. 001483885 650_0 $$aPython (Computer program language)$$0(DLC)sh 96008834 001483885 650_0 $$aComputer science.$$0(DLC)sh2007006411 001483885 650_0 $$aElectronic data processing. 001483885 655_0 $$aElectronic books. 001483885 7730_ $$tSpringer eBooks 001483885 77608 $$iPrint version:$$aHetland, Magnus Lie.$$tBeginning Python : From Novice to Professional.$$dBerkeley, CA : Apress, ©2017$$z9781484200292 001483885 852__ $$bebk 001483885 85640 $$3Springer Nature$$uhttps://univsouthin.idm.oclc.org/login?url=https://link.springer.com/10.1007/978-1-4842-0028-5$$zOnline Access$$91397441.1 001483885 909CO $$ooai:library.usi.edu:1483885$$pGLOBAL_SET 001483885 980__ $$aBIB 001483885 980__ $$aEBOOK 001483885 982__ $$aEbook 001483885 983__ $$aOnline 001483885 994__ $$a92$$bISE