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: 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> From: Paul Symonds Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Thu, 10 Feb 2011 17:11:16 +0000 To: Dan Stromberg Mime-Version: 1.0 (iPhone Mail 8C148a) X-Mailer: iPhone Mail (8C148a) Cc: "python-list@python.org" , Paul Symonds X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 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 I have coded in VB using modules and functions but never coded a complete pr= oject 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 wrote: > On Wed, Feb 9, 2011 at 1:50 PM, Paul Symonds wr= ote: >> Are there any good resources to learn OO Python from? >=20 > Yes, plenty, but it's important for us to know so we can advise you: > Do you know any other OO languages yet?