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


Groups > comp.lang.python > #29950

Re: keeping information about players around

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!feeder2.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.046
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; 'python': 0.09; 'php,': 0.09; 'sep': 0.09; 'language': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'css,': 0.22; 'script': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'subject:information': 0.27; 'message-id:@mail.gmail.com': 0.27; "i'm": 0.29; 'that.': 0.30; 'usually': 0.30; 'html,': 0.33; 'to:addr:python-list': 0.33; 'front': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'does': 0.37; 'uses': 0.37; 'quite': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'little': 0.39; 'header:Received:5': 0.40; 'end': 0.40; 'back': 0.62; 'is.': 0.62; 'etc,': 0.84; 'subject:around': 0.84
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:to :content-type; bh=tfw9uSDVX45t35GgXx1QAwLw+wJ4/r6RK0OmBLMjQXo=; b=z67PCUeGy7ymlP112I/e4RKr+ZiPKwAvwyBD1oEjzuW59lCcAFvVje0P9KaoMTGxlj okdFC6WHniF2PK9+nmOuySoQfr7cV/6i08rmlapONI+v0zAHCVGl7L3YjPlv9Vh76eWd z8RV1qgQS+5V0uBpMjbY66BMAPUOpEWqwkkC1qeKUoDuBFaG34uwEnHJQespXnDE92lV 3Hd7DhAzylXAZSmzrozB9kYXIMnm1hgoPlakjtCeMDaSjTXd+ypjYA4VWy4tzLMghZXI eauOSoRi85CZuXLE16rrtRp/asAqy1Pes2gETtPqmlUpNHSER31STFGiThzWJH7oAu/m zcbQ==
MIME-Version 1.0
In-Reply-To <CA+vVgJWmsSoWdUrhAjy7V59f5uFoKXMjMaa1OW6_Zuia3uOKkw@mail.gmail.com>
References <505FB849.2080201@tysdomain.com> <CA+vVgJUuVng=3h_t4WS0O8jezOLA0shAhrq+25-q14KNqXJmEw@mail.gmail.com> <CAPTjJmox0LjLFq+ZaFWHb2Cp2iCEqYndqZskzb_LKBRY4MX6kg@mail.gmail.com> <CA+vVgJWmsSoWdUrhAjy7V59f5uFoKXMjMaa1OW6_Zuia3uOKkw@mail.gmail.com>
Date Tue, 25 Sep 2012 08:55:58 +1000
Subject Re: keeping information about players around
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1232.1348527361.27098.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1348527361 news.xs4all.nl 6866 [2001:888:2000:d::a6]:53522
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29950

Show key headers only | View raw


On Tue, Sep 25, 2012 at 8:31 AM, Dwight Hutto <dwightdhutto@gmail.com> wrote:
> And in the end it's usually html, php, css, javascript in the browser,
> atleast for me it is. I'm just starting to utilize python in that
> area, so excuse the naivety.

In the browser it's HTML, CSS, JavaScript (ECMAScript, etc, etc); PHP
is just a way of generating that. Any language works on the back
end... and PHP isn't the best :) Python does quite well at that task;
I have a tiny little Python script that uses a web browser as its
front ent.

ChrisA

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


Thread

Re: keeping information about players around Chris Angelico <rosuav@gmail.com> - 2012-09-25 08:55 +1000

csiph-web