Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'tackle': 0.09; 'cc:addr :python-list': 0.10; '-tkc': 0.16; 'aiming': 0.16; 'duplicating': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'message-id:@tim.thechases.com': 0.16; 'received:70.251': 0.16; 'received:dsl.rcsntx.swbell.net': 0.16; 'received:rcsntx.swbell.net': 0.16; 'received:swbell.net': 0.16; 'rivet': 0.16; 'subject:simple': 0.16; 'wrote:': 0.17; 'projects,': 0.17; 'thanks.': 0.21; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'idea': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.28; 'all.': 0.28; 'succeed': 0.29; 'subject:data': 0.33; 'program,': 0.34; 'project': 0.34; 'direction': 0.35; 'exist': 0.35; 'something': 0.35; 'but': 0.36; 'smaller': 0.36; 'should': 0.36; 'rather': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'easier': 0.38; 'think': 0.40; 'your': 0.60; 'most': 0.61; 'chance': 0.61; "you'll": 0.62; 'future.': 0.62; 'personal': 0.62; 'to:addr:aol.com': 0.65; 'domain,': 0.84; 'received:50.22': 0.84; 'urge': 0.91 Date: Sun, 09 Sep 2012 13:27:14 -0500 From: Tim Chase User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16 MIME-Version: 1.0 To: Mark R Rivet Subject: Re: simple client data base References: <9543c9b1-d3ea-4930-af73-6659878e0077@qa3g2000pbc.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Source: X-Source-Args: X-Source-Dir: Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347215170 news.xs4all.nl 6985 [2001:888:2000:d::a6]:53909 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28791 On 09/08/12 14:47, Mark R Rivet wrote: > Well I have to say that this is most discouraging. I should give > up learning to program. I don't have a chance at all. Thanks. I think the intent is not to deter you from learning to program, but rather to urge you in a direction less fraught with peril. Rather than starting by duplicating existing functionality of a complex domain, you may find it easier to start by aiming for something in a less-complex domain, or tackle a project that doesn't already exist but scratches your personal itch. As you succeed at smaller projects, you'll have a better idea of how to tackle larger projects in the future. -tkc