Good point. I forget sometimes, because that's how I learned, but I
came in with some background in other scripting languages, so I guess I
knew what I was looking for.
Thanks.
Cliff
flit wrote:
> Sorry but for a totally newbie the lib doccumentation doesnt help..
> The target audience for th
Bruno Desthuilliers wrote:
(snip)
>
(snip)
> Also, the "button" tag doesn't require a end tag.
oops ! Sorry, your syntax was ok - button elements actually requires the
end tag.
my bad :(
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMA
Bruno Desthuilliers wrote:
> flit a écrit :
>
>>Hello All,
>>
>>I am trying to get information from a form and send it to a python
>>script without success..
>>Here is my objective:
>>
>>User enters data in form --> form send variables to python script -->
>>script runs and output result.
>
>
>
flit a écrit :
> Hello All,
>
> I am trying to get information from a form and send it to a python
> script without success..
> Here is my objective:
>
> User enters data in form --> form send variables to python script -->
> script runs and output result.
If the script has side-effects (adding
Sorry but for a totally newbie the lib doccumentation doesnt help..
The target audience for the docs are for "grown ups" programmers..
I think I will do some tutorial, in baby steps...
J. Clifford Dyer wrote:
> A good starting place would be the documentation on python.org.
>
> In this case, the p
A good starting place would be the documentation on python.org.
In this case, the python library reference would have been helpful:
http://docs.python.org/lib/lib.html
Cheers,
Cliff
flit wrote:
> Man
> Very thanks...
> I really try to find some source of good and simple and nothing..
> Man
Man
Very thanks...
I really try to find some source of good and simple and nothing..
Many thanks you are a great help!
Steve Holden wrote:
> flit wrote:
> > Hello All,
> >
> > I am trying to get information from a form and send it to a python
> > script without success..
> > Here is my objecti
flit wrote:
> Hello All,
>
> I am trying to get information from a form and send it to a python
> script without success..
> Here is my objective:
>
> User enters data in form --> form send variables to python script -->
> script runs and output result.
>
> the form code
>
> Entre com
> os dado