Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.04; '(using': 0.05; 'postgresql': 0.05; 'python': 0.08; 'keys,': 0.09; 'php,': 0.09; 'am,': 0.12; 'c++': 0.12; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pgsql': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.22; 'etc,': 0.23; 'command': 0.24; 'sat,': 0.25; 'code,': 0.27; 'message-id:@mail.gmail.com': 0.28; 'nov': 0.29; 'subject:?': 0.31; 'thanks': 0.31; "i've": 0.31; 'actual': 0.32; 'to:addr:python-list': 0.34; 'subject:project': 0.34; 'basics': 0.37; 'but': 0.37; 'with.': 0.37; 'received:google.com': 0.37; 'purposes': 0.38; 'received:209.85': 0.38; 'primary': 0.38; 'first.': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'once': 0.60; '2011': 0.61; 'choice.': 0.64; '26,': 0.67; 'information,': 0.67; 'subject:this': 0.74; 'adapter': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9AoRG33ZsG5xvahAM2uvk40xOzTlXYimNgjzZ7lLavk=; b=lEPTc23UlgIcIOmEfsWQvb8F7f9XFomUP9t6ajsX+prh4tFgH2WlFUkHKf9EYs13/M UumXLXYzGTMYqu3VSzvpmiEpVgGGLXXJmfSLLtYNJ91HRECrk7kBq8TRsZGzS1Zxsk2P QwTeLm9gq20CKkHLsvVmARt1w6lFD77Cw1QAs= MIME-Version: 1.0 In-Reply-To: References: <4ec0f070$0$1378$4fafbaef@reader2.news.tin.it> Date: Sat, 26 Nov 2011 02:49:43 +1100 Subject: Re: my new project, is this the right way? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 2001:888:2000:d::a6 X-Trace: 1322236186 news.xs4all.nl 6869 [2001:888:2000:d::a6]:48471 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16229 On Sat, Nov 26, 2011 at 2:44 AM, HoneyMonster wrote: > Just for information, PostgreSQL works very well indeed with Psycopg (a > PostgreSQL adapter for Python), but for learning purposes straightforward > PSQL is best to start with. Thanks for that. I've used PgSQL from C++ (using libpqxx), PHP, Pike, and the command line, but not from Python. (Yeah, a lot of Ps in that.) Once you start looking to write actual code, Python will be an excellent choice. But master the basics of database/schema/table/column, primary keys, etc, etc, etc, first. ChrisA