Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Effective Python: 90 Specific Ways to Write Better Python, Slatkin Brett


Варианты приобретения
Цена: 60710.00T
Кол-во:
 о цене
Наличие: Отсутствует. Возможна поставка под заказ.

При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Slatkin Brett
Название:  Effective Python: 90 Specific Ways to Write Better Python
ISBN: 9780134853987
Издательство: Pearson Education
Издательство: Addison-Wesley Professional
Классификация:
ISBN-10: 0134853989
Обложка/Формат: Paperback
Страницы: 99998
Вес: 0.66 кг.
Дата издания: 02.12.2019
Серия: Effective software development series
Язык: English
Издание: 2 ed
Размер: 231 x 177 x 21
Читательская аудитория: Professional & vocational
Подзаголовок: 90 specific ways to write better python
Рейтинг:
Поставляется из: Англии
Описание: Updated and Expanded for Python 3

Its easy to start developing programs with Python, which is why the language is so popular. However, Pythons unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up.

This second edition of Effective Python will help you master a truly Pythonic approach to programming, harnessing Pythons full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers best-selling Effective C++, Brett Slatkin brings together 90 Python best practices, tips, and shortcuts, and explains them with realistic code examples so that you can embrace Python with confidence.

Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. Youll understand the best way to accomplish key tasks so you can write code thats easier to understand, maintain, and improve. In addition to even more advice, this new edition substantially revises all items from the first edition to reflect how best practices have evolved.

Key features include

  • 30 new actionable guidelines for all major areas of Python
  • Detailed explanations and examples of statements, expressions, and built-in types
  • Best practices for writing functions that clarify intention, promote reuse, and avoid bugs
  • Better techniques and idioms for using comprehensions and generator functions
  • Coverage of how to accurately express behaviors with classes and interfaces
  • Guidance on how to avoid pitfalls with metaclasses and dynamic attributes
  • More efficient and clear approaches to concurrency and parallelism
  • Solutions for optimizing and hardening to maximize performance and quality
  • Techniques and built-in modules that aid in debugging and testing
  • Tools and best practices for collaborative development
Effective Python will prepare growing programmers to make a big impact using Python.


      Новое издание
Effective python

Автор: Slatkin, Brett
Название: Effective python
ISBN: 0138172188 ISBN-13(EAN): 9780138172183
Издательство: Pearson Education
Цена: 58070 T

      Старое издание

Python Pocket Reference

Автор: Lutz Mark
Название: Python Pocket Reference
ISBN: 1449357016 ISBN-13(EAN): 9781449357016
Издательство: Wiley
Рейтинг:
Цена: 21110.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Updated for both Python 3.4 and 2.7, this convenient pocket guide is the perfect on-the-job quick reference. You`ll find concise, need-to-know information on Python types and statements, special method names, built-in functions and exceptions, commonly used standard library modules, and other prominent Python tools.

Introduction to Machine Learning with Python

Автор: Guido Sarah
Название: Introduction to Machine Learning with Python
ISBN: 1449369413 ISBN-13(EAN): 9781449369415
Издательство: Wiley
Рейтинг:
Цена: 63350.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Machine learning has become an integral part of many commercial applications and research projects, but this field is not exclusive to large companies with extensive research teams. If you use Python, even as a beginner, this book will teach you practical ways to build your own machine learning solutions.

Learning Python, 5 ed.

Автор: Lutz Mark
Название: Learning Python, 5 ed.
ISBN: 1449355730 ISBN-13(EAN): 9781449355739
Издательство: Wiley
Рейтинг:
Цена: 63350.00 T
Наличие на складе: Поставка под заказ.
Описание: Based on author Mark Lutz`s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It`s an ideal way to begin, whether you`re new to programming or a professional developer versed in other languages.

Fluent Python

Автор: Ramalho Luciano
Название: Fluent Python
ISBN: 1491946008 ISBN-13(EAN): 9781491946008
Издательство: Wiley
Рейтинг:
Цена: 50680.00 T
Наличие на складе: Поставка под заказ.
Описание: By taking you through Python`s key language features and libraries, this practical book shows you how to make your code shorter, faster, and more readable all at the same time - what experts consider Pythonic.

Python for Data Analysis: Data Wrangling with Pandas, Numpy, and Ipython

Автор: McKinney Wes
Название: Python for Data Analysis: Data Wrangling with Pandas, Numpy, and Ipython
ISBN: 1491957662 ISBN-13(EAN): 9781491957660
Издательство: Wiley
Рейтинг:
Цена: 50680.00 T
Наличие на складе: Невозможна поставка.
Описание: Looking for complete instructions on manipulating, processing, cleaning, and crunching structured data in Python? The second edition of this hands-on guide-updated for Python 3.5 and Pandas 1.0-is packed with practical cases studies that show you how to effectively solve a broad set of data analysis problems, using Python libraries.

Effective Typescript: 55 Specific Ways to Write Typed JavaScript That Scales

Автор: VanderKam Dan
Название: Effective Typescript: 55 Specific Ways to Write Typed JavaScript That Scales
ISBN: 1492053740 ISBN-13(EAN): 9781492053743
Издательство: Wiley
Рейтинг:
Цена: 39060.00 T
Наличие на складе: Невозможна поставка.
Описание: TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively can take time. This book guides you through 62 specific ways to improve your use of TypeScript.

Fluent Python: Clear, Concise, and Effective Programming

Автор: Ramalho Luciano
Название: Fluent Python: Clear, Concise, and Effective Programming
ISBN: 1492056359 ISBN-13(EAN): 9781492056355
Издательство: Wiley
Рейтинг:
Цена: 67570.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Python`s simplicity lets you become productive quickly, but often this means you aren`t using everything the language has to offer. With the updated edition of this hands-on guide, you`ll learn how to write effective, modern Python 3 code by leveraging its best ideas. Discover and apply idiomatic Python 3 features beyond your past experience.

Introducing Python: Modern Computing in Simple Packages

Автор: Bill Lubanovic
Название: Introducing Python: Modern Computing in Simple Packages
ISBN: 1492051365 ISBN-13(EAN): 9781492051367
Издательство: Wiley
Рейтинг:
Цена: 47510.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Easy to understand and fun to read, this updated edition of Introducing Python is ideal for beginning programmers as well as those new to the language. Author Bill Lubanovic takes you from the basics to more involved and varied topics, mixing tutorials with cookbook-style code recipes to explain concepts in Python 3.

Python for Devops: Learn Ruthlessly Effective Automation

Автор: Gift Noah, Behrman Kennedy, Deza Alfredo
Название: Python for Devops: Learn Ruthlessly Effective Automation
ISBN: 149205769X ISBN-13(EAN): 9781492057697
Издательство: Wiley
Рейтинг:
Цена: 50680.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Python has become one of the most popular languages in the world. This practical resource shows you how to use Python for everyday Linux systems administration tasks with today`s most useful DevOps tools, including Docker, Kubernetes, and Terraform.

Programming Python

Автор: Lutz Mark
Название: Programming Python
ISBN: 0596158106 ISBN-13(EAN): 9780596158101
Издательство: Wiley
Рейтинг:
Цена: 63350.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Once you`ve come to grips with the core Python language, learning how to build Python applications presents a far more interesting challenge. Many critics consider this classic book, now updated for Python 3.x, to be the industry standard tutorial for Python application programming.

Think Python: How to Think Like a Computer Scientist

Автор: Downey Allen B.
Название: Think Python: How to Think Like a Computer Scientist
ISBN: 1491939362 ISBN-13(EAN): 9781491939369
Издательство: Wiley
Рейтинг:
Цена: 38010.00 T
Наличие на складе: Поставка под заказ.
Описание: This hands-on guide takes you through the language a step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. This second edition and its supporting code have been updated for Python 3.

Python Cookbook

Автор: Beazley David
Название: Python Cookbook
ISBN: 1449340377 ISBN-13(EAN): 9781449340377
Издательство: Wiley
Рейтинг:
Цена: 54900.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия