On 24Jun2013 14:28, Grant Edwards <invalid@invalid.invalid> wrote:
| On 2013-06-23, cutems93 <ms2...@cornell.edu> 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) python-list@python.org

| 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 <c...@zip.com.au>

The simple truth is that interstellar distances will not fit into the
human imagination. - Douglas Adams
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to