Cantitate/Preț
Produs

Clean Python: Bestsellers cărți programare Python

Autor Sunil Kapil
en Limba Engleză Paperback – 22 mai 2019

Actualizarea adusă de Clean Python față de manualele introductive constă în trecerea de la sintaxa de bază la scrierea unui cod „elocvent” și sustenabil, adaptat cerințelor moderne de producție. Găsim în această carte o resursă tehnică ce pune accent pe lizibilitate și mentenanță, explorând modul în care formatarea și documentarea corectă influențează ciclul de viață al unui proiect software. Reținem că autorul, Sunil Kapil, nu se rezumă la teorie, ci oferă soluții practice pentru utilizarea eficientă a dicționarelor Python și a structurilor de date avansate. Abordarea diferă de Expert Python Programming - Second Edition prin faptul că este mai puțin abstractă și mai mult aplicabilă în fluxurile de lucru zilnice; în timp ce volumul menționat se concentrează pe arhitecturi complexe și ecosisteme de dependențe, Clean Python se focusează pe rafinarea structurii interne a codului prin funcții, clase și meta-clase mai bine scrise. Structura cărții este organizată logic, începând cu „Thinking Python” (o filozofie a limbajului) și progresând spre mecanisme avansate precum decoratori, manageri de context, generatori și iteratori. Ultimele capitole sunt dedicate aspectelor critice ale ingineriei software: depanarea (debugging), testarea unitară și de integrare, precum și programarea asincronă. Această progresie asigură că programatorul înțelege nu doar „cum” să scrie cod, ci și „de ce” anumite structuri sunt superioare în medii de execuție reale.

Citește tot Restrânge

Din seria Bestsellers cărți programare Python

Preț: 20835 lei

Preț vechi: 26044 lei
-20%

Puncte Express: 313

Carte disponibilă

Livrare economică 29 aprilie-13 mai


Specificații

ISBN-13: 9781484248775
ISBN-10: 1484248775
Pagini: 284
Ilustrații: XV, 267 p. 2 illus.
Dimensiuni: 155 x 235 x 16 mm
Greutate: 0.44 kg
Ediția:First Edition
Editura: Apress
Seria Bestsellers cărți programare Python

Locul publicării:Berkeley, CA, United States

De ce să citești această carte

Recomandăm această carte programatorilor care dețin cunoștințe de bază în Python și doresc să facă pasul spre nivelul profesionist. Cititorul câștigă abilitatea de a transforma un cod funcțional, dar dezordonat, într-un proiect curat, ușor de testat și de întreținut. Este un ghid practic pentru oricine dorește să utilizeze funcționalitățile moderne ale limbajului, de la programarea asincronă la type hinting, asigurând standarde ridicate de calitate în dezvoltarea software.


Despre autor

Sunil Kapil este un profesionist cu experiență în dezvoltarea software, specializat în ecosistemul Python. Expertiza sa se concentrează pe bunele practici de programare și pe optimizarea fluxurilor de lucru în proiecte comerciale. Prin activitatea sa publicată la editura Apress, Kapil s-a remarcat ca un mentor pentru comunitatea de dezvoltatori, punând accent pe scrierea de cod care este nu doar performant, ci și ușor de înțeles pentru echipele de ingineri. Abordarea sa în Clean Python reflectă o înțelegere profundă a necesităților pragmatice din industria IT actuală.


Cuprins

Chapter 1: Thinking Python
Chapter 2: Data Structures
Chapter 3: Writing Better Functions and Classes
Chapter 4: Working with Modules and Meta-classes
Chapter 5: Decorators and Context Managers
Chapter 6: Generators and Iterators
Chapter 7: Utilize New Python Features
Chapter 8: Debugging and Testing Python Code
Appendix: Some Awesome Tools


Notă biografică

Sunil Kapil has been in the software profession for the last ten years, writing production code in Python and several other languages. He has worked as a software engineer primarily on back-end services for web and mobile. He has developed, deployed, and maintained small to big projects in production that are being loved and used by millions of users. He has completed these projects with small to big teams in different professional environments for very well-known software companies around the world. He is also a passionate advocate of open source and continuously contributes to projects such as Zulip Chat and Black. He also works with non-profit organizations and contributes to their software projects on a volunteer basis.


Caracteristici

Enables readers to write clean, better Python code

Enriches understanding of advanced Python concepts such as Decorators and Context Manager

Illustrates effective use of Python metaclasses

Descriere

Discover the right way to code in Python. This book provides the tips and techniques you need to produce cleaner, error-free, and eloquent Python projects.
Your journey to better code starts with understanding the importance of formatting and documenting your code for maximum readability, utilizing built-in data structures and Python dictionary for improved maintainability, and working with modules and meta-classes to effectively organize your code. You will then dive deep into the new features of the Python language and learn how to effectively utilize them. Next, you will decode key concepts such as asynchronous programming, Python data types, type hinting, and path handling. Learn tips to debug and conduct unit and integration tests in your Python code to ensure your code is ready for production. The final leg of your learning journey equips you with essential tools for version management, managing live code, and intelligent code completion. After reading and using this book, you will be proficient in writing clean Python code and successfully apply these principles to your own Python projects. 


What You’ll Learn
  • Use the right expressions and statements in your Python code 
  • Create and assess Python Dictionary 
  • Work with advanced data structures in Python 
  • Write better modules, classes, functions, and metaclasses
  • Start writing asynchronous Python immediately
  • Discover new features in Python
  
Who This Book Is For
Readers with a basic Python programming knowledge who want to improve their Python programming skills by learning right way to code in Python.