Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.16 KB

File metadata and controls

39 lines (31 loc) · 1.16 KB

#Debugging Python ##PyKC Monthly Meetup ###Thursday, April 24, 2014

#Caleb Hyde ##at Alight Analytics

#Approach Just use print() statements!

#The CLI and iterative development

  • Build incrementally, fail often
  • iPython -- Not just for the browser!

#Stack traces

  • source file, line number
  • On Exceptions (only)

#Debuggery

#Related

#Further topics

#fin and thanks