Cantitate/Preț
Produs

Effective Python: Effective Software Development Series

Autor Brett Slatkin
Notă:  5.00 · o notă 
en Limba Engleză Paperback – 8 mar 2025
When people first learn Python they immediately feel empowered to write code to accomplish the task at hand. But Python has unique strengths and charms that can be hard to grasp. Programmers from other languages often approach Python from a limited mindset instead of embracing its full expressivity. New programmers go too far in the other direction, using Python's dynamic features to set themselves up for difficulties in the future.
Effective Python aims to provide the reader with an understanding of the "Pythonic" way of writing programs: the best way to use Python. New program- mers will learn the best practices of Python's features. Experienced programmers will learn how to embrace the strangeness of a new tool with confidence.
Like other Effective books, this book will be organized in a series of short items. Each chapter will cover a broad but related set of subjects. Each item will provide clear and concise guidance to the reader about how they can write Python programs more effectively. Each item will provide advice on what to do, what to avoid, how to strike the right balance, and why this is the best choice. Effective Python will prepare growing programmers to make a big impact using Python.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (2) 28054 lei  3-5 săpt. +3092 lei  5-11 zile
  Pearson Education – 15 noi 2019 28054 lei  3-5 săpt. +3092 lei  5-11 zile
  Pearson Education (US) – 8 mar 2025 43057 lei  3-5 săpt.

Preț: 43057 lei

Preț vechi: 53822 lei
-20% Nou

Puncte Express: 646

Preț estimativ în valută:
8243 8477$ 6838£

Carte disponibilă

Livrare economică 27 ianuarie-10 februarie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780138172183
ISBN-10: 0138172188
Pagini: 672
Greutate: 1.29 kg
Ediția:3 ed
Editura: Pearson Education (US)
Seria Effective Software Development Series


Descriere

Descriere de la o altă ediție sau format:

When people first learn Python they immediately feel empowered to write code to accomplish the task at hand. But Python has unique strengths and charms that can be hard to grasp. Programmers from other languages often approach Python from a limited mindset instead of embracing its full expressivity. New programmers go too far in the other direction, using Python's dynamic features to set themselves up for difficulties in the future.
Effective Python aims to provide the reader with an understanding of the "Pythonic" way of writing programs: the best way to use Python. New program- mers will learn the best practices of Python's features. Experienced programmers will learn how to embrace the strangeness of a new tool with confidence.
Like other Effective books, this book will be organized in a series of short items. Each chapter will cover a broad but related set of subjects. Each item will provide clear and concise guidance to the reader about how they can write Python programs more effectively. Each item will provide advice on what to do, what to avoid, how to strike the right balance, and why this is the best choice. Effective Python will prepare growing programmers to make a big impact using Python.


Notă biografică

Brett Slatkin is a principal software engineer at Google. He is the technical co-founder of Google Surveys, the co-creator of the PubSubHubbub protocol, and he launched Google's first cloud computing product (App Engine). Fourteen years ago, he cut his teeth using Python to manage Google's enormous fleet of servers. Outside of his day job, he likes to play piano and surf (both poorly). He also enjoys writing about programming-related topics on his personal website (https://onebigfluke.com). He earned his B.S. in computer engineering from Columbia University in the City of New York. He lives in San Francisco.

Cuprins

  • Preface
  • Chapter 1 Pythonic Thinking
  • Chapter 2 Lists and Dictionaries
  • Chapter 3 Functions
  • Chapter 4 Comprehensions and Generators
  • Chapter 5 Classes and Interfaces
  • Chapter 6 Metaclasses and Attributes
  • Chapter 7 Concurrency and Parallelism
  • Chapter 8 Robustness and Performance
  • Chapter 9 Testing and Debugging
  • Chapter 10 Collaboration
  • Index