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


Groups > comp.lang.python > #31714

Python interactive help()

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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; 'python,': 0.02; 'win32': 0.03; 'output': 0.04; 'subject:Python': 0.05; 'subject:help': 0.07; 'python': 0.09; 'interpreter,': 0.09; 'modules.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sep': 0.09; 'subject:()': 0.09; 'does;': 0.16; 'keyword,': 0.16; 'modules,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'documented': 0.17; 'module,': 0.17; '>>>': 0.18; 'module': 0.19; 'parameters': 0.20; 'all,': 0.21; 'bit': 0.21; 'keywords,': 0.22; 'header:User-Agent:1': 0.26; 'topic': 0.27; 'header:X -Complaints-To:1': 0.28; 'skip:( 20': 0.28; 'topics,': 0.29; 'summary': 0.29; 'url:python': 0.32; 'from:addr:yahoo.co.uk': 0.32; 'utility': 0.33; 'to:addr:python-list': 0.33; 'tutorial': 0.33; 'list': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'modules': 0.36; 'should': 0.36; 'mark': 0.38; 'mean': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'help': 0.40; 'your': 0.60; 'first': 0.61; 'more': 0.63; 'internet': 0.71; 'url:tutorial': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Python interactive help()
Date Fri, 19 Oct 2012 09:34:59 +0100
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-78-146-11-158.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20121010 Thunderbird/16.0.1
X-Antivirus avast! (VPS 121018-2, 18/10/2012), Outbound message
X-Antivirus-Status Clean
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.2493.1350635687.27098.python-list@python.org> (permalink)
Lines 36
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350635687 news.xs4all.nl 6937 [2001:888:2000:d::a6]:57600
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31714

Show key headers only | View raw


Good morning/afternoon/evening all,

Where is this specific usage documented as my search engine skills have 
let me down?  By this I mean entering help() without parameters to get 
the following output and then the help> prompt.

C:\Users\Mark\workspace\CrossCode>py -3
Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 
bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> help()

Welcome to Python 3.3!  This is the interactive help utility.

If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://docs.python.org/3.3/tutorial/.

Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules.  To quit this help utility and
return to the interpreter, just type "quit".

To get a list of available modules, keywords, or topics, type "modules",
"keywords", or "topics".  Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given 
word such as "spam", type "modules spam".

help>

Cheers.

Mark Lawrence.
-- 
Cheers.

Mark Lawrence.

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


Thread

Python interactive help() Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-19 09:34 +0100
  Re: Python interactive help() Duncan Booth <duncan.booth@invalid.invalid> - 2012-10-19 08:56 +0000
    Re: Python interactive help() Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-19 10:09 +0100
      Re: Python interactive help() Duncan Booth <duncan.booth@invalid.invalid> - 2012-10-19 10:19 +0000

csiph-web