£135.98

Independently Published Python Debugging Handbook: 1 (Debugging 101)

Price data last checked 38 day(s) ago - refreshing...

View at Amazon

We'll watch every seller, every day. One email when your price arrives.

About as cheap as it gets. The only time it was cheaper was 1 month ago.

£136 today · all-time low £136 (Jun 2026) · usually the usual

NEW HERE?

Amazon shows you one price. We show you all of them.

Tosheroon watches Amazon prices so you don't have to. Every product on Amazon has a price history — we make it visible. Set the price you'd actually pay, and we'll email you the second it gets there. No app, no account, one email.

WHAT'S ON THIS PAGE

↓ Price chart
when this has been cheap or pricey
↓ Forecast
where the price is heading next
↓ Statistics
all-time high & low, recent range
↑ Price alert
name your number, we'll email you

Price History & Forecast

Grey patches = out of stock. Cheaper = lower on the chart. Hover for exact prices.

Last 53 days · 53 data points (no recent data)

Historical
Generating forecast…
£156.38 £133.93 £138.83 £143.73 £148.62 £153.52 £158.42 29 April 2026 12 May 2026 25 May 2026 07 June 2026 20 June 2026

Price Distribution

Price distribution over 53 days • 3 price levels

Days at Price
Current Price
11 days · current 5 days 37 days 0 9 19 28 37 £136 £137 £156 Days at Price

Price Analysis

Most common price: £156 (37 days, 69.8%)

Price range: £136 - £156

Price levels: 3 different prices over 53 days

Description

For more examples, see "Python openpyxl Lab 1." This book is a systematic plan to debug your programs. The focus is not on the Python language, although Chapter 3 does cover the basics. Instead, my focus is always on debugging. If you’re new to Python debugging, I think this book is a good starting point. Experienced Python programmers might want to review the table of contents to see if there’s anything special that catches their interest.The sample code demonstrates lists, tuples, loops, or classes, but in the simplest form I could imagine. Chapters 1-2 outline how to set up your Python debugging environment, and establish a debugging plan as you write your code. Work on small chunks of code, test, and then move on to the next piece. Keep multiple backup versions of your files. Have a clear idea of what you want your program to do. Use small data file samples that you know have clean data to develop your code. When you’ve tested your code and are confident there are no bugs, use live data connections or real data files. Keep notes of where you stopped programming and the next steps. Divide and concur. Divide the code in half and test each half to see which half has the error. Repeat to drill down to the location with the error. When debugging, keep a record of experiments, so you know what you’ve already tried.Chapter 4 has simple suggestions for debugging your code, with specific examples of the code and results. Even if you’ve never seen Spyder or Python before, at the end of this chapter, I hope you’ll feel confident debugging most of the issues you’ll encounter. With the Debugging Overview, you’ll learn about the Editor, Variable Explorer, and Debug Mode and Interactive Mode in the Console. We’ll look at those times when you don’t see your object in Variable Explorer, and explore why the Console traceback says “NameError.” •Delve into Debug Mode, including basic commands, how to set a breakpoint, and examples of stepping through the code. •Add Print Statements (and visual clues for the depth of loop statements). •Logging for those times when print statements roll off the screen.•Use Interactive Mode with several common Console commands and two magic commands. [object name]? dir(object) help(object) %debug %timeit Chapter 5 briefly looks at the types of errors you may encounter, and then in Chapter 6, you can try out your debugging knowledge. We’ll look at the syntax for retrieving object values, type information, the length of objects or data structures, arguments, and return values. Because syntax varies based on the type and length of objects, there are numerous examples for strings, numbers, tuples, lists, and dictionaries. We’ll also look at the special “None” value, unique to Python. Chapter 7 is chock full of examples. The format for each example is the same: Description, Intended Outcome, Actual Result, Incorrect Code, Debugging Steps, How to Resolve the Issue, Good Code, and a Reference to earlier related topics.Finally, the Appendix-Reference chapter includes links to the Python.org docs and the iPython.readthedocs websites for more detailed information.

Product Specifications

Format
paperback
Domain
Amazon UK
Release Date
07 February 2020
Listed Since
09 February 2020

Barcode

No barcode data available

Similar Products You Might Like

The Python Workbook: A Brief Introduction with Exercises and Solutions (Texts in Computer Science)
96% match

The Python Workbook: A Brief Introduction with Exercises and Solutions (Texts in Computer Science)

Springer

£41.99 18 Jun 2026
Python Challenges: 100 Proven Programming Tasks Designed to Prepare You for Anything
96% match

Python Challenges: 100 Proven Programming Tasks Designed to Prepare You for Anything

Apress

£43.25 04 Jul 2026
Modern Python Cookbook: 133 recipes to develop flawless and expressive programs in Python 3.8
96% match

Modern Python Cookbook: 133 recipes to develop flawless and expressive programs in Python 3.8

Packt Publishing

£74.99 19 Jun 2026
Modern Python Cookbook: 130+ updated recipes for modern Python 3.12 with new techniques and tools
96% match

Modern Python Cookbook: 130+ updated recipes for modern Python 3.12 with new techniques and tools

Packt Publishing

£41.99 17 Jun 2026
The Python Workbook: A Brief Introduction with Exercises and Solutions (Texts in Computer Science)
96% match

The Python Workbook: A Brief Introduction with Exercises and Solutions (Texts in Computer Science)

Springer

£44.95 26 Jun 2026
Python Programming: A Practical Approach
96% match

Python Programming: A Practical Approach

CRC Press

£91.97 13 Jun 2026
Python Programming: A Practical Approach
96% match

Python Programming: A Practical Approach

Chapman and Hall/CRC

£57.07 12 Jun 2026
Introduction to Python Programming
96% match

Introduction to Python Programming

CRC Press

£93.93 12 Jun 2026
The Quick Python Book, Fourth Edition
96% match

The Quick Python Book, Fourth Edition

Manning

£37.52 18 Jun 2026
Python Programming: An Introduction to Computer Science, Fourth Edition
96% match

Python Programming: An Introduction to Computer Science, Fourth Edition

Franklin, Beedle & Associates Inc.

£55.00 10 Jun 2026
Python for Beginners
96% match

Python for Beginners

CRC Press

£100.00 11 Jun 2026
Advanced Guide to Python 3 Programming (Undergraduate Topics in Computer Science)
95% match

Advanced Guide to Python 3 Programming (Undergraduate Topics in Computer Science)

Springer

£55.62 18 May 2026
Well-Grounded Python Developer, The: How the Pros Use Python and Flask
95% match

Well-Grounded Python Developer, The: How the Pros Use Python and Flask

Manning

£43.48 27 Jul 2026
Python for Software Design: How to Think Like a Computer Scientist
95% match

Python for Software Design: How to Think Like a Computer Scientist

Cambridge University Press

£29.20 10 Jul 2026
A Beginners Guide to Python 3 Programming (Undergraduate Topics in Computer Science)
95% match

A Beginners Guide to Python 3 Programming (Undergraduate Topics in Computer Science)

Springer

£46.51 13 Jun 2026
Effective Python: 90 Specific Ways to Write Better Python (Effective Software Development Series)
95% match

Effective Python: 90 Specific Ways to Write Better Python (Effective Software Development Series)

Addison Wesley

£42.97 23 Jun 2026
Rheinwerk Computing Python 3: The Comprehensive Guide Book
95% match

Rheinwerk Computing Python 3: The Comprehensive Guide Book

Rheinwerk Computing

£47.00 27 Jul 2026
A Concise Introduction to Programming in Python (Chapman & Hall/CRC Textbooks in Computing)
95% match

A Concise Introduction to Programming in Python (Chapman & Hall/CRC Textbooks in Computing)

CRC Press

£130.00 09 Jul 2026
The Python Book
95% match

The Python Book

Wiley

£36.42 11 Jul 2026
Texas Instruments TI-84 Plus CE-T Python Edition Graphical Calculator (Colour Display) Black
95% match

Texas Instruments TI-84 Plus CE-T Python Edition Graphical Calculator (Colour Display) Black

Texas Instruments

£122.02 11 Jul 2026
Effective Python: 125 Specific Ways to Write Better Python (Effective Software Development Series)
95% match

Effective Python: 125 Specific Ways to Write Better Python (Effective Software Development Series)

Addison Wesley

£30.83 25 Jun 2026
Python for Engineers and Scientists: Concepts and Applications
95% match

Python for Engineers and Scientists: Concepts and Applications

CRC Press

£95.78 29 Jun 2026
Murach s Python Programming: Beginner to Pro
95% match

Murach s Python Programming: Beginner to Pro

Mike Murach

£45.05 03 Jul 2026
Beginning Python: From Novice to Professional
95% match

Beginning Python: From Novice to Professional

Apress

£43.19 02 Jul 2026