Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'typed': 0.09; 'jan': 0.11; 'subject:python': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:class': 0.16; 'subject:object': 0.16; 'subject:type': 0.16; 'wrote:': 0.16; 'variable': 0.20; 'am,': 0.23; 'bit': 0.23; 'header:In- Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'mostly': 0.27; 'itself,': 0.29; 'terry': 0.29; 'becomes': 0.31; 'values.': 0.33; 'to:addr:python-list': 0.35; 'clear': 0.35; 'instance': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'rather': 0.38; 'received:org': 0.38; 'names': 0.38; 'enough': 0.39; 'to:addr:python.org': 0.39; 'some': 0.40; 'back': 0.61; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Everything is an object in python - object class and type class Date: Wed, 03 Jun 2015 13:05:31 -0400 References: <14976c1b-a620-426f-b529-41a3c04e9c1a@googlegroups.com> <48fc36e9-fa67-45d5-9864-0921b7e819ce@googlegroups.com> <556d931a$0$12991$c3e8da3$5496439d@news.astraweb.com> <1ad44d0f-8a98-4302-9391-51264aa258e5@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433351176 news.xs4all.nl 2889 [2001:888:2000:d::a6]:34932 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91978 On 6/3/2015 6:20 AM, BartC wrote: > But, it is mostly just jargon. If you go back to using 'variable' and > 'type', then it becomes a bit easier: > > * A variable is an instance of some type. That is clear enough in itself, but be aware that many people use 'variable' as a synonym for typeless names rather than typed values. -- Terry Jan Reedy