BOOKS - PROGRAMMING - Python Debugging Handbook
US $9.92
47076
47076
Python Debugging Handbook
Author: HL Zimmerman
Year: 2020
Number of pages: 233
Format: EPUB/PDFCONV.
File size: 11.4 MB
Language: ENG
Year: 2020
Number of pages: 233
Format: EPUB/PDFCONV.
File size: 11.4 MB
Language: ENG
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.