-
-
Notifications
You must be signed in to change notification settings - Fork 381
Converted THW debugging tutorial to the IPython Notebook #27
Conversation
This could use a few more references to the Python documentation or tutorial in some places (sorry, I know this is not specific advice). |
"metadata": {}, | ||
"source": [ | ||
" \n", | ||
"## Profiling: making code fast\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why, but this line isn't being properly header'd in preview.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird. It works fine for me in the actual notebook.
Updated with desired edits and removed shell history. |
This is principally a translation from markdown to ipynb of miscellaneous tips and tools on coding practice and debugging. +1 for merge; this is expository material that is not in the Conway's Game of Life example. |
Okay, let's get it in. |
Converted THW debugging tutorial to the IPython Notebook
Woohoo! |
Thanks for all your hard work @scopatz and a thousand apologies for the delay in getting these in. |
Thanks a ton @ahmadia! Glad they made it in =) |
Fix typo and add some missing words in shell/Readme.md
No description provided.