Expert Python programming :: master Python by learning the best coding practices and advanced programming concepts /
Gain a deep understanding of building, maintaining, packaging, and shipping robust Python applications Key Features Discover the new features of Python, such as dictionary merge, the zoneinfo module, and structural pattern matching Create manageable code to run in various environments with different...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, England ; Mumbai :
Packt Publishing Ltd.,
2021.
|
Ausgabe: | Fourth edition. |
Schriftenreihe: | Expert insight.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Gain a deep understanding of building, maintaining, packaging, and shipping robust Python applications Key Features Discover the new features of Python, such as dictionary merge, the zoneinfo module, and structural pattern matching Create manageable code to run in various environments with different sets of dependencies Implement effective Python data structures and algorithms to write, test, and optimize code Book DescriptionThis new edition of Expert Python Programming provides you with a thorough understanding of the process of building and maintaining Python apps. Complete with best practices, useful tools, and standards implemented by professional Python developers, this fourth edition has been extensively updated. Throughout this book, you'll get acquainted with the latest Python improvements, syntax elements, and interesting tools to boost your development efficiency. The initial few chapters will allow experienced programmers coming from different languages to transition to the Python ecosystem. You will explore common software design patterns and various programming methodologies, such as event-driven programming, concurrency, and metaprogramming. You will also go through complex code examples and try to solve meaningful problems by bridging Python with C and C++, writing extensions that benefit from the strengths of multiple languages. Finally, you will understand the complete lifetime of any application after it goes live, including packaging and testing automation. By the end of this book, you will have gained actionable Python programming insights that will help you effectively solve challenging problems. What you will learn Explore modern ways of setting up repeatable and consistent Python development environments Effectively package Python code for community and production use Learn modern syntax elements of Python programming, such as f-strings, enums, and lambda functions Demystify metaprogramming in Python with metaclasses Write concurrent code in Python Extend and integrate Python with code written in C and C++ Who this book is for The Python programming book is intended for expert programmers who want to learn Python's advanced-level concepts and latest features. Anyone who has basic Python skills should be able to follow the content of the book, although it might require some additional effort from less experienced programmers. It should also be a good introduction to Python 3.9 for those who are still a bit behind and continue to use other older versions. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (631 pages) |
ISBN: | 9781801076197 1801076197 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1328792613 | ||
003 | OCoLC | ||
005 | 20240705115654.0 | ||
006 | m o d | ||
007 | cr cnu|||||||| | ||
008 | 220128s2021 enka o 001 0 eng d | ||
040 | |a RBN |b eng |e rda |e pn |c RBN |d OCLCF |d EBLCP |d UKAHL |d N$T |d UKMGB |d DST |d TEFOD |d OCLCQ |d CPV |d IEEEE |d OCLCO |d OCLCL |d TMA |d OCLCQ | ||
015 | |a GBC188380 |2 bnb | ||
016 | 7 | |a 020210274 |2 Uk | |
019 | |a 1255233884 |a 1256674934 |a 1263778671 |a 1300461230 |a 1303360606 |a 1315958591 |a 1333692835 | ||
020 | |a 9781801076197 |q (electronic bk.) | ||
020 | |a 1801076197 |q (electronic bk.) | ||
020 | |z 9781801071109 |q (pbk.) | ||
035 | |a (OCoLC)1328792613 |z (OCoLC)1255233884 |z (OCoLC)1256674934 |z (OCoLC)1263778671 |z (OCoLC)1300461230 |z (OCoLC)1303360606 |z (OCoLC)1315958591 |z (OCoLC)1333692835 | ||
037 | |a 9781801076197 |b Packt Publishing | ||
037 | |a 10163510 |b IEEE | ||
050 | 4 | |a QA76.73.P98 |b .J396 2021eb | |
082 | 7 | |a 005.133 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Jaworski, Michał, |e author. |0 http://id.loc.gov/authorities/names/no94033825 | |
245 | 1 | 0 | |a Expert Python programming : |b master Python by learning the best coding practices and advanced programming concepts / |c Michał Jaworski, Tarek Ziadé. |
250 | |a Fourth edition. | ||
264 | 1 | |a Birmingham, England ; |a Mumbai : |b Packt Publishing Ltd., |c 2021. | |
264 | 4 | |c ©2021 | |
300 | |a 1 online resource (631 pages) | ||
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 Expert insight | |
588 | |a Description based on print version record. | ||
500 | |a Includes index. | ||
505 | 0 | |a Table of Contents -- Section 1: Knowing your tools -- Current Status of Python -- Modern Python Development Environments -- New Things in Python -- Python in Comparison with Other Languages -- Section 2: Building applications with Python -- Interfaces, Patterns and Modularity -- Concurrency -- Event-Driven Programming Elements of Metaprogramming -- Bridging Python with C and C++ -- Section 3: Maintaining Python Applications -- Testing and Quality Automation -- Packaging and Distributing Python Code -- Observing Application Behavior and Performance -- Code Optimization. | |
520 | |a Gain a deep understanding of building, maintaining, packaging, and shipping robust Python applications Key Features Discover the new features of Python, such as dictionary merge, the zoneinfo module, and structural pattern matching Create manageable code to run in various environments with different sets of dependencies Implement effective Python data structures and algorithms to write, test, and optimize code Book DescriptionThis new edition of Expert Python Programming provides you with a thorough understanding of the process of building and maintaining Python apps. Complete with best practices, useful tools, and standards implemented by professional Python developers, this fourth edition has been extensively updated. Throughout this book, you'll get acquainted with the latest Python improvements, syntax elements, and interesting tools to boost your development efficiency. The initial few chapters will allow experienced programmers coming from different languages to transition to the Python ecosystem. You will explore common software design patterns and various programming methodologies, such as event-driven programming, concurrency, and metaprogramming. You will also go through complex code examples and try to solve meaningful problems by bridging Python with C and C++, writing extensions that benefit from the strengths of multiple languages. Finally, you will understand the complete lifetime of any application after it goes live, including packaging and testing automation. By the end of this book, you will have gained actionable Python programming insights that will help you effectively solve challenging problems. What you will learn Explore modern ways of setting up repeatable and consistent Python development environments Effectively package Python code for community and production use Learn modern syntax elements of Python programming, such as f-strings, enums, and lambda functions Demystify metaprogramming in Python with metaclasses Write concurrent code in Python Extend and integrate Python with code written in C and C++ Who this book is for The Python programming book is intended for expert programmers who want to learn Python's advanced-level concepts and latest features. Anyone who has basic Python skills should be able to follow the content of the book, although it might require some additional effort from less experienced programmers. It should also be a good introduction to Python 3.9 for those who are still a bit behind and continue to use other older versions. | ||
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 Python (Computer program language) |2 fast | |
700 | 1 | |a Ziadé, Tarek, |e author. |0 http://id.loc.gov/authorities/names/no2011031292 | |
758 | |i has work: |a Expert Python programming (Text) |1 https://id.oclc.org/worldcat/entity/E39PCXGQwkvRjY8V8t6T4wTBmq |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Jaworski, Michał. |t Expert Python programming. |b Fourth edition. |d Birmingham : Packt Publishing, 2021 |z 9781801071109 |w (OCoLC)1255865963 |
830 | 0 | |a Expert insight. |0 http://id.loc.gov/authorities/names/no2019019794 | |
856 | 1 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2941131 |3 Volltext | |
856 | 1 | |l CBO01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2941131 |3 Volltext | |
938 | |a ProQuest Ebook Central |b EBLB |n EBL6634969 | ||
938 | |a Askews and Holts Library Services |b ASKH |n AH38762016 | ||
938 | |a EBSCOhost |b EBSC |n 2941131 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1328792613 |
---|---|
_version_ | 1813901715875823616 |
adam_text | |
any_adam_object | |
author | Jaworski, Michał Ziadé, Tarek |
author_GND | http://id.loc.gov/authorities/names/no94033825 http://id.loc.gov/authorities/names/no2011031292 |
author_facet | Jaworski, Michał Ziadé, Tarek |
author_role | aut aut |
author_sort | Jaworski, Michał |
author_variant | m j mj t z tz |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.P98 .J396 2021eb |
callnumber-search | QA76.73.P98 .J396 2021eb |
callnumber-sort | QA 276.73 P98 J396 42021EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Table of Contents -- Section 1: Knowing your tools -- Current Status of Python -- Modern Python Development Environments -- New Things in Python -- Python in Comparison with Other Languages -- Section 2: Building applications with Python -- Interfaces, Patterns and Modularity -- Concurrency -- Event-Driven Programming Elements of Metaprogramming -- Bridging Python with C and C++ -- Section 3: Maintaining Python Applications -- Testing and Quality Automation -- Packaging and Distributing Python Code -- Observing Application Behavior and Performance -- Code Optimization. |
ctrlnum | (OCoLC)1328792613 |
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 |
edition | Fourth edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05792cam a2200565 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1328792613</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20240705115654.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu||||||||</controlfield><controlfield tag="008">220128s2021 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">RBN</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">RBN</subfield><subfield code="d">OCLCF</subfield><subfield code="d">EBLCP</subfield><subfield code="d">UKAHL</subfield><subfield code="d">N$T</subfield><subfield code="d">UKMGB</subfield><subfield code="d">DST</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CPV</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC188380</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">020210274</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1255233884</subfield><subfield code="a">1256674934</subfield><subfield code="a">1263778671</subfield><subfield code="a">1300461230</subfield><subfield code="a">1303360606</subfield><subfield code="a">1315958591</subfield><subfield code="a">1333692835</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781801076197</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1801076197</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781801071109</subfield><subfield code="q">(pbk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1328792613</subfield><subfield code="z">(OCoLC)1255233884</subfield><subfield code="z">(OCoLC)1256674934</subfield><subfield code="z">(OCoLC)1263778671</subfield><subfield code="z">(OCoLC)1300461230</subfield><subfield code="z">(OCoLC)1303360606</subfield><subfield code="z">(OCoLC)1315958591</subfield><subfield code="z">(OCoLC)1333692835</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781801076197</subfield><subfield code="b">Packt Publishing</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10163510</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.P98</subfield><subfield code="b">.J396 2021eb</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">Jaworski, Michał,</subfield><subfield code="e">author.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no94033825</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Expert Python programming :</subfield><subfield code="b">master Python by learning the best coding practices and advanced programming concepts /</subfield><subfield code="c">Michał Jaworski, Tarek Ziadé.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Fourth edition.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, England ;</subfield><subfield code="a">Mumbai :</subfield><subfield code="b">Packt Publishing Ltd.,</subfield><subfield code="c">2021.</subfield></datafield><datafield tag="264" ind1=" " ind2="4"><subfield code="c">©2021</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (631 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">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">Expert insight</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on print version record.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents -- Section 1: Knowing your tools -- Current Status of Python -- Modern Python Development Environments -- New Things in Python -- Python in Comparison with Other Languages -- Section 2: Building applications with Python -- Interfaces, Patterns and Modularity -- Concurrency -- Event-Driven Programming Elements of Metaprogramming -- Bridging Python with C and C++ -- Section 3: Maintaining Python Applications -- Testing and Quality Automation -- Packaging and Distributing Python Code -- Observing Application Behavior and Performance -- Code Optimization.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Gain a deep understanding of building, maintaining, packaging, and shipping robust Python applications Key Features Discover the new features of Python, such as dictionary merge, the zoneinfo module, and structural pattern matching Create manageable code to run in various environments with different sets of dependencies Implement effective Python data structures and algorithms to write, test, and optimize code Book DescriptionThis new edition of Expert Python Programming provides you with a thorough understanding of the process of building and maintaining Python apps. Complete with best practices, useful tools, and standards implemented by professional Python developers, this fourth edition has been extensively updated. Throughout this book, you'll get acquainted with the latest Python improvements, syntax elements, and interesting tools to boost your development efficiency. The initial few chapters will allow experienced programmers coming from different languages to transition to the Python ecosystem. You will explore common software design patterns and various programming methodologies, such as event-driven programming, concurrency, and metaprogramming. You will also go through complex code examples and try to solve meaningful problems by bridging Python with C and C++, writing extensions that benefit from the strengths of multiple languages. Finally, you will understand the complete lifetime of any application after it goes live, including packaging and testing automation. By the end of this book, you will have gained actionable Python programming insights that will help you effectively solve challenging problems. What you will learn Explore modern ways of setting up repeatable and consistent Python development environments Effectively package Python code for community and production use Learn modern syntax elements of Python programming, such as f-strings, enums, and lambda functions Demystify metaprogramming in Python with metaclasses Write concurrent code in Python Extend and integrate Python with code written in C and C++ Who this book is for The Python programming book is intended for expert programmers who want to learn Python's advanced-level concepts and latest features. Anyone who has basic Python skills should be able to follow the content of the book, although it might require some additional effort from less experienced programmers. It should also be a good introduction to Python 3.9 for those who are still a bit behind and continue to use other older versions.</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">Python (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Ziadé, Tarek,</subfield><subfield code="e">author.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011031292</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Expert Python programming (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXGQwkvRjY8V8t6T4wTBmq</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">Jaworski, Michał.</subfield><subfield code="t">Expert Python programming.</subfield><subfield code="b">Fourth edition.</subfield><subfield code="d">Birmingham : Packt Publishing, 2021</subfield><subfield code="z">9781801071109</subfield><subfield code="w">(OCoLC)1255865963</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Expert insight.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2019019794</subfield></datafield><datafield tag="856" ind1="1" ind2=" "><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=2941131</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="1" ind2=" "><subfield code="l">CBO01</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=2941131</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL6634969</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH38762016</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2941131</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></record></collection> |
id | ZDB-4-EBA-on1328792613 |
illustrated | Illustrated |
indexdate | 2024-10-25T15:51:18Z |
institution | BVB |
isbn | 9781801076197 1801076197 |
language | English |
oclc_num | 1328792613 |
open_access_boolean | |
owner | MAIN |
owner_facet | MAIN |
physical | 1 online resource (631 pages) |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Packt Publishing Ltd., |
record_format | marc |
series | Expert insight. |
series2 | Expert insight |
spelling | Jaworski, Michał, author. http://id.loc.gov/authorities/names/no94033825 Expert Python programming : master Python by learning the best coding practices and advanced programming concepts / Michał Jaworski, Tarek Ziadé. Fourth edition. Birmingham, England ; Mumbai : Packt Publishing Ltd., 2021. ©2021 1 online resource (631 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Expert insight Description based on print version record. Includes index. Table of Contents -- Section 1: Knowing your tools -- Current Status of Python -- Modern Python Development Environments -- New Things in Python -- Python in Comparison with Other Languages -- Section 2: Building applications with Python -- Interfaces, Patterns and Modularity -- Concurrency -- Event-Driven Programming Elements of Metaprogramming -- Bridging Python with C and C++ -- Section 3: Maintaining Python Applications -- Testing and Quality Automation -- Packaging and Distributing Python Code -- Observing Application Behavior and Performance -- Code Optimization. Gain a deep understanding of building, maintaining, packaging, and shipping robust Python applications Key Features Discover the new features of Python, such as dictionary merge, the zoneinfo module, and structural pattern matching Create manageable code to run in various environments with different sets of dependencies Implement effective Python data structures and algorithms to write, test, and optimize code Book DescriptionThis new edition of Expert Python Programming provides you with a thorough understanding of the process of building and maintaining Python apps. Complete with best practices, useful tools, and standards implemented by professional Python developers, this fourth edition has been extensively updated. Throughout this book, you'll get acquainted with the latest Python improvements, syntax elements, and interesting tools to boost your development efficiency. The initial few chapters will allow experienced programmers coming from different languages to transition to the Python ecosystem. You will explore common software design patterns and various programming methodologies, such as event-driven programming, concurrency, and metaprogramming. You will also go through complex code examples and try to solve meaningful problems by bridging Python with C and C++, writing extensions that benefit from the strengths of multiple languages. Finally, you will understand the complete lifetime of any application after it goes live, including packaging and testing automation. By the end of this book, you will have gained actionable Python programming insights that will help you effectively solve challenging problems. What you will learn Explore modern ways of setting up repeatable and consistent Python development environments Effectively package Python code for community and production use Learn modern syntax elements of Python programming, such as f-strings, enums, and lambda functions Demystify metaprogramming in Python with metaclasses Write concurrent code in Python Extend and integrate Python with code written in C and C++ Who this book is for The Python programming book is intended for expert programmers who want to learn Python's advanced-level concepts and latest features. Anyone who has basic Python skills should be able to follow the content of the book, although it might require some additional effort from less experienced programmers. It should also be a good introduction to Python 3.9 for those who are still a bit behind and continue to use other older versions. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Python (Langage de programmation) Python (Computer program language) fast Ziadé, Tarek, author. http://id.loc.gov/authorities/names/no2011031292 has work: Expert Python programming (Text) https://id.oclc.org/worldcat/entity/E39PCXGQwkvRjY8V8t6T4wTBmq https://id.oclc.org/worldcat/ontology/hasWork Print version: Jaworski, Michał. Expert Python programming. Fourth edition. Birmingham : Packt Publishing, 2021 9781801071109 (OCoLC)1255865963 Expert insight. http://id.loc.gov/authorities/names/no2019019794 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2941131 Volltext CBO01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2941131 Volltext |
spellingShingle | Jaworski, Michał Ziadé, Tarek Expert Python programming : master Python by learning the best coding practices and advanced programming concepts / Expert insight. Table of Contents -- Section 1: Knowing your tools -- Current Status of Python -- Modern Python Development Environments -- New Things in Python -- Python in Comparison with Other Languages -- Section 2: Building applications with Python -- Interfaces, Patterns and Modularity -- Concurrency -- Event-Driven Programming Elements of Metaprogramming -- Bridging Python with C and C++ -- Section 3: Maintaining Python Applications -- Testing and Quality Automation -- Packaging and Distributing Python Code -- Observing Application Behavior and Performance -- Code Optimization. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Python (Langage de programmation) Python (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh96008834 |
title | Expert Python programming : master Python by learning the best coding practices and advanced programming concepts / |
title_auth | Expert Python programming : master Python by learning the best coding practices and advanced programming concepts / |
title_exact_search | Expert Python programming : master Python by learning the best coding practices and advanced programming concepts / |
title_full | Expert Python programming : master Python by learning the best coding practices and advanced programming concepts / Michał Jaworski, Tarek Ziadé. |
title_fullStr | Expert Python programming : master Python by learning the best coding practices and advanced programming concepts / Michał Jaworski, Tarek Ziadé. |
title_full_unstemmed | Expert Python programming : master Python by learning the best coding practices and advanced programming concepts / Michał Jaworski, Tarek Ziadé. |
title_short | Expert Python programming : |
title_sort | expert python programming master python by learning the best coding practices and advanced programming concepts |
title_sub | master Python by learning the best coding practices and advanced programming concepts / |
topic | Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Python (Langage de programmation) Python (Computer program language) fast |
topic_facet | Python (Computer program language) Python (Langage de programmation) |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2941131 |
work_keys_str_mv | AT jaworskimichał expertpythonprogrammingmasterpythonbylearningthebestcodingpracticesandadvancedprogrammingconcepts AT ziadetarek expertpythonprogrammingmasterpythonbylearningthebestcodingpracticesandadvancedprogrammingconcepts |