Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #55944
| Path | csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!news.davenulle.org!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.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 | <paul.j.symonds@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.031 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'wed,': 0.05; 'python': 0.08; 'syntax': 0.10; 'pm,': 0.12; 'wrote:': 0.14; 'coded': 0.16; 'feb': 0.16; 'modules': 0.19; 'header:In-Reply-To:1': 0.23; 'cc:addr:python-list': 0.24; 'paul': 0.27; 'project': 0.29; 'cc:addr:python.org': 0.30; 'cc:addr:gmail.com': 0.32; 'there': 0.34; 'using': 0.35; 'but': 0.36; 'languages': 0.36; 'charset:us-ascii': 0.37; 'received:209.85': 0.38; 'received:google.com': 0.38; 'cc:2**1': 0.38; 'subject:: ': 0.39; 'header:Mime-Version:1': 0.39; "it's": 0.40; 'learn': 0.60; 'header:Message-Id:1': 0.61; 'resources': 0.61; 'you:': 0.76; 'message-id:@googlemail.com': 0.84; 'received:10.44': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:references:from :content-transfer-encoding:content-type:in-reply-to:message-id:date :cc:to:mime-version:x-mailer; bh=gTFU6kucR9lN65GjkAYUgEh2n3yMMfLqvVNcXmBJ4U4=; b=pd9qrk/lL1KIpinDp7RZRJgr1EnJCbGWRTcUPUnv6gnpGAsC5tZbpdxpq09nE/RaPg ZtSd2aFV2XrLcfTRUEEv82Ky8VikKRhnIlUFpU3jCLPsUXGcSrQxTOtZ3I9DZGKhHG2F 0co6k5sRjAwh2SUmJWb3Bl1cAstw/NK/kvnAM= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:references:from:content-transfer-encoding:content-type :in-reply-to:message-id:date:cc:to:mime-version:x-mailer; b=E/ojpb8jyubsylRW+gqNj8iCid0wBxu9paAwxa6OdPmDJfkfiHGZb3abDHwbxHtGvO 7PhoaqJ7FStdUXlPYOjVde5ixt07wrPXQfzooQMWubIi6MmK8hezjVC07tepgPamZDFi idyntcccSQGpdJr6tWWxPzDbKzhwpvxDnWsqw= |
| Subject | Re: OO Python |
| References | <4d530c08$0$12170$fa0fcedb@news.zen.co.uk> <AANLkTimNBFunwYKNmKtbV4gK9xh6=joVUoyZvqsbH4HA@mail.gmail.com> |
| From | Paul Symonds <paul.j.symonds@gmail.com> |
| Content-Transfer-Encoding | quoted-printable |
| Content-Type | text/plain; charset=us-ascii |
| In-Reply-To | <AANLkTimNBFunwYKNmKtbV4gK9xh6=joVUoyZvqsbH4HA@mail.gmail.com> |
| Date | Thu, 10 Feb 2011 17:11:16 +0000 |
| To | Dan Stromberg <drsalists@gmail.com> |
| Mime-Version | 1.0 (iPhone Mail 8C148a) |
| X-Mailer | iPhone Mail (8C148a) |
| Cc | "python-list@python.org" <python-list@python.org>, Paul Symonds <Paul.J.Symonds@gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.81.1297359664.1633.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1297359664 news.xs4all.nl 41103 [::ffff:82.94.164.166]:35499 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:55944 |
Show key headers only | View raw
I have coded in VB using modules and functions but never coded a complete project in OO. I understand the theory of OO, it's more the syntax and Python nuances that I need to be up to speed on. On 10 Feb 2011, at 16:36, Dan Stromberg <drsalists@gmail.com> wrote: > On Wed, Feb 9, 2011 at 1:50 PM, Paul Symonds <Paul.J.Symonds@gmail.com> wrote: >> Are there any good resources to learn OO Python from? > > Yes, plenty, but it's important for us to know so we can advise you: > Do you know any other OO languages yet?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
OO Python Paul Symonds <Paul.J.Symonds@gmail.com> - 2011-02-09 21:50 +0000 Re: OO Python Terry Reedy <tjreedy@udel.edu> - 2011-02-10 02:19 -0500 Re: OO Python Dan Stromberg <drsalists@gmail.com> - 2011-02-10 08:36 -0800 Re: OO Python Corey Richardson <kb1pkl@aim.com> - 2011-02-09 16:55 -0500 Re: OO Python Paul Symonds <Paul.J.Symonds@gmail.com> - 2011-02-11 18:50 +0000 Re: OO Python Paul Symonds <paul.j.symonds@gmail.com> - 2011-02-10 17:11 +0000 Re: OO Python Ben Finney <ben+python@benfinney.id.au> - 2011-02-10 11:24 +1100
csiph-web