Web Images Videos Maps News Groups Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion ten small Python programs
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Steve Howell  
View profile  
 More options May 27 2007, 4:30 pm
Newsgroups: comp.lang.python
From: Steve Howell <showel...@yahoo.com>
Date: Sat, 26 May 2007 23:30:37 -0700 (PDT)
Local: Sun, May 27 2007 4:30 pm
Subject: Re: ten small Python programs

--- Steven D'Aprano

<st...@REMOVE.THIS.cybersource.com.au> wrote:
> On Sat, 26 May 2007 18:48:45 -0700, Steve Howell
> wrote:

> > It also has a ComplexNumber class, but I don't
> want to
> > scare away mathphobes.

> Is it as short as this one-liner?

> ComplexNumber = complex

The "It" above refers to *the* Python Tutorial,
written by Guido van Rossum.  Here is an excerpt:

>>> class Complex:

...     def __init__(self, realpart, imagpart):
...         self.r = realpart
...         self.i = imagpart
...
>>> x = Complex(3.0, -4.5)
>>> x.r, x.i

(3.0, -4.5)

Obviously, it's not surprising that a useful class in
a tutorial would have a corresponding implementation
in the standard library, but I'm not sure newbies
would learn much about classes from this statement:

    ComplexNumber = complex

___________________________________________________________________________ _________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google