Python development tools

Cameron Simpson cs at zip.com.au
Mon Jun 24 17:36:48 EDT 2013


On 24Jun2013 14:28, Grant Edwards <invalid at invalid.invalid> wrote:
| On 2013-06-23, cutems93 <ms2597 at 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 at 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 <cs at zip.com.au>

The simple truth is that interstellar distances will not fit into the
human imagination. - Douglas Adams



More information about the Python-list mailing list