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


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

Two more newbie questions

Started byMartin S <shieldfire@gmail.com>
First post2014-07-18 09:50 +0200
Last post2014-07-18 09:50 +0200
Articles 1 — 1 participant

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


Contents

  Two more newbie questions Martin S <shieldfire@gmail.com> - 2014-07-18 09:50 +0200

#74731 — Two more newbie questions

FromMartin S <shieldfire@gmail.com>
Date2014-07-18 09:50 +0200
SubjectTwo more newbie questions
Message-ID<mailman.11988.1405669817.18130.python-list@python.org>
My little newbie app is now coming along nicely. It calculates both
LASK and Elo ratings for chess, so basic functionality is pretty much
complete for my needs.

Now,
a/ What is the "easiest" way of putting a web interface on this CLI
application. I've been looking at various web frameworks but that
seems pretty much targeted more towards larger projects. Not "slapping
a gui" on a cli application.
Any pointers and suggestions appreciated.

b/ Catching user input errors. What is generally the best way of
catching those and doing something sane with it. Entering "asdf"
instead of a rating (like 2014) pretty much kills the little tool
horribly.
Again, pointers to relevant info appreciated. Maybe I've already seen
it but didn't really understand the content ... =/


Regards,

Martin S

[toc] | [standalone]


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


csiph-web