Cantitate/Preț
Produs

Effective Python: 90 Specific Ways to Write Better Python: Bestsellers cărți programare Python

Autor Brett Slatkin
Notă:  5.00 · o notă 
en Limba Engleză Paperback – 15 noi 2019
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) 26131 lei  3-5 săpt. +3095 lei  10-14 zile
  Pearson Education – 15 noi 2019 26131 lei  3-5 săpt. +3095 lei  10-14 zile
  Pearson Education (US) – 8 mar 2025 42544 lei  3-5 săpt.

Din seria Bestsellers cărți programare Python

Preț: 26131 lei

Preț vechi: 32664 lei
-20% Nou

Puncte Express: 392

Preț estimativ în valută:
5001 5195$ 4154£

Carte disponibilă

Livrare economică 11-25 ianuarie 25
Livrare express 31 decembrie 24 - 04 ianuarie 25 pentru 4094 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780134853987
ISBN-10: 0134853989
Pagini: 480
Dimensiuni: 179 x 231 x 25 mm
Greutate: 0.72 kg
Ediția:2. Auflage
Editura: Pearson Education
Colecția Effective Software Development
Seria Bestsellers cărți programare Python


Descriere

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