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


Groups > comp.lang.python > #51689

Editing tabular data [was: PEP8 79 char max]

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.073
X-Spam-Evidence '*H*': 0.86; '*S*': 0.00; 'subject: [': 0.09; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'spreadsheet.': 0.16; 'subject:tabular': 0.16; 'sender:addr:gmail.com': 0.17; 'example': 0.22; 'skip': 0.24; '(for': 0.26; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; 'stuff': 0.32; 'guess': 0.33; 'table': 0.34; 'received:google.com': 0.35; 'add': 0.35; 'subject:data': 0.36; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; "you've": 0.63; 'more': 0.64; 'different': 0.65; 'moves': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=m6c3IeX9aioiF89hiuddAWbLK/q1IFs0reGoTD5OZjQ=; b=DXGbzW+DM0C2OnE8StlN477T3intdNSsf9tMda8QDUcW5uuA/0LzJ/bHB/K0HNg/j1 rwRM1YUCjvptHVUGF7vep1uZL0D+mUwi6+H0OvtFbccEXxsnaF7CtXu/utgbaBY+Hy3d naN/CYUUXyIpwAuY2/d1kTbRVcp3EUni2QCJbmA7pjBcHimoD2hw20mLDw2Zq1SCVY3M 9Aht5lQ+CqodVU7Pdn3Mkr5vT2uv6t0hW1CHex/8FOJhmTjxME6VdacyEtJtGOLmvucK 66LKTrnfqLcfIoGRlc3xajVSSHLtsR6PVMWefiBNgQIn4NfHwCMUW2TkBV28fXQocyAg w5rw==
MIME-Version 1.0
X-Received by 10.43.77.137 with SMTP id zi9mr21847942icb.106.1375295969415; Wed, 31 Jul 2013 11:39:29 -0700 (PDT)
Sender skip.montanaro@gmail.com
Date Wed, 31 Jul 2013 13:39:29 -0500
X-Google-Sender-Auth cztAIk47RXS4x6laVFJbVKBGZro
Subject Editing tabular data [was: PEP8 79 char max]
From Skip Montanaro <skip@pobox.com>
To Python <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.49.1375295978.1251.python-list@python.org> (permalink)
Lines 7
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375295978 news.xs4all.nl 15891 [2001:888:2000:d::a6]:36741
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51689

Show key headers only | View raw


> I don't understand.  That just moves them to a different file --
> doesn't it?  You've still got to deal with editing a large table of
> data (for example when I want to add instructions to your assembler).

My guess is it would be more foolproof to edit that stuff with a spreadsheet.

Skip

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Editing tabular data [was: PEP8 79 char max] Skip Montanaro <skip@pobox.com> - 2013-07-31 13:39 -0500
  Re: Editing tabular data [was: PEP8 79 char max] Grant Edwards <invalid@invalid.invalid> - 2013-07-31 19:02 +0000
    Re: Editing tabular data [was: PEP8 79 char max] Skip Montanaro <skip@pobox.com> - 2013-07-31 14:35 -0500
    Re: Editing tabular data [was: PEP8 79 char max] Chris Angelico <rosuav@gmail.com> - 2013-08-01 01:50 +0100
      Re: Editing tabular data [was: PEP8 79 char max] Neil Cerutti <neilc@norwich.edu> - 2013-08-01 14:04 +0000
      Re: Editing tabular data [was: PEP8 79 char max] wxjmfauth@gmail.com - 2013-08-02 02:15 -0700
    Re: Editing tabular data Ben Finney <ben+python@benfinney.id.au> - 2013-08-02 16:35 +1000
      Re: Editing tabular data rusi <rustompmody@gmail.com> - 2013-09-03 09:58 -0700
    LibreOffice (was: Editing tabular data) Ben Finney <ben+python@benfinney.id.au> - 2013-08-02 17:14 +1000
    Re: LibreOffice (was: Editing tabular data) Chris Angelico <rosuav@gmail.com> - 2013-08-02 10:37 +0100
      Re: LibreOffice (was: Editing tabular data) Grant Edwards <invalid@invalid.invalid> - 2013-08-02 14:00 +0000
    Re: LibreOffice Terry Reedy <tjreedy@udel.edu> - 2013-08-02 21:26 -0400
    Re: LibreOffice David Robinow <drobinow@gmail.com> - 2013-08-03 11:08 -0400
  Re: Editing tabular data [was: PEP8 79 char max] "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2013-07-31 20:03 +0100
    Re: Editing tabular data [was: PEP8 79 char max] Neil Cerutti <neilc@norwich.edu> - 2013-07-31 19:07 +0000
  Re: Editing tabular data [was: PEP8 79 char max] Wanderer <wanderer@dialup4less.com> - 2013-07-31 13:37 -0700
    Re: Editing tabular data [was: PEP8 79 char max] Skip Montanaro <skip.montanaro@gmail.com> - 2013-07-31 18:40 -0500

csiph-web