Re: Complementary language?

2004-12-25 Thread Hal Rosser

"HackingYodel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello all!  I'm learning to program at home.  I can't imagine a better
> language than Python for this.  The ideal situation, for me, would be to
> study two languages at the same time.  Probably sounds crazy, but it
> works out better for me.  Being a newbie, I find almost all languages
> fascinating.  C, D, Objective-C, Ocaml, C++, Lisp, how is a non-tech to
> choose?  Does any single language do a better job in Python's weaker
> areas? Would anyone care to suggest one to supplement Python.  That is,
> if you could only use Python and one other language, which would it be?
>   Thank you for your time and help.

 Java. Because of Jython.
Perfect partners. They can work together.



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.818 / Virus Database: 556 - Release Date: 12/17/2004


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Problem with sending a variable(python) while using html

2005-04-27 Thread Hal Rosser
append "&eventid=str(variable_name)"  to the url in the link
The hidden field is not sent unless the form is submitted.
If you use the link - you send the data appended to the url

"Hansan"  wrote in message
news:[EMAIL PROTECTED]
> Hi.
>
> Sorry forgot to post a "non-working" example
>
> That could be
> print "", "some text"   type=hidden name="eventid" value='''+str(variable_name)+'''>'''"
>
> I know that it isnt very creative, but I am having a hard time getting
html
> to work together with python.
>
> When the link "some text" is clicked I want to send both the first
variable
> called variable and the second one(variable_name) to the script
(script.py)


-- 
http://mail.python.org/mailman/listinfo/python-list