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


Groups > comp.lang.python > #35442

Re: HTML - WEB FORM running PYTHON SCRIPT

Newsgroups comp.lang.python
Date 2012-12-23 20:12 -0800
References <febfd2a6-c30f-47bf-8b66-8b5544475f46@googlegroups.com> <mailman.1152.1356103682.29569.python-list@python.org>
Subject Re: HTML - WEB FORM running PYTHON SCRIPT
From llanitedave <llanitedave@veawb.coop>
Message-ID <mailman.1241.1356328425.29569.python-list@python.org> (permalink)

Show all headers | View raw


I'll second this.  Javascript is pretty comparable to Python in ease of learning, so that should be no obstacle.  As for keeping the code from being accessible, you can put the javascript in a separate file that's called from the guest's web page, but that's far from a foolproof method.  If you want the guest browser to do the calculation, there's no realistic way to keep the calculation code off of it.

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


Thread

HTML - WEB FORM running PYTHON SCRIPT Dimitrios Xenakis <gouzounakis@hotmail.com> - 2012-12-21 07:00 -0800
  Re: HTML - WEB FORM running PYTHON SCRIPT Chris Angelico <rosuav@gmail.com> - 2012-12-22 02:27 +1100
    Re: HTML - WEB FORM running PYTHON SCRIPT llanitedave <llanitedave@veawb.coop> - 2012-12-23 20:12 -0800
    Re: HTML - WEB FORM running PYTHON SCRIPT llanitedave <llanitedave@veawb.coop> - 2012-12-23 20:12 -0800

csiph-web