On 24Jun2013 14:28, Grant Edwards <[email protected]> wrote: | On 2013-06-23, cutems93 <[email protected]> wrote: | > I am new to python development and I want to know what kinds of tools | > people use for python development. | | 1) emacs | 2) Cpython | 3) subversion | 4) http://www.python.org/doc/ | 5) comp.lang.python
1) vi/vim 2) Cpython 3) mercurial 4) local copy of http://www.python.org/doc/ for python 2 and 3 (lets me work offline and snappier to browse) 5) [email protected] | 99.9% of the programs I write are command-line tools. 99.9% of the programs I write are command-line tools. Cheers, -- Cameron Simpson <[email protected]> The simple truth is that interstellar distances will not fit into the human imagination. - Douglas Adams -- http://mail.python.org/mailman/listinfo/python-list
