Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63728

Re: python first project

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 <rosuav@gmail.com>
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 <btb3d9tf12lld3q26thti9fdu8990u6fd1@4ax.com>
References <ae47738d-b16a-4567-bdd9-07d18db5fc77@googlegroups.com> <mailman.5335.1389460629.18130.python-list@python.org> <a25f12fa-d524-45d7-918b-8b36af4dc7aa@googlegroups.com> <btb3d9tf12lld3q26thti9fdu8990u6fd1@4ax.com>
Date Sun, 12 Jan 2014 09:15:30 +1100
Subject Re: python first project
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5341.1389478539.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sun, Jan 12, 2014 at 9:10 AM, Dennis Lee Bieber
<wlfraed@ix.netcom.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-10 20:18 -0800
  Re: python first project Chris Angelico <rosuav@gmail.com> - 2014-01-11 15:29 +1100
    Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 08:31 -0800
      Re: python first project Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-11 16:40 +0000
  Re:python first project Dave Angel <davea@davea.name> - 2014-01-11 08:06 -0500
    Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 08:28 -0800
      Re: python first project Dave Angel <davea@davea.name> - 2014-01-11 19:15 -0500
  Re: python first project Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-11 16:28 +0000
  Re: python first project Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-11 12:17 -0500
    Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 09:55 -0800
      Re: python first project Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-11 17:10 -0500
        Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 21:14 -0800
          Re: python first project Chris Angelico <rosuav@gmail.com> - 2014-01-12 17:04 +1100
            Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 23:30 -0800
          Re: python first project Emile van Sebille <emile@fenx.com> - 2014-01-12 08:37 -0800
            Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 08:47 -0800
          Re: python first project MRAB <python@mrabarnett.plus.com> - 2014-01-12 18:50 +0000
      Re: python first project Chris Angelico <rosuav@gmail.com> - 2014-01-12 09:15 +1100
  Re: python first project Wolfgang Keller <feliphil@gmx.net> - 2014-01-11 19:34 +0100

csiph-web