|Listed in category:
Have one to sell?

Effective Python : 90 Specific Ways to... 2e by Brett Slatkin INTERNATIONAL ED

US $32.49
ApproximatelyRM 137.92
Condition:
Brand New
2 available
Breathe easy. Returns accepted.
Shipping:
US $3.99 (approx RM 16.94) FedEx International Economy from Abroad.
Located in: LUCKNOW, UTTAR PRADESH, India
Delivery:
Estimated between Wed, 20 Aug and Thu, 21 Aug to 94104
Estimated delivery dates - opens in a new window or tab include seller's handling time, origin ZIP Code, destination ZIP Code and time of acceptance and will depend on shipping service selected and receipt of cleared paymentcleared payment - opens in a new window or tab. Delivery times may vary, especially during peak periods.
Returns:
30 days return. Buyer pays for return shipping. If you use an eBay shipping label, it will be deducted from your refund amount.
Coverage:
Read item description or contact seller for details. See all detailsSee all details on coverage
(Not eligible for eBay purchase protection programmes)
Seller assumes all responsibility for this listing.
eBay item number:295605652089
Last updated on Dec 23, 2024 14:47:40 MYTView all revisionsView all revisions

Item specifics

Condition
Brand New: A new, unread, unused book in perfect condition with no missing or damaged pages. See all condition definitionsopens in a new window or tab
Subject Area
Software Development
Educational Level
Adult & Further Education
Level
Intermediate
Subject
Computer Science
ISBN
9780134853987

About this product

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0134853989
ISBN-13
9780134853987
eBay Product ID (ePID)
25038289373

Product Key Features

Number of Pages
480 Pages
Language
English
Publication Name
Effective Python : 90 Specific Ways to Write Better Python
Subject
Programming Languages / Python
Publication Year
2019
Type
Textbook
Subject Area
Computers
Author
Brett Slatkin
Series
Effective Software Development Ser.
Format
Trade Paperback

Dimensions

Item Height
0.1 in
Item Weight
31 Oz
Item Length
9.1 in
Item Width
7.1 in

Additional Product Features

Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
2019-951987
Reviews
"I have been recommending this book enthusiastically since the first edition appeared in 2015. This new edition, updated and expanded for Python 3, is a treasure trove of practical Python programming wisdom that can benefit programmers of all experience levels." -Wes McKinney, Creator of Python Pandas project, Director of Ursa Labs "If you''re coming from another language, this is your definitive guide to taking full advantage of the unique features Python has to offer. I''ve been working with Python for nearly twenty years and I still learned a bunch of useful tricks, especially around newer features introduced by Python 3. Effective Python is crammed with actionable advice, and really helps define what our community means when they talk about Pythonic code." -Simon Willison, Co-creator of Django "I''ve been programming in Python for years and thought I knew it pretty well. Thanks to this treasure trove of tips and techniques, I''ve discovered many ways to improve my Python code to make it faster (e.g., using bisect to search sorted lists), easier to read (e.g., enforcing keyword-only arguments), less prone to error (e.g., unpacking with starred expressions), and more Pythonic (e.g., using zip to iterate over lists in parallel). Plus, the second edition is a great way to quickly get up to speed on Python 3 features, such as the walrus operator, f-strings, and the typing module." -Pamela Fox, Creator of Khan Academy programming courses "Now that Python 3 has finally become the standard version of Python, it''s already gone through eight minor releases and a lot of new features have been added throughout. Brett Slatkin returns with a second edition of Effective Python with a huge new list of Python idioms and straightforward recommendations, catching up with everything that''s introduced in version 3 all the way through 3.8 that we''ll all want to use as we finally leave Python 2 behind. Early sections lay out an enormous list of tips regarding new Python 3 syntaxes and concepts like string and byte objects, f-strings, assignment expressions (and their special nickname you might not know), and catch-all unpacking of tuples. Later sections take on bigger subjects, all of which are packed with things I either didn''t know or which I''m always trying to teach to others, including ''Metaclasses and Attributes'' (good advice includes ''Prefer Class Decorators over Metaclasses'' and also introduces a new magic method ''__init_subclass__()'' I wasn''t familiar with), ''Concurrency'' (favorite advice: ''Use Threads for Blocking I/O, but not Parallelism,'' but it also covers asyncio and coroutines correctly) and ''Robustness and Performance'' (advice given: ''Profile before Optimizing''). It''s a joy to go through each section as everything I read is terrific best practice information smartly stated, and I''m considering quoting from this book in the future as it has such great advice all throughout. This is the definite winner for the ''if you only read one Python book this year...'' contest." -Mike Bayer, Creator of SQLAlchemy "This is a great book for both novice and experienced programmers. The code examples and explanations are well thought out and explained concisely and thoroughly. The second edition updates the advice for Python 3, and it''s fantastic! I''ve been using Python for almost 20 years, and I learned something new every few pages. The advice given in this book will serve anyone well." -Titus Brown, Associate Professor at UC Davis "Once again, Brett Slatkin has managed to condense a wide range of solid practices from the community into a single volume. From exotic topics like metaclasses and concurrency to crucial basics like robustness, testing, and collaboration, the updated Effective Python makes a consensus view of what''s ''Pythonic'' available to a wide audience." -Brandon Rhodes, Author of python-patterns.guide
Dewey Edition
23
Dewey Decimal
005.13/3
Table Of Content
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
Synopsis
Updated and Expanded for Python 3 It's easy to start developing programs with Python, which is why the language is so popular. However, Python's 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 Python's 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. You'll understand the best way to accomplish key tasks so you can write code that's 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., Updated and Expanded for Python 3 It's easy to start developing programs with Python, which is why the language is so popular. However, Python's 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 Python's 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. You'll understand the best way to accomplish key tasks so you can write code that's 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 aims to provide the reader with an understanding of the "Pythonic" way of writing programs: the best way to use Python. New programmers 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., Updated and Expanded for Python 3 It's easy to start developing programs with Python, which is why the language is so popular. However, Python's 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 Python's 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. You'll understand the best way to accomplish key tasks so you can write code that's 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.
LC Classification Number
QA76.73.P98

Item description from the seller

About this seller

Check-inStore

96.9% positive feedback8.1K items sold

Joined May 2018
Welcome, we are just a message away for any info you need 24X7..............EXPRESS SHIPPING FOR USA CUSTOMERS with NO EXTRA COST.

Detailed Seller Ratings

Average for the last 12 months
Accurate description
4.7
Reasonable shipping cost
4.7
Shipping speed
5.0
Communication
4.7

Seller feedback (814)

All ratings
Positive
Neutral
Negative