Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74731
| Date | 2014-07-18 09:50 +0200 |
|---|---|
| Subject | Two more newbie questions |
| From | Martin S <shieldfire@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11988.1405669817.18130.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Two more newbie questions Martin S <shieldfire@gmail.com> - 2014-07-18 09:50 +0200
csiph-web