Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'beginner': 0.05; 'python': 0.09; 'received:mail-vb0-f46.google.com': 0.09; 'subject:python': 0.11; 'subject:search': 0.16; 'received:209.85.212.46': 0.18; 'statement': 0.23; 'this:': 0.23; 'header:User-Agent:1': 0.26; 'common': 0.26; 'functions.': 0.27; "doesn't": 0.28; 'received:209.85.212': 0.28; 'searches': 0.29; 'basic': 0.30; 'function': 0.30; 'print': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'done': 0.34; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'next': 0.35; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'received:209': 0.37; 'far': 0.37; 'easier': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'first': 0.61; 'results': 0.65; 'friend': 0.81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=Z0lr3Svx/DN7Tlesg17wZiqpiaE5otVTNn0FASkqkqg=; b=lL/vIqZ1gFxXcUtfkYD8UyjC+lFHlRVTO875P8ECzZ/ENN4jB6c+x7HVuepuyacPOL T4cCMbQRSut8HeEncMY/YuaShZs6W8d767++qvgglMR458OtiNxT7iBXjkoF0XUy9hMh v8bCLSyC1+SWZyV02L6lv8PTIxCXDu7q4R1ROjybSFK+akkVIJWs5udNt4+0duTmDvUg 7RSO+uJbWZvYSf0QLNmept+4UocYahtvZGbTd/wCyCYrwrc6C+NezV1feRhvPxqquQjh +aw121rX65SYsgx/8WgTYrgUxlcAmmbWXyhCwJkPq7PRn44pod4Quom4YiDSCMtH+889 4CNw== Date: Tue, 04 Sep 2012 13:58:43 -0400 From: David Hoese User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: python-list@python.org Subject: python docs search for 'print' Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346781550 news.xs4all.nl 6951 [2001:888:2000:d::a6]:33375 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28410 A friend made me aware of this: When a python beginner (2.x) quick searches for "print" on docs.python.org, the print function doesn't even come up in the top 20 results. The print statement isn't even listed as far as I can tell. Is there something that can be done about this to make it easier for beginners? I understand that this is a very basic search and "print" is a very common word and a very basic python statement, but it's pretty difficult for a beginner to learn when the first 5 results are about the disassembler and the next 5 are C functions. -Dave