reckoner reckoner's Library tagged → View Popular
How to make a 3D plot in python? - Stack Overflow
"To use asymptote from within Python:"
Breakpoint-induced Python debugging with IPython « Electricmonk.nl weblog
-
from IPython.Debugger import Pdb
pdb = Pdb()
28 Dec 09
setting up ctags -- John Anderson ( sontek )
-
python << EOF
import os
import sys
import vim
for p in sys.path:
if os.path.isdir(p):
vim.command(r"set path+=%s" % (p.replace(" ", r"\ ")))
EOF
vimpdb - Google Code
pretty basic. somewhat unstable. tried with py2.6.
-
- Tired of debugging Python using print statements?
- Don't like the cumbersome PDB (Python debugger) console?
- Prefer using Vim for coding your Python programs?
VimPdb is the solution - allows debugging Python in an IDE-fashion, right within the Vim editor.
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in Python
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
