Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Tim Chase Newsgroups: comp.lang.python Subject: Re: Understanding Python from a PHP coder's perspective Date: Mon, 7 Dec 2015 16:28:23 -0600 Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de z1K6X6DaKgpU54sElevoMQ1Iv+vAydnjWXfEK+aCP+4Q== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.10; 'python.': 0.11; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:perspective': 0.16; 'wrote:': 0.16; 'assumes': 0.22; 'header:In-Reply-To:1': 0.24; 'chris': 0.26; 'rails': 0.29; 'robust': 0.29; 'code': 0.30; 'received:184': 0.30; 'could': 0.35; 'fail': 0.35; 'replace': 0.35; 'something': 0.35; 'but': 0.36; 'urls': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'charset:us-ascii': 0.37; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'provide': 0.61; 'back': 0.62; 'url:6': 0.66; 'difference.': 0.84 X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-MC-Relay: Neutral X-MailChannels-SenderId: wwwh|x-authuser|tim@thechases.com X-MailChannels-Auth-Id: wwwh X-MC-Loop-Signature: 1449527416934:612713395 X-MC-Ingress-Time: 1449527416934 In-Reply-To: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) X-AuthUser: tim@thechases.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100135 On 2015-12-08 08:40, Chris Angelico wrote: > One advantage of this kind of setup is that your URLs don't depend > on your back end. I could replace all this with a Ruby on Rails > site, and nobody would notice the difference. I could put together > something using Node.js to replace the Ruby site, and continue to > provide content at http://minstrelhall.com/campaign/6 Of course, this assumes that your Ruby/Node.js skills allow you to create a site that's as robust as Python. Trust me...if I were to swap out my Python web code with Ruby or Node.js, it would be pretty noticeable. Not because of URL issues, but because I don't do Ruby/Node.js so it would fail pretty spectacularly. :-D -tkc