Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5084

Re: Non Programming in python

Path csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'wiki': 0.02; 'terry': 0.07; 'python': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'pm,': 0.11; 'wrote:': 0.14; 'subject:python': 0.15; '(eg': 0.16; '(everything': 0.16; 'binaries': 0.16; 'bzr': 0.16; 'cant': 0.16; 'debugger': 0.16; 'programming:': 0.16; 'pythons': 0.16; 'reedy': 0.16; 'refactoring': 0.16; 'skip:| 40': 0.16; 'subject:Programming': 0.16; 'unittest,': 0.16; 'packaging': 0.19; 'usage': 0.20; 'programming': 0.20; 'jan': 0.22; 'header:In-Reply-To:1': 0.22; 'linux,': 0.22; 'deployment': 0.23; 'used,': 0.25; 'integration': 0.26; 'testing': 0.28; 'skip:- 40': 0.29; 'assuming': 0.29; 'list': 0.30; 'bundle': 0.31; 'separate': 0.31; "skip:' 10": 0.32; 'skip:- 30': 0.32; 'called': 0.32; 'to:addr:python-list': 0.32; 'etc)': 0.33; 'overview': 0.33; 'things': 0.33; 'sorry': 0.33; 'page': 0.33; 'beginning': 0.33; 'sometimes': 0.33; 'header:X -Complaints-To:1': 0.34; 'starting': 0.34; 'primary': 0.34; 'there': 0.35; 'tools.': 0.35; 'header:User-Agent:1': 0.35; 'put': 0.35; 'typical': 0.35; 'think': 0.36; 'some': 0.37; 'should': 0.37; 'useful': 0.37; 'less': 0.38; 'pretty': 0.38; 'received:org': 0.38; 'listed': 0.39; 'help': 0.39; 'to:addr:python.org': 0.39; 'could': 0.39; 'where': 0.39; 'header :Mime-Version:1': 0.39; 'would': 0.40; 'header:Received:5': 0.40; 'might': 0.40; 'central': 0.60; 'subject': 0.61; 'order': 0.61; 'below.': 0.64; 'production': 0.65; 'completion': 0.97
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: Non Programming in python
Date Tue, 10 May 2011 15:28:27 -0400
References <58a6bb1b-a98e-4c4a-86ea-09e040cb2d21@r35g2000prj.googlegroups.com> <roy-EE2BEE.09311008052011@news.panix.com> <c91e5d89-4bd0-46de-9312-8586a523fa08@s41g2000prb.googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host rain.gmane.org
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10
In-Reply-To <c91e5d89-4bd0-46de-9312-8586a523fa08@s41g2000prb.googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1387.1305055728.9059.python-list@python.org> (permalink)
Lines 57
NNTP-Posting-Host 82.94.164.166
X-Trace 1305055728 news.xs4all.nl 81473 [::ffff:82.94.164.166]:38557
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:5084

Show key headers only | View raw


On 5/10/2011 12:41 PM, rusi wrote:
> Sorry for a silly subject change: A better one will be welcome -- cant
> think of a name myself.

Associated tools. I might separate them into development tools (up to 
the production of python.exe) and usage tools (everything thereafter). 
On Windows, this is a pretty clean separation. On Linux, less so since 
users sometimes build their own binaries and therefore use some of the 
development tools.

Assuming that there is not one already, this could be the beginning of a 
useful overview wiki page with links to existing pages on the specific 
topics ('areas') listed below.

> There is this whole area of python that may be called the non-
> programming side of programming:
>
> Is there some central site where all such is put up?
> What if any should such a bundle of things be called?
>
> -------------------------------------------------
>
>    | Area             | Tool(s)                |
>    |------------------+------------------------|
>    | packaging        | distutils, setuptools, |
>    |                  | distutils2, distribute |
>    |                  | Native tools (eg apt)  |
>    | versioning       | hg, git, bzr           |
>    | multiple pythons | virtualenv             |
>    | ??               | tox                    |
>    | testing          | unittest, nose, pytest |
>    | build            | scons, make...         |
>    | deployment       | fabric                 |
>
> ------------------------------

I would reorder this list in the typical order used, starting with editors.

> * Primary Development tools/aids
>
>    1. Help
>    2. Completion ('intellisense')
>    3. Tags (Jumping)
>    4. Refactoring
>    5. Integration with 'non-programming' above (eg VCSes, packagers
> etc)
>
> * Other Development Tools
>    - Debugger
>    - Profiler
>    - Heap Profiler
>    - Coverage


-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Development tools and practices for Pythonistas Roy Smith <roy@panix.com> - 2011-05-08 09:31 -0400
  Non Programming in python rusi <rustompmody@gmail.com> - 2011-05-10 09:41 -0700
    Re: Non Programming in python Terry Reedy <tjreedy@udel.edu> - 2011-05-10 15:28 -0400
      Re: Non Programming in python rusi <rustompmody@gmail.com> - 2011-05-10 20:36 -0700
    Re: Non Programming in python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-05-10 22:53 +0000

csiph-web