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


Groups > comp.lang.python > #74033

How do you use `help` when write your code

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <i@introo.me>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.057
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'read.': 0.03; 'subject:code': 0.07; 'subject:help': 0.08; 'subject:How': 0.10; 'pythonistas': 0.16; 'subject:when': 0.16; 'integrate': 0.24; 'mention': 0.26; 'message-id:@mail.gmail.com': 0.30; 'that.': 0.31; 'use?': 0.31; 'up.': 0.33; 'received:209.85': 0.35; 'received:google.com': 0.35; 'similar': 0.36; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; 'heard': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'charset:iso-2022-jp': 0.65; 'regards.': 0.65; 'subject:your': 0.76; 'skip:\x1b 30': 0.84; 'subject:you': 0.87
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=0n01oI2AABVYlDM87i70Sg0XcU6Z3XViUj5tHAa+AAE=; b=ejN8fjwxNGgmKeHV+Sm6+IQX/JsXoDG5ZxIQoRRRASLTZjZ9FDSYg1VV6hKejgL/8b SL7OmEmQJzfGa21LnIO6DkuVapNC8ZmFluPnP2iLzhpf+zSUWnMXJIltHvHPVYkHAMQx gMLbPD8TylV9dJqkF8icBBUYKV8jWi+Kzbr8uUPPptD01oTnzZ98MnlfWC/zd/rdVurb cYHi22Qip2ENfhV2XQh2L2f+FouFhsVwjkOG3Eu1F1Ip6LBs2ztgdkGswSxU4cfcsmbP tsiif530lanqWilGmpuGPMtUaldnqoGQ1+9cpbg28kOp3PujJsYC9Rlw4xidisB+bGK6 vf8g==
X-Gm-Message-State ALoCoQmViIy496hwCWmkEoxQyn59jlSkBzXhVs0P90ciadraZ555v1SIHGwHYzcpDVF9AECWr2ly
MIME-Version 1.0
X-Received by 10.60.16.72 with SMTP id e8mr25169423oed.11.1404664583613; Sun, 06 Jul 2014 09:36:23 -0700 (PDT)
X-Originating-IP [143.89.77.124]
Date Mon, 7 Jul 2014 00:36:23 +0800
Subject How do you use `help` when write your code
From Shiyao Ma <i@introo.me>
To Python <python-list@python.org>
Content-Type text/plain; charset=ISO-2022-JP
Content-Transfer-Encoding 7bit
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.11547.1404665036.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1404665036 news.xs4all.nl 2909 [2001:888:2000:d::a6]:52026
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:74033

Show key headers only | View raw


Hi Pythonistas

I often heard people mention use help(ob) as a way of documentation
look up. Personally I seldom/never do that. My normal workflow is use
ipython, obj? or obj?? for quick look up or use docs.python.org for a
detailed read.


Do you use `help`? How does it integrate into your workflow?

Or instead, what similar tools do you use?


Regards.

shiyao

-- 

吾輩は猫である。ホームーページはhttp://introo.me。

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


Thread

How do you use `help` when write your code Shiyao Ma <i@introo.me> - 2014-07-07 00:36 +0800
  Re: How do you use `help` when write your code Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-06 17:52 +0000
    Re: How do you use `help` when write your code Tim Chase <python.list@tim.thechases.com> - 2014-07-06 13:22 -0500
    Re: How do you use `help` when write your code Roy Smith <roy@panix.com> - 2014-07-06 14:48 -0400
  Re: How do you use `help` when write your code Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-06 11:48 -0700
    Re: How do you use `help` when write your code Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-07-06 19:58 +0100
      Re: How do you use `help` when write your code Roy Smith <roy@panix.com> - 2014-07-06 15:15 -0400
        Re: How do you use `help` when write your code Chris Angelico <rosuav@gmail.com> - 2014-07-07 08:54 +1000
          Re: How do you use `help` when write your code Roy Smith <roy@panix.com> - 2014-07-06 20:52 -0400
            Re: How do you use `help` when write your code Chris Angelico <rosuav@gmail.com> - 2014-07-07 13:06 +1000
              Re: How do you use `help` when write your code Roy Smith <roy@panix.com> - 2014-07-07 07:22 -0400
                Re: How do you use `help` when write your code Chris Angelico <rosuav@gmail.com> - 2014-07-07 21:36 +1000
        Re: How do you use `help` when write your code Cameron Simpson <cs@zip.com.au> - 2014-07-07 11:51 +1000

csiph-web