Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74731 > unrolled thread
| Started by | Martin S <shieldfire@gmail.com> |
|---|---|
| First post | 2014-07-18 09:50 +0200 |
| Last post | 2014-07-18 09:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Two more newbie questions Martin S <shieldfire@gmail.com> - 2014-07-18 09:50 +0200
| From | Martin S <shieldfire@gmail.com> |
|---|---|
| Date | 2014-07-18 09:50 +0200 |
| Subject | Two 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
Back to top | Article view | comp.lang.python
csiph-web