Items related to Intuitive Python: Productive Development for Projects...

Intuitive Python: Productive Development for Projects that Last - Softcover

  • 3.26 out of 5 stars
    19 ratings by Goodreads
 
Image Not Available
  • PublisherPragmatic Bookshelf
  • Publication date2021
  • ISBN 10 1680508237
  • ISBN 13 9781680508239
  • BindingPaperback
  • LanguageEnglish
  • Edition number1
  • Number of pages142
  • Rating
    • 3.26 out of 5 stars
      19 ratings by Goodreads

Buy Used

Condition: As New
Unread book in perfect condition...
View this item

US$ 2.64 shipping within U.S.A.

Destination, rates & speeds

Search results for Intuitive Python: Productive Development for Projects...

Seller Image

Muller, David
Published by Pragmatic Bookshelf, 2021
ISBN 10: 1680508237 ISBN 13: 9781680508239
Used Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: As New. Unread book in perfect condition. Seller Inventory # 42810484

Contact seller

Buy Used

US$ 24.02
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: 15 available

Add to basket

Seller Image

Muller, David
Published by Pragmatic Bookshelf, 2021
ISBN 10: 1680508237 ISBN 13: 9781680508239
New Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 42810484-n

Contact seller

Buy New

US$ 26.85
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: 15 available

Add to basket

Seller Image

Muller, David
Published by Pragmatic Bookshelf 6/15/2021, 2021
ISBN 10: 1680508237 ISBN 13: 9781680508239
New Paperback or Softback

Seller: BargainBookStores, Grand Rapids, MI, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback or Softback. Condition: New. Intuitive Python: Productive Development for Projects That Last 0.56. Book. Seller Inventory # BBS-9781680508239

Contact seller

Buy New

US$ 29.50
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 5 available

Add to basket

Stock Image

Muller, David
Published by Pragmatic Bookshelf, 2021
ISBN 10: 1680508237 ISBN 13: 9781680508239
New Softcover

Seller: Lucky's Textbooks, Dallas, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # ABLIING23Mar2811580337101

Contact seller

Buy New

US$ 28.61
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Muller, David
Published by Pragmatic Bookshelf, 2021
ISBN 10: 1680508237 ISBN 13: 9781680508239
New Softcover

Seller: California Books, Miami, FL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # I-9781680508239

Contact seller

Buy New

US$ 33.00
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

David Muller
Published by The Pragmatic Programmers, 2021
ISBN 10: 1680508237 ISBN 13: 9781680508239
New PAP

Seller: PBShop.store US, Wood Dale, IL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000. Seller Inventory # GB-9781680508239

Contact seller

Buy New

US$ 35.94
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 2 available

Add to basket

Stock Image

David Muller
Published by Pragmatic Programmers, 2021
ISBN 10: 1680508237 ISBN 13: 9781680508239
New PAP

Seller: PBShop.store UK, Fairford, GLOS, United Kingdom

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000. Seller Inventory # GB-9781680508239

Contact seller

Buy New

US$ 34.26
Convert currency
Shipping: US$ 5.54
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 2 available

Add to basket

Stock Image

David Muller
Published by The Pragmatic Programmers, 2021
ISBN 10: 1680508237 ISBN 13: 9781680508239
New Paperback / softback

Seller: THE SAINT BOOKSTORE, Southport, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback / softback. Condition: New. New copy - Usually dispatched within 4 working days. 346. Seller Inventory # B9781680508239

Contact seller

Buy New

US$ 26.23
Convert currency
Shipping: US$ 13.59
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

David Muller
ISBN 10: 1680508237 ISBN 13: 9781680508239
New Paperback

Seller: Grand Eagle Retail, Fairfield, OH, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: new. Paperback. Developers power their projects with Python because it emphasizes readability, ease of use, and access to a meticulously maintained set of packages and tools. The language itself continues to improve with every release: writing in Python is full of possibility. But to maintain a successful Python project, you need to know more than just the language. You need tooling and instincts to help you make the most out of what's available to you. Use this book as your guide to help you hone your skills and sculpt a Python project that can stand the test of time.No matter your experience level or background, Python's batteries-included standard library and rich third-party ecosystem provide a solid foundation to build your projects on. With the right intuition and background knowledge, you can take advantage of all the power Python offers. Take a guided tour of some of Python's high points to craft a project that you can sustain and build on for a long time.Run static analysis tools to detect and eliminate classes of bugs before you run code. Experiment with Python's concurrency model and develop patterns for using Python's thread and process abstractions to their full potential. Introduce yourself to Python's type hinting system: mypy. Download and run third-party Python packages and do so safely without compromising on security. Debug code using Python's built in debugger, and try procedures out in the interactive console. Run your code under new versions of the Python interpreter to unlock performance and usability improvements. All along the way, sharpen your Python instincts so you can keep your code clean and reduce the chance of bugs.Mine Python for all you can by playing to its strengths and embracing patterns that harness its potential.What You Need:The books assumes you have some experience programming in any language (not necessarily Python). To run the code presented in the book, you'll need a Python environment which you can download from Use this book as your guide to help you hone your skills and sculpt a Python project that can stand the test of time. Shipping may be from multiple locations in the US or from the UK, depending on stock availability. Seller Inventory # 9781680508239

Contact seller

Buy New

US$ 40.16
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Muller, David
Published by Pragmatic Bookshelf, 2021
ISBN 10: 1680508237 ISBN 13: 9781680508239
New Paperback First Edition

Seller: Russell Books, Victoria, BC, Canada

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: New. 1st Edition. Special order direct from the distributor. Seller Inventory # ING9781680508239

Contact seller

Buy New

US$ 34.36
Convert currency
Shipping: US$ 9.99
From Canada to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

There are 11 more copies of this book

View all search results for this book