Cantitate/Preț
Produs

Advanced Python Development

Autor Matthew Wilkes
en Limba Engleză Paperback – 26 iul 2020

Ecosistemul abordat în Advanced Python Development este unul vast, punând accent pe instrumente esențiale pentru livrarea de software robust: de la utilizarea `asyncio` pentru colectarea datelor din surse multiple, până la integrarea `type hints` pentru linting și mecanisme automate de verificare a calității. Credem că valoarea principală a acestei lucrări rezidă în refuzul de a prezenta funcțiile limbajului în izolare; în schimb, autorul ghidează cititorul prin procesul de design și construcție a unei aplicații reale, transformând simple scripturi de consolă în micro-servicii performante prin utilizarea punctelor de intrare (`entry points`). Pe linia practică a volumului Clean Python, dar cu focus pe arhitecturi complexe și scalabilitate, această carte publicată de Apress face trecerea de la scrierea de cod funcțional la ingineria software de nivel senior. Structura este organizată logic în 12 capitole care urmăresc evoluția unui proiect: începem cu prototiparea și mediile de lucru, trecem prin rigurozitatea testării și ambalării (packaging), explorăm interfețele alternative și optimizarea vitezei, pentru a culmina cu programarea asincronă și toleranța la erori. Merită menționat că autorul, Matthew Wilkes, deși a explorat latura creativă și umanistă în alte lucrări precum Laughter Includes the Word, revine aici la rigoarea tehnică, oferind recomandări de biblioteci și bune practici ce par extrase direct din sesiunile de întrebări și răspunsuri ale marilor conferințe Python. Recomandăm acest volum celor care doresc să stăpânească gestiunea dependențelor și arhitecturile de tip plugin într-un mod profesionist.

Citește tot Restrânge

Preț: 27879 lei

Preț vechi: 34848 lei
-20%

Puncte Express: 418

Carte disponibilă

Livrare economică 29 aprilie-13 mai


Specificații

ISBN-13: 9781484257920
ISBN-10: 1484257928
Pagini: 605
Ilustrații: XXII, 605 p. 62 illus.
Dimensiuni: 178 x 254 x 33 mm
Greutate: 1.16 kg
Ediția:1st ed.
Editura: Apress
Locul publicării:Berkeley, CA, United States

De ce să citești această carte

Recomandăm această carte programatorilor de nivel mediu care vor să facă pasul spre seniorat. Cititorul câștigă o înțelegere profundă a modului în care funcțiile avansate de Python, precum asincronismul și adnotările de tip, se integrează într-un flux de lucru de producție. Este un ghid concret pentru a scrie cod mai clar, mai ușor de întreținut și pregătit pentru cerințele sistemelor moderne.


Despre autor

Matthew Wilkes este un specialist în dezvoltare software cu o experiență vastă în ecosistemul Python. Expertiza sa tehnică este dublată de o capacitate analitică deosebită, fiind recunoscut pentru contribuțiile sale la conferințe de profil și pentru rigoarea în aplicarea bunelor practici de programare. Pe lângă activitatea sa tehnică, Wilkes a publicat și lucrări de factură literară, precum volumul de poezie Laughter Includes the Word, ceea ce îi conferă o perspectivă unică asupra clarității și structurii comunicării, elemente esențiale în scrierea unui cod curat și în explicarea conceptelor complexe de programare.


Descriere scurtă

This book builds on basic Python tutorials to explain various Python language features that aren’t routinely covered: from reusable console scripts that play double duty as micro-services by leveraging entry points, to using asyncio efficiently to collate data from a large number of sources. Along the way, it covers type-hint based linting, low-overhead testing and other automated quality checking to demonstrate a robust real-world development process.

Some powerful aspects of Python are often documented with contrived examples that explain the feature as a standalone example only. By following the design and build of a real-world application example from prototype to production quality you'll see not only how the various pieces of functionality work but how they integrate as part of the larger system design process. In addition, you'll benefit from the kind of useful asides and library recommendations that are a staple of conference Q&A sessions at Python conferences as well as discussions of modern Python best practice and techniques to better produce clear code that is easily maintainable.

Advanced Python Development is intended for developers who can already write simple programs in Python and want to understand when it’s appropriate to use new and advanced language features and to do so in a confident manner. It is especially of use to developers looking to progress to a more senior level and to very experienced developers who have thus far used older versions of Python.

What You'll Learn 
  • Understand asynchronous programming
  • Examine developing plugin architectures
  • Work with type annotations
  • Review testing techniques
  • Explore packaging and dependency management
Who This Book Is For

Developers at the mid to seniorlevel who already have Python experience.





Cuprins

Chapter 1: Prototyping and Environments.- Chapter 2: Testing, Checking and Linting.- Chapter 3: Packaging Scripts.- Chapter 4: From Script to Library.- Chapter 5: Alternative Interfaces.- Chapter 6: Speeding Things Up.- Chapter 7: Aggregation Process.- Chapter 8: Asynchronous Programming.- Chapter 9: Asynchronous Databases.- Chapter 10: Viewing the Data.- Chapter 11: Fault Tolerance.- Chapter 12: Callbacks and Data Analysis.


Notă biografică

Matthew Wilkes is a European software developer who has worked with Python on web projects for the last fifteen years. As well as developing software, he has long experience in mentoring Python developers in a commercial setting. 
He is also very involved in open source software, with commits to many popular
frameworks. His contributions in that space are focused on the details of database and security interactions of web frameworks.
 


Caracteristici

Covers designing and building of a real-world application example from prototype to production quality Topics integrated together in a meaningful flow Covers newer Python 3 topics that are under documented