User Tools

Site Tools


other:python:jyp_steps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
other:python:jyp_steps [2016/02/09 16:32] – Added the views side effect section jypeterother:python:jyp_steps [2016/02/18 12:02] – Started the debug section jypeter
Line 189: Line 189:
  
   * [[http://blog.codinghorror.com/a-pragmatic-quick-reference/|A Pragmatic Quick Reference]]   * [[http://blog.codinghorror.com/a-pragmatic-quick-reference/|A Pragmatic Quick Reference]]
 +
 +===== Debugging your code =====
 +
 +There is only so much you can do with staring at your code in your favorite text editor, and adding ''print'' lines in your code (or [[https://docs.python.org/2/howto/logging.html#logging-basic-tutorial|using logging]] instead of ''print''). The next step is to use the python debugger!
 +
 +==== Debugging in text mode ====
 +
 +==== Using pydebug ====
 +
  
 ===== Improving the performance of your code ===== ===== Improving the performance of your code =====
other/python/jyp_steps.txt · Last modified: 2025/02/26 11:40 by jypeter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki