Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!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.060 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'things,': 0.09; 'cc:addr :python-list': 0.11; 'jan': 0.12; 'database).': 0.16; 'entry.': 0.16; 'fancy': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'producing': 0.19; 'subject:project': 0.19; 'otherwise,': 0.22; 'cc:addr:python.org': 0.22; 'question': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'relies': 0.31; 'stuff': 0.32; 'ceo': 0.33; 'received:google.com': 0.35; 'reports': 0.37; 'stable': 0.38; 'previous': 0.38; '12,': 0.39; 'though,': 0.39; 'system.': 0.39; 'design,': 0.64; '(that': 0.65; 'sound': 0.68; 'business': 0.70; 'money': 0.72; 'businesses': 0.72; "everything's": 0.84; 'fat': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=i15DcHkaQjFpJW88Q3FJAks+Co738IsQIVImvnNm1cE=; b=sWKC+HPc6IxIaLIA4J4juOQ8o9IfluzuVkzrH65nRpbw0b8rD8AabT8ysm9n1FX4ff PSewJkcoRqTo2QaNlPnEH6F0cx8nVwV1jwQpo0jJ43RvuUSc6Q+M5e+EUbAnlmQbW6uD r6KMreF5adfyGWn5/APbY7gW1jeCYub9MwdWr2Z0f2qc587n0G2i6odRX0VkPxelAa24 pv+28yIHRkCGo0UyZ5qZ2XqbxyXko/vs39hD4pQgTi48SSYn3Bxa3WVfq9eRsK6A5b0Y Plu0/VS2ZCB8YeW+N+OAIRWkY3Nl77tBudiCK6LcjxfxVdscgevjwBQJHh2i9By0rfDi dpxA== MIME-Version: 1.0 X-Received: by 10.68.196.69 with SMTP id ik5mr20468059pbc.132.1389478531016; Sat, 11 Jan 2014 14:15:31 -0800 (PST) In-Reply-To: References: Date: Sun, 12 Jan 2014 09:15:30 +1100 Subject: Re: python first project From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389478539 news.xs4all.nl 2961 [2001:888:2000:d::a6]:53811 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63728 On Sun, Jan 12, 2014 at 9:10 AM, Dennis Lee Bieber wrote: > Producing fancy reports for the CEO may be the last thing you > implement, as it relies upon having a stable database design, business > logic, and data entry. >From the sound of things, it might be the ONLY thing to implement, though, if the answer to your previous question is "Yes" (that is, if everything's already in a big fat database). Otherwise, the OP's going to be replicating stuff that businesses pay good money for - a full-on accounting and warehousing system. ChrisA