Effective Python Quotes

Rate this book
Clear rating
Effective Python: 59 Specific Ways to Write Better Python (Effective Software Development Series) Effective Python: 59 Specific Ways to Write Better Python by Brett Slatkin
914 ratings, 4.27 average rating, 70 reviews
Open Preview
Effective Python Quotes Showing 1-1 of 1
“To initiate the debugger, all you have to do is import the pdb built-in module and run its set_trace function. You’ll often see this done in a single line so programmers can comment it out with a single # character.”
Brett Slatkin, Effective Python: 59 Specific Ways to Write Better Python