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


Groups > comp.lang.python > #62443

Re: Newbie question. Are those different objects ?

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Newbie question. Are those different objects ?
Date 2013-12-20 17:29 +0000
References <af844bcf-ed55-42da-8a9f-b8270dcc4028@googlegroups.com> <c2a5eae4-5caa-4ca1-b66d-5bbeb1edd261@googlegroups.com> <mailman.4437.1387555241.18130.python-list@python.org> <e283ae0a-47c2-4579-b8c3-801798bdfce7@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.4439.1387560627.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 20/12/2013 17:10, rusi wrote:
> On Friday, December 20, 2013 9:30:22 PM UTC+5:30, Mark Lawrence wrote:
>> On 20/12/2013 15:34, rusi wrote:
>>> On Friday, December 20, 2013 8:46:31 PM UTC+5:30, dec...@msn.com wrote:
>>>> y = raw_input('Enter a number:')
>>>> print type y
>>>> y = float(raw_input('Enter a number:'))
>>>> print type y
>>>> I'm assuming that y is an object. I'm also assuming that the second and the first y are different objects because they have different types.
>>> You are also assuming that the two horizontal lines sometimes called 'equals'
>>> have something to do with something called by the same name in math -- equations
>
>> A good point.  Shall I write a PEP asking for a language change which
>> requires that that stupid = sign is replaced by a keyword reading
>> something like
>> thenameonthelefthandsideisassignedtheobjectontherighthandside ?
>
> Good idea. Only you were beaten to it by about 2 decades.

I can't find a PEP suggesting this, can you give me the number please?

>
> The language ABC calls it 'put' and corrects the unnecessary gratuitous
> right to left order.

So does it go top to bottom or bottom to top?  Or to really clarify 
things does it have putlr, putrl, puttb and putbt?

> Reference
> http://homepages.cwi.nl/~steven/abc/qr.html#COMMANDS
>
> Examples
> http://homepages.cwi.nl/~steven/abc/types.html
>
> And what does that have to do with python?
> http://www.onlamp.com/lpt/a/2431
>

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

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


Thread

Newbie question. Are those different objects ? dec135@msn.com - 2013-12-20 07:16 -0800
  Re: Newbie question. Are those different objects ? random832@fastmail.us - 2013-12-20 10:24 -0500
  Re: Newbie question. Are those different objects ? rusi <rustompmody@gmail.com> - 2013-12-20 07:34 -0800
    Re: Newbie question. Are those different objects ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-20 16:00 +0000
      Re: Newbie question. Are those different objects ? rusi <rustompmody@gmail.com> - 2013-12-20 09:10 -0800
        Re: Newbie question. Are those different objects ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-20 17:29 +0000
        Re: Newbie question. Are those different objects ? 88888 Dihedral <dihedral88888@gmail.com> - 2013-12-20 09:59 -0800
        Re: Newbie question. Are those different objects ? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-12-21 10:56 +1300
          Re: Newbie question. Are those different objects ? Duncan Booth <duncan.booth@invalid.invalid> - 2013-12-23 08:19 +0000
      Re: Newbie question. Are those different objects ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-21 12:58 +0000
        Re: Newbie question. Are those different objects ? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-21 11:54 -0500
        Re: Newbie question. Are those different objects ? Chris Angelico <rosuav@gmail.com> - 2013-12-22 05:39 +1100
        Re: Newbie question. Are those different objects ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-21 19:17 +0000
      Re: Newbie question. Are those different objects ? alex23 <wuwei23@gmail.com> - 2013-12-23 11:31 +1000
    Re: Newbie question. Are those different objects ? Travis Griggs <travisgriggs@gmail.com> - 2013-12-20 10:24 -0800
  Re: Newbie question. Are those different objects ? bob gailer <bgailer@gmail.com> - 2013-12-20 12:02 -0500
  Re: Newbie question. Are those different objects ? rurpy@yahoo.com - 2013-12-20 10:06 -0800
  Re: Newbie question. Are those different objects ? Terry Reedy <tjreedy@udel.edu> - 2013-12-20 16:56 -0500
  Re: Newbie question. Are those different objects ? Gene Heskett <gheskett@wdtv.com> - 2013-12-21 14:08 -0500

csiph-web