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


Groups > comp.lang.python > #39993

Re: Python Newbie

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <prvs=76230cc9d=jeanmichel@sequans.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.060
X-Spam-Evidence '*H*': 0.88; '*S*': 0.00; 'subject:Python': 0.05; 'ugly': 0.07; ';-)': 0.11; 'guys,': 0.16; 'underscores': 0.16; 'string': 0.17; 'pfxlen:0': 0.17; 'question.': 0.20; 'init': 0.22; 'for?': 0.23; 'to:2**1': 0.23; 'header:In-Reply-To:1': 0.25; 'skip:( 20': 0.28; 'url:mailman': 0.29; 'convert': 0.29; 'code': 0.31; 'url:python': 0.32; '-----': 0.32; 'skip:_ 30': 0.32; 'url:listinfo': 0.32; 'int': 0.33; 'null': 0.33; 'to:addr:python- list': 0.33; "can't": 0.34; 'something': 0.35; 'url:org': 0.36; 'thank': 0.36; 'subject:: ': 0.38; 'store': 0.38; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'you.': 0.61; 'received:194': 0.61; 'information': 0.63; 'person,': 0.65; 'disclose': 0.69; 'notice:': 0.71; 'privileged.': 0.72; 'medium.': 0.91
X-IronPort-AV E=Sophos;i="4.84,743,1355094000"; d="scan'208";a="1226025"
X-Virus-Scanned amavisd-new at zimbra.sequans.com
Date Tue, 26 Feb 2013 20:09:19 +0100 (CET)
From Jean-Michel Pichavant <jeanmichel@sequans.com>
To piterrr dolinski <piterrr.dolinski@gmail.com>, python-list@python.org
In-Reply-To <b5c95f18-fe40-4e92-8dc3-49aa0bf4ee98@googlegroups.com>
Subject Re: Python Newbie
MIME-Version 1.0
X-Mailer Zimbra 7.2.0_GA_2669 (ZimbraWebClient - GC7 (Linux)/7.2.0_GA_2669)
Content-Type text/plain; charset="utf-8"
Content-Transfer-Encoding base64
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.2567.1361905815.2939.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1361905815 news.xs4all.nl 6914 [2001:888:2000:d::a6]:51043
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:39993

Show key headers only | View raw


----- Original Message -----
> Hi guys,
> 
> Question. Have this code
> 
> intX = 32                          # decl + init int var
> intX_asString = None               # decl + init with NULL string var
> 
> intX_asString = intX.__str__ ()    # convert int to string
> 
> What are these ugly underscores for?
> _________________str___________________
> 
> Peter
> --
> http://mail.python.org/mailman/listinfo/python-list

I can't wait for the 

intX_asString_asBool = intX_asString.__bool__()

if (intX_asString_asBool == True):
  # do something 

;-)

JM


-- IMPORTANT NOTICE: 

The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

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


Thread

Re: Python Newbie Jean-Michel Pichavant <jeanmichel@sequans.com> - 2013-02-26 20:09 +0100
  Re: Python Newbie "Piterrr" <piotrekd@optonline.net> - 2013-02-26 19:42 +0000
    Re: Python Newbie Chris Angelico <rosuav@gmail.com> - 2013-02-27 07:57 +1100

csiph-web