Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'postgresql': 0.07; 'python': 0.09; 'postgres': 0.09; 'cc:addr :python-list': 0.10; 'stack': 0.15; 'both.': 0.16; 'decent': 0.16; 'sorts': 0.16; 'sqlalchemy': 0.16; 'wrote:': 0.17; 'handles': 0.18; 'previously': 0.18; '>>>': 0.18; 'define': 0.20; 'lamp': 0.22; "i'd": 0.22; 'to:2**1': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'probably': 0.29; "i'm": 0.29; 'stuff': 0.30; '(and': 0.32; 'crazy': 0.33; 'curious': 0.33; 'list': 0.35; 'jason': 0.35; 'pm,': 0.35; "won't": 0.35; 'but': 0.36; "i'll": 0.36; 'too': 0.36; 'charset:us-ascii': 0.36; 'why': 0.37; 'rather': 0.37; 'subject:: ': 0.38; 'object': 0.38; 'some': 0.38; 'advice': 0.39; 'notice': 0.39; 'kind': 0.61; 'ever': 0.63; 'answer.': 0.71; 'gotten': 0.75; 'discussions,': 0.84; 'ever.': 0.84; 'from:addr:wayne': 0.84; 'touching': 0.84 Date: Thu, 27 Sep 2012 22:37:36 -0500 (CDT) From: Wayne Werner X-X-Sender: wayne@gilgamesh To: "Littlefield, Tyler" Subject: Re: Article on the future of Python In-Reply-To: <506515F8.9020606@tysdomain.com> References: <5061cf25$0$29981$c3e8da3$5496439d@news.astraweb.com> <5063a179$0$29981$c3e8da3$5496439d@news.astraweb.com> <5063eba2$0$29997$c3e8da3$5496439d@news.astraweb.com> <506515F8.9020606@tysdomain.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: python-list@python.org, Jason Friedman 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348803463 news.xs4all.nl 6863 [2001:888:2000:d::a6]:60427 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30349 > On 9/27/2012 9:05 PM, Jason Friedman wrote: >>> Fair enough, but it's the M in the LAMP stack I object to. I'd much >>> rather have P. >> +1 > > > I know this isn't the list for database discussions, but I've never gotten a > decent answer. I don't know much about either, so I'm kind of curious why > postgresql over mysql? I'll try not to get too OT... I had previously just used MySQL (and SQLite), but have been reaading some PostGres stuff lately. I took a look around and basically... you and I won't know or notice a difference probably ever. There's all sorts of crazy tweaks you can get for reliability, speed, and backups depending on what you use. So the only advice I can give on that is just learn to use both. And even better yet, just use SQLAlchemy if you're ever touching a database from Python because it handles all the mucky SQL for you - you just define the ORM. (Hey look! A Python module!) My $0.02 -Wayne