Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed5.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.065 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:Python': 0.05; 'orm': 0.09; 'sep': 0.09; 'both.': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'app': 0.19; 'greg': 0.22; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'framework': 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'generic': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'supports': 0.38; 'advice': 0.39; 'to:addr:python.org': 0.39; 'little': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'most': 0.61; 'back': 0.62; 'different': 0.63; 'lose': 0.71; 'forth': 0.75; 'donald': 0.84; 'flipping': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=lEHjkknwfcmMR7lDvmQz93AbovBGoFpuOdlToTS0cqI=; b=Yqq147Xl4aNl/wBxJmc6+wAzDmGbA2dDA77ptjPT3dtOSfclkcC3myEHTbNgsODSZA Syg5deISaV81skFyLtq13+p3m0ESECfthBxbwmKG7eDznW3oghcWrH18guRZh2t7AoXj yaw+X2S3qZcpSX4fm3YPjI3GUSloQ2+MRUEG8UoEvrx2SnARZwna0mzsAeE93+h4uRq8 KvLKO8SUG9G+amgTnwfB5mbzv1cdyUU+wdGdnbzVpGydC7joWsYua4B4rnJreIIV3IAG Fatu1iNW3ra59WbGgvPNE8YmI10hQtWb725ndlMyfID9FwFa23JHGCMQrdcBuVSrHytF 1bOg== MIME-Version: 1.0 In-Reply-To: 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> From: Greg Donald Date: Thu, 27 Sep 2012 23:12:27 -0500 Subject: Re: Article on the future of Python To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348805570 news.xs4all.nl 6886 [2001:888:2000:d::a6]:45505 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30353 On Thu, Sep 27, 2012 at 10:37 PM, Wayne Werner wrote: > the only advice I can give on that is > just learn to use both. I find there's little to lose in having experience with both. Most every good web framework out there supports lots of different databases through generic ORM layers.. so flipping back and forth to see which database is better for your particular app and workload is trivial. -- Greg Donald