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


Groups > comp.lang.python > #29950 > unrolled thread

Re: keeping information about players around

Started byChris Angelico <rosuav@gmail.com>
First post2012-09-25 08:55 +1000
Last post2012-09-25 08:55 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#29950 — Re: keeping information about players around

FromChris Angelico <rosuav@gmail.com>
Date2012-09-25 08:55 +1000
SubjectRe: keeping information about players around
Message-ID<mailman.1232.1348527361.27098.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web