Hello,

Nice to meet everyone!

I have two files (class.py and object.py). Now, within object.py I create two 
objects from the class.py file. The class.py file contains the necessary code 
to make a connection to a FTP server. The two objects pass the credentials, 
etc. My question is, if I wanted to display a dropdown box on a webpage listing 
all instances of the object (most likely five servers), how would I do that. 
Would I do it at the class level, the object level, or at some other level. 
Forgive me if this is a somewhat basic question.

Thank you for your help!

Jeffrey Kevin Pry

________________________________
IMPORTANT: The information contained in this email and/or its attachments is 
confidential. If you are not the intended recipient, please notify the sender 
immediately by reply and immediately delete this message and all its 
attachments. Any review, use, reproduction, disclosure or dissemination of this 
message or any attachment by an unintended recipient is strictly prohibited. 
Neither this message nor any attachment is intended as or should be construed 
as an offer, solicitation or recommendation to buy or sell any security or 
other financial instrument. Neither the sender, his or her employer nor any of 
their respective affiliates makes any warranties as to the completeness or 
accuracy of any of the information contained herein or that this message or any 
of its attachments is free of viruses.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to