Learning Python :: learn to code like a professional with Python--an open source, versatile, and powerful programming language /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2015.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (xiv, 412 pages) : illustrations |
ISBN: | 9781785284571 1785284576 1783551712 9781783551712 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn935333557 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160120s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d N$T |d IDEBK |d VT2 |d YDXCP |d COO |d TEFOD |d EBLCP |d DEBSZ |d DEBBG |d Z5A |d OCLCQ |d MERUC |d OCLCQ |d CEF |d JBG |d NLE |d UKMGB |d OCLCQ |d UAB |d UKAHL |d OCLCQ |d SDB |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ | ||
016 | 7 | |a 018010492 |2 Uk | |
019 | |a 933584542 |a 933587346 |a 951064921 | ||
020 | |a 9781785284571 |q (electronic bk.) | ||
020 | |a 1785284576 |q (electronic bk.) | ||
020 | |a 1783551712 | ||
020 | |a 9781783551712 | ||
020 | |z 9781783551712 | ||
020 | |z 1783551712 | ||
024 | 3 | |a 9781783551712 | |
035 | |a (OCoLC)935333557 |z (OCoLC)933584542 |z (OCoLC)933587346 |z (OCoLC)951064921 | ||
037 | |a CL0500000704 |b Safari Books Online | ||
037 | |a F6045205-1D12-490A-AF11-505AA6212E10 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.73.P98 | |
072 | 7 | |a COM |x 051360 |2 bisacsh | |
082 | 7 | |a 005.133 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Romano, Fabrizio, |e author. | |
245 | 1 | 0 | |a Learning Python : |b learn to code like a professional with Python--an open source, versatile, and powerful programming language / |c Fabrizio Romano. |
264 | 1 | |a Birmingham : |b Packt Publishing, |c 2015. | |
300 | |a 1 online resource (xiv, 412 pages) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from cover (viewed January 15, 2016). | |
500 | |a Includes index. | ||
520 | 8 | |a Annotation |b Learn to code like a professional with Python an open source, versatile and powerful programming languageAbout This Book Learn the fundamentals of programming with Python one of the best languages ever created Develop a strong set of programming skills that you will be able to express in any situation, on every platform, thanks to Python's portability Create outstanding applications of all kind, from websites to scripting, and from GUIs to data scienceWho This Book Is ForPython is the most popular introductory teaching language in U.S. top computer science universities, so if you are new to software development, or maybe you have little experience, and would like to start off on the right foot, then this language and this book are what you need. Its amazing design and portability will help you become productive regardless of the environment you choose to work with. What You Will Learn Get Python up and running on Windows, Mac, and Linux in no time Grasp the fundamental concepts of coding, along with the basics of data structures and control flow. Write elegant, reusable, and efficient code in any situation Understand when to use the functional or the object oriented programming approach Create bulletproof, reliable software by writing tests to support your code Explore examples of GUIs, scripting, data science and web applications Learn to be independent, capable of fetching any resource you need, as well as dig deeperIn DetailLearning Python has a dynamic and varied nature. It reads easily and lays a good foundation for those who are interested in digging deeper. It has a practical and example-oriented approach through which both the introductory and the advanced topics are explained. Starting with the fundamentals of programming and Python, it ends by exploring very different topics, like GUIs, web apps and data science. The book takes you all the way to creating a fully fledged application. The book begins by exploring the essentials of programming, data structures and teaches you how to manipulate them. It then moves on to controlling the flow of a program and writing reusable and error proof code. You will then explore different programming paradigms that will allow you to find the best approach to any situation, and also learn how to perform performance optimization as well as effective debugging. Throughout, the book steers you through the various types of applications, and it concludes with a complete mini website built upon all the concepts that you learned. Style and approachThis book is an easy-to-follow guide that will take you from a novice to the proficient level at a comfortable pace, using a lot of simple but effective examples. Each topic is explained thoroughly, and pointers are left for the more inquisitive readers to dig deeper and expand their knowledge. | |
505 | 0 | |a Cover ; Copyright; Credits; About the Author; Acknowledgements; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction and First Steps -- Take a Deep Breath; A proper introduction; Enter the Python; About Python; Portability; Coherence; Developer productivity; An extensive library; Software quality; Software integration; Satisfaction and enjoyment; What are the drawbacks?; Who is using Python today?; Setting up the environment; Python 2 versus Python 3 -- the great debate; Installing Python; Setting up the Python interpreter; About virtualenv. | |
505 | 8 | |a Your first virtual environmentYour friend, the console; How you can run a Python program; Running Python scripts; Running the Python interactive shell; Running Python as a service; Running Python as a GUI application; How is Python code organized; How do we use modules and packages; Python's execution model; Names and namespaces; Scopes; Object and classes; Guidelines on how to write good code; The Python culture; A note on the IDEs; Summary; Chapter 2: Built-in Data Types; Everything is an object; Mutable or immutable? That is the question; Numbers; Integers; Booleans; Reals; Complex numbers. | |
505 | 8 | |a Fractions and decimalsImmutable sequences; Strings and bytes; Encoding and decoding strings; Indexing and slicing strings; Tuples; Mutable sequences; Lists; Byte arrays; Set types; Mapping types -- dictionaries; The collections module; Named tuples; Defaultdict; ChainMap; Final considerations; Small values caching; How to choose data structures; About indexing and slicing; About the names; Summary; Chapter 3: Iterating and Making Decisions; Conditional programming; A specialized else: elif; The ternary operator; Looping; The for loop; Iterating over a range; Iterating over a sequence. | |
505 | 8 | |a Iterators and iterablesIterating over multiple sequences; The while loop; The break and continue statements; A special else clause; Putting this all together; Example 1 -- a prime generator; Example 2 -- applying discounts; A quick peek at the itertools module; Infinite iterators; Iterators terminating on the shortest input sequence; Combinatoric generators; Summary; Chapter 4: Functions, the Building Blocks of Code; Why use functions?; Reduce code duplication; Splitting a complex task; Hide implementation details; Improve readability; Improve traceability; Scopes and name resolution. | |
505 | 8 | |a The global and nonlocal statementsInput parameters; Argument passing; Assignment to argument names don't affect the caller; Changing a mutable affects the caller; How to specify input parameters; Positional arguments; Keyword arguments and default values; Variable positional arguments; Variable keyword arguments; Keyword-only arguments; Combining input parameters; Avoid the trap! Mutable defaults; Return values; Returning multiple values; A few useful tips; Recursive functions; Anonymous functions; Function attributes; Built-in functions; One final example; Documenting your code. | |
650 | 0 | |a Python (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96008834 | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Python. |2 bisacsh | |
650 | 7 | |a Python (Computer program language) |2 fast | |
758 | |i has work: |a Learning Python (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGr63VK3wC4kDhYttHfMMX |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Romano, Fabrizio. |t Learning Python. |d Birmingham : Packt Publishing, 2015. |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1133614 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH29879277 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL4191327 | ||
938 | |a EBSCOhost |b EBSC |n 1133614 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis33455118 | ||
938 | |a YBP Library Services |b YANK |n 12768940 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn935333557 |
---|---|
_version_ | 1816882336954843137 |
adam_text | |
any_adam_object | |
author | Romano, Fabrizio |
author_facet | Romano, Fabrizio |
author_role | aut |
author_sort | Romano, Fabrizio |
author_variant | f r fr |
building | Verbundindex |
bvnumber | localFWS |
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 |
collection | ZDB-4-EBA |
contents | Cover ; Copyright; Credits; About the Author; Acknowledgements; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction and First Steps -- Take a Deep Breath; A proper introduction; Enter the Python; About Python; Portability; Coherence; Developer productivity; An extensive library; Software quality; Software integration; Satisfaction and enjoyment; What are the drawbacks?; Who is using Python today?; Setting up the environment; Python 2 versus Python 3 -- the great debate; Installing Python; Setting up the Python interpreter; About virtualenv. Your first virtual environmentYour friend, the console; How you can run a Python program; Running Python scripts; Running the Python interactive shell; Running Python as a service; Running Python as a GUI application; How is Python code organized; How do we use modules and packages; Python's execution model; Names and namespaces; Scopes; Object and classes; Guidelines on how to write good code; The Python culture; A note on the IDEs; Summary; Chapter 2: Built-in Data Types; Everything is an object; Mutable or immutable? That is the question; Numbers; Integers; Booleans; Reals; Complex numbers. Fractions and decimalsImmutable sequences; Strings and bytes; Encoding and decoding strings; Indexing and slicing strings; Tuples; Mutable sequences; Lists; Byte arrays; Set types; Mapping types -- dictionaries; The collections module; Named tuples; Defaultdict; ChainMap; Final considerations; Small values caching; How to choose data structures; About indexing and slicing; About the names; Summary; Chapter 3: Iterating and Making Decisions; Conditional programming; A specialized else: elif; The ternary operator; Looping; The for loop; Iterating over a range; Iterating over a sequence. Iterators and iterablesIterating over multiple sequences; The while loop; The break and continue statements; A special else clause; Putting this all together; Example 1 -- a prime generator; Example 2 -- applying discounts; A quick peek at the itertools module; Infinite iterators; Iterators terminating on the shortest input sequence; Combinatoric generators; Summary; Chapter 4: Functions, the Building Blocks of Code; Why use functions?; Reduce code duplication; Splitting a complex task; Hide implementation details; Improve readability; Improve traceability; Scopes and name resolution. The global and nonlocal statementsInput parameters; Argument passing; Assignment to argument names don't affect the caller; Changing a mutable affects the caller; How to specify input parameters; Positional arguments; Keyword arguments and default values; Variable positional arguments; Variable keyword arguments; Keyword-only arguments; Combining input parameters; Avoid the trap! Mutable defaults; Return values; Returning multiple values; A few useful tips; Recursive functions; Anonymous functions; Function attributes; Built-in functions; One final example; Documenting your code. |
ctrlnum | (OCoLC)935333557 |
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 |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08651cam a2200661 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn935333557</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160120s2015 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">IDEBK</subfield><subfield code="d">VT2</subfield><subfield code="d">YDXCP</subfield><subfield code="d">COO</subfield><subfield code="d">TEFOD</subfield><subfield code="d">EBLCP</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">DEBBG</subfield><subfield code="d">Z5A</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CEF</subfield><subfield code="d">JBG</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UAB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">SDB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018010492</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">933584542</subfield><subfield code="a">933587346</subfield><subfield code="a">951064921</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785284571</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785284576</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783551712</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783551712</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783551712</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1783551712</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781783551712</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)935333557</subfield><subfield code="z">(OCoLC)933584542</subfield><subfield code="z">(OCoLC)933587346</subfield><subfield code="z">(OCoLC)951064921</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000704</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">F6045205-1D12-490A-AF11-505AA6212E10</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.P98</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051360</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.133</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Romano, Fabrizio,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Learning Python :</subfield><subfield code="b">learn to code like a professional with Python--an open source, versatile, and powerful programming language /</subfield><subfield code="c">Fabrizio Romano.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2015.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (xiv, 412 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">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover (viewed January 15, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="b">Learn to code like a professional with Python an open source, versatile and powerful programming languageAbout This Book Learn the fundamentals of programming with Python one of the best languages ever created Develop a strong set of programming skills that you will be able to express in any situation, on every platform, thanks to Python's portability Create outstanding applications of all kind, from websites to scripting, and from GUIs to data scienceWho This Book Is ForPython is the most popular introductory teaching language in U.S. top computer science universities, so if you are new to software development, or maybe you have little experience, and would like to start off on the right foot, then this language and this book are what you need. Its amazing design and portability will help you become productive regardless of the environment you choose to work with. What You Will Learn Get Python up and running on Windows, Mac, and Linux in no time Grasp the fundamental concepts of coding, along with the basics of data structures and control flow. Write elegant, reusable, and efficient code in any situation Understand when to use the functional or the object oriented programming approach Create bulletproof, reliable software by writing tests to support your code Explore examples of GUIs, scripting, data science and web applications Learn to be independent, capable of fetching any resource you need, as well as dig deeperIn DetailLearning Python has a dynamic and varied nature. It reads easily and lays a good foundation for those who are interested in digging deeper. It has a practical and example-oriented approach through which both the introductory and the advanced topics are explained. Starting with the fundamentals of programming and Python, it ends by exploring very different topics, like GUIs, web apps and data science. The book takes you all the way to creating a fully fledged application. The book begins by exploring the essentials of programming, data structures and teaches you how to manipulate them. It then moves on to controlling the flow of a program and writing reusable and error proof code. You will then explore different programming paradigms that will allow you to find the best approach to any situation, and also learn how to perform performance optimization as well as effective debugging. Throughout, the book steers you through the various types of applications, and it concludes with a complete mini website built upon all the concepts that you learned. Style and approachThis book is an easy-to-follow guide that will take you from a novice to the proficient level at a comfortable pace, using a lot of simple but effective examples. Each topic is explained thoroughly, and pointers are left for the more inquisitive readers to dig deeper and expand their knowledge.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover ; Copyright; Credits; About the Author; Acknowledgements; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction and First Steps -- Take a Deep Breath; A proper introduction; Enter the Python; About Python; Portability; Coherence; Developer productivity; An extensive library; Software quality; Software integration; Satisfaction and enjoyment; What are the drawbacks?; Who is using Python today?; Setting up the environment; Python 2 versus Python 3 -- the great debate; Installing Python; Setting up the Python interpreter; About virtualenv.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Your first virtual environmentYour friend, the console; How you can run a Python program; Running Python scripts; Running the Python interactive shell; Running Python as a service; Running Python as a GUI application; How is Python code organized; How do we use modules and packages; Python's execution model; Names and namespaces; Scopes; Object and classes; Guidelines on how to write good code; The Python culture; A note on the IDEs; Summary; Chapter 2: Built-in Data Types; Everything is an object; Mutable or immutable? That is the question; Numbers; Integers; Booleans; Reals; Complex numbers.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Fractions and decimalsImmutable sequences; Strings and bytes; Encoding and decoding strings; Indexing and slicing strings; Tuples; Mutable sequences; Lists; Byte arrays; Set types; Mapping types -- dictionaries; The collections module; Named tuples; Defaultdict; ChainMap; Final considerations; Small values caching; How to choose data structures; About indexing and slicing; About the names; Summary; Chapter 3: Iterating and Making Decisions; Conditional programming; A specialized else: elif; The ternary operator; Looping; The for loop; Iterating over a range; Iterating over a sequence.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Iterators and iterablesIterating over multiple sequences; The while loop; The break and continue statements; A special else clause; Putting this all together; Example 1 -- a prime generator; Example 2 -- applying discounts; A quick peek at the itertools module; Infinite iterators; Iterators terminating on the shortest input sequence; Combinatoric generators; Summary; Chapter 4: Functions, the Building Blocks of Code; Why use functions?; Reduce code duplication; Splitting a complex task; Hide implementation details; Improve readability; Improve traceability; Scopes and name resolution.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">The global and nonlocal statementsInput parameters; Argument passing; Assignment to argument names don't affect the caller; Changing a mutable affects the caller; How to specify input parameters; Positional arguments; Keyword arguments and default values; Variable positional arguments; Variable keyword arguments; Keyword-only arguments; Combining input parameters; Avoid the trap! Mutable defaults; Return values; Returning multiple values; A few useful tips; Recursive functions; Anonymous functions; Function attributes; Built-in functions; One final example; Documenting your code.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Python (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96008834</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Python (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">Python.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Python (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Learning Python (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGr63VK3wC4kDhYttHfMMX</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Romano, Fabrizio.</subfield><subfield code="t">Learning Python.</subfield><subfield code="d">Birmingham : Packt Publishing, 2015.</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1133614</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH29879277</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4191327</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1133614</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis33455118</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12768940</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn935333557 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:00Z |
institution | BVB |
isbn | 9781785284571 1785284576 1783551712 9781783551712 |
language | English |
oclc_num | 935333557 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (xiv, 412 pages) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Romano, Fabrizio, author. Learning Python : learn to code like a professional with Python--an open source, versatile, and powerful programming language / Fabrizio Romano. Birmingham : Packt Publishing, 2015. 1 online resource (xiv, 412 pages) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Community experience distilled Online resource; title from cover (viewed January 15, 2016). Includes index. Annotation Learn to code like a professional with Python an open source, versatile and powerful programming languageAbout This Book Learn the fundamentals of programming with Python one of the best languages ever created Develop a strong set of programming skills that you will be able to express in any situation, on every platform, thanks to Python's portability Create outstanding applications of all kind, from websites to scripting, and from GUIs to data scienceWho This Book Is ForPython is the most popular introductory teaching language in U.S. top computer science universities, so if you are new to software development, or maybe you have little experience, and would like to start off on the right foot, then this language and this book are what you need. Its amazing design and portability will help you become productive regardless of the environment you choose to work with. What You Will Learn Get Python up and running on Windows, Mac, and Linux in no time Grasp the fundamental concepts of coding, along with the basics of data structures and control flow. Write elegant, reusable, and efficient code in any situation Understand when to use the functional or the object oriented programming approach Create bulletproof, reliable software by writing tests to support your code Explore examples of GUIs, scripting, data science and web applications Learn to be independent, capable of fetching any resource you need, as well as dig deeperIn DetailLearning Python has a dynamic and varied nature. It reads easily and lays a good foundation for those who are interested in digging deeper. It has a practical and example-oriented approach through which both the introductory and the advanced topics are explained. Starting with the fundamentals of programming and Python, it ends by exploring very different topics, like GUIs, web apps and data science. The book takes you all the way to creating a fully fledged application. The book begins by exploring the essentials of programming, data structures and teaches you how to manipulate them. It then moves on to controlling the flow of a program and writing reusable and error proof code. You will then explore different programming paradigms that will allow you to find the best approach to any situation, and also learn how to perform performance optimization as well as effective debugging. Throughout, the book steers you through the various types of applications, and it concludes with a complete mini website built upon all the concepts that you learned. Style and approachThis book is an easy-to-follow guide that will take you from a novice to the proficient level at a comfortable pace, using a lot of simple but effective examples. Each topic is explained thoroughly, and pointers are left for the more inquisitive readers to dig deeper and expand their knowledge. Cover ; Copyright; Credits; About the Author; Acknowledgements; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction and First Steps -- Take a Deep Breath; A proper introduction; Enter the Python; About Python; Portability; Coherence; Developer productivity; An extensive library; Software quality; Software integration; Satisfaction and enjoyment; What are the drawbacks?; Who is using Python today?; Setting up the environment; Python 2 versus Python 3 -- the great debate; Installing Python; Setting up the Python interpreter; About virtualenv. Your first virtual environmentYour friend, the console; How you can run a Python program; Running Python scripts; Running the Python interactive shell; Running Python as a service; Running Python as a GUI application; How is Python code organized; How do we use modules and packages; Python's execution model; Names and namespaces; Scopes; Object and classes; Guidelines on how to write good code; The Python culture; A note on the IDEs; Summary; Chapter 2: Built-in Data Types; Everything is an object; Mutable or immutable? That is the question; Numbers; Integers; Booleans; Reals; Complex numbers. Fractions and decimalsImmutable sequences; Strings and bytes; Encoding and decoding strings; Indexing and slicing strings; Tuples; Mutable sequences; Lists; Byte arrays; Set types; Mapping types -- dictionaries; The collections module; Named tuples; Defaultdict; ChainMap; Final considerations; Small values caching; How to choose data structures; About indexing and slicing; About the names; Summary; Chapter 3: Iterating and Making Decisions; Conditional programming; A specialized else: elif; The ternary operator; Looping; The for loop; Iterating over a range; Iterating over a sequence. Iterators and iterablesIterating over multiple sequences; The while loop; The break and continue statements; A special else clause; Putting this all together; Example 1 -- a prime generator; Example 2 -- applying discounts; A quick peek at the itertools module; Infinite iterators; Iterators terminating on the shortest input sequence; Combinatoric generators; Summary; Chapter 4: Functions, the Building Blocks of Code; Why use functions?; Reduce code duplication; Splitting a complex task; Hide implementation details; Improve readability; Improve traceability; Scopes and name resolution. The global and nonlocal statementsInput parameters; Argument passing; Assignment to argument names don't affect the caller; Changing a mutable affects the caller; How to specify input parameters; Positional arguments; Keyword arguments and default values; Variable positional arguments; Variable keyword arguments; Keyword-only arguments; Combining input parameters; Avoid the trap! Mutable defaults; Return values; Returning multiple values; A few useful tips; Recursive functions; Anonymous functions; Function attributes; Built-in functions; One final example; Documenting your code. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Python (Langage de programmation) COMPUTERS Programming Languages Python. bisacsh Python (Computer program language) fast has work: Learning Python (Text) https://id.oclc.org/worldcat/entity/E39PCGr63VK3wC4kDhYttHfMMX https://id.oclc.org/worldcat/ontology/hasWork Print version: Romano, Fabrizio. Learning Python. Birmingham : Packt Publishing, 2015. Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1133614 Volltext |
spellingShingle | Romano, Fabrizio Learning Python : learn to code like a professional with Python--an open source, versatile, and powerful programming language / Community experience distilled. Cover ; Copyright; Credits; About the Author; Acknowledgements; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction and First Steps -- Take a Deep Breath; A proper introduction; Enter the Python; About Python; Portability; Coherence; Developer productivity; An extensive library; Software quality; Software integration; Satisfaction and enjoyment; What are the drawbacks?; Who is using Python today?; Setting up the environment; Python 2 versus Python 3 -- the great debate; Installing Python; Setting up the Python interpreter; About virtualenv. Your first virtual environmentYour friend, the console; How you can run a Python program; Running Python scripts; Running the Python interactive shell; Running Python as a service; Running Python as a GUI application; How is Python code organized; How do we use modules and packages; Python's execution model; Names and namespaces; Scopes; Object and classes; Guidelines on how to write good code; The Python culture; A note on the IDEs; Summary; Chapter 2: Built-in Data Types; Everything is an object; Mutable or immutable? That is the question; Numbers; Integers; Booleans; Reals; Complex numbers. Fractions and decimalsImmutable sequences; Strings and bytes; Encoding and decoding strings; Indexing and slicing strings; Tuples; Mutable sequences; Lists; Byte arrays; Set types; Mapping types -- dictionaries; The collections module; Named tuples; Defaultdict; ChainMap; Final considerations; Small values caching; How to choose data structures; About indexing and slicing; About the names; Summary; Chapter 3: Iterating and Making Decisions; Conditional programming; A specialized else: elif; The ternary operator; Looping; The for loop; Iterating over a range; Iterating over a sequence. Iterators and iterablesIterating over multiple sequences; The while loop; The break and continue statements; A special else clause; Putting this all together; Example 1 -- a prime generator; Example 2 -- applying discounts; A quick peek at the itertools module; Infinite iterators; Iterators terminating on the shortest input sequence; Combinatoric generators; Summary; Chapter 4: Functions, the Building Blocks of Code; Why use functions?; Reduce code duplication; Splitting a complex task; Hide implementation details; Improve readability; Improve traceability; Scopes and name resolution. The global and nonlocal statementsInput parameters; Argument passing; Assignment to argument names don't affect the caller; Changing a mutable affects the caller; How to specify input parameters; Positional arguments; Keyword arguments and default values; Variable positional arguments; Variable keyword arguments; Keyword-only arguments; Combining input parameters; Avoid the trap! Mutable defaults; Return values; Returning multiple values; A few useful tips; Recursive functions; Anonymous functions; Function attributes; Built-in functions; One final example; Documenting your code. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Python (Langage de programmation) COMPUTERS Programming Languages Python. bisacsh Python (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh96008834 |
title | Learning Python : learn to code like a professional with Python--an open source, versatile, and powerful programming language / |
title_auth | Learning Python : learn to code like a professional with Python--an open source, versatile, and powerful programming language / |
title_exact_search | Learning Python : learn to code like a professional with Python--an open source, versatile, and powerful programming language / |
title_full | Learning Python : learn to code like a professional with Python--an open source, versatile, and powerful programming language / Fabrizio Romano. |
title_fullStr | Learning Python : learn to code like a professional with Python--an open source, versatile, and powerful programming language / Fabrizio Romano. |
title_full_unstemmed | Learning Python : learn to code like a professional with Python--an open source, versatile, and powerful programming language / Fabrizio Romano. |
title_short | Learning Python : |
title_sort | learning python learn to code like a professional with python an open source versatile and powerful programming language |
title_sub | learn to code like a professional with Python--an open source, versatile, and powerful programming language / |
topic | Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Python (Langage de programmation) COMPUTERS Programming Languages Python. bisacsh Python (Computer program language) fast |
topic_facet | Python (Computer program language) Python (Langage de programmation) COMPUTERS Programming Languages Python. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1133614 |
work_keys_str_mv | AT romanofabrizio learningpythonlearntocodelikeaprofessionalwithpythonanopensourceversatileandpowerfulprogramminglanguage |