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


Groups > comp.lang.python > #29954

Re: keeping information about players around

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feed.xsnews.nl!border-1.ams.xsnews.nl!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <dwightdhutto@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.029
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'python': 0.09; 'received :mail-vc0-f174.google.com': 0.09; 'cc:addr:python-list': 0.10; 'language': 0.14; 'echo': 0.16; 'iteration': 0.16; 'syntax.': 0.16; 'prototype': 0.17; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In- Reply-To:1': 0.25; 'subject:information': 0.27; 'message- id:@mail.gmail.com': 0.27; 'received:209.85.220.174': 0.29; 'table,': 0.29; 'that.': 0.30; 'usually': 0.30; 'function': 0.30; 'print': 0.32; 'front': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'does': 0.37; 'uses': 0.37; 'quite': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'perform': 0.38; 'little': 0.39; 'header:Received:5': 0.40; 'back': 0.62; 'between': 0.63; 'within': 0.64; '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 :cc:content-type; bh=0I/69ywUaBfT42KAohC+yqT9MhudvM7PebW1IRMvR38=; b=t5OOC/d5aHg8sBH5RstWedLKqjAC/PuUpPw2M0OxXdLeZIl7Wtl/SfP4fP21rD0fnl fFauOjiMBFmbl5oGAWwFwNPCYC+hU+ialTC8JvJUHmdc1hsI+u8RleLIINci2FBbYJ7x yudzhnmLPaGYpTqLdTB83UK+eICyZzZ3yRwVhOU/d92ayZN0CdKG25DZBkwmVMpo9s+V 8RTHUzp+yOmKv+JN4PKh2F+FsBlCnFmBROlxPWX/I4IpPk4Np4lkqWgxp37KJ8sX/Fd4 qsu/xOfZnrBAUkY4gXuKuMaAxWWLZZNmtJHAKRbDjLZeecR/VQSmABkJavDunanPIWuC ufxQ==
MIME-Version 1.0
In-Reply-To <CAPTjJmr8F54mtyuxPE2mkGXADECwidNio9KpSuQLQVtBtwRSxQ@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> <CAPTjJmr8F54mtyuxPE2mkGXADECwidNio9KpSuQLQVtBtwRSxQ@mail.gmail.com>
Date Mon, 24 Sep 2012 19:09:26 -0400
Subject Re: keeping information about players around
From Dwight Hutto <dwightdhutto@gmail.com>
To Chris Angelico <rosuav@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Cc python-list@python.org
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.1237.1348528169.27098.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1348528169 news.xs4all.nl 6882 [2001:888:2000:d::a6]:39567
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29954

Show key headers only | View raw


> 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.

This stems from my limited usage of python in the browser(I usually
use it for prototype apps). It's usually going to be the difference
between echo or print html/javascript, and perform an iteration for
table, or formulaic computation within a standard function syntax.


-- 
Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com

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


Thread

Re: keeping information about players around Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 19:09 -0400

csiph-web