Thank you William.

-----Original Message-----
From: William Ray Wing [mailto:w...@mac.com] 
Sent: Thursday, September 05, 2013 6:18 PM
To: Chandru Rajendran
Cc: William Ray Wing; python-list@python.org
Subject: Re: Cross Platform

On Sep 4, 2013, at 11:47 PM, Chandru Rajendran <chandru_rajend...@infosys.com> 
wrote:

> Hi all,
> 
> I have a doubt regarding the python cross platform.

I think you mean you have a question...

> If we write Class in windows ,whether we can without any modifications in 
> Linux, if so then how about the GUI programming and Libraries.
> Please provide needful information.
> 
> Thanks,
> Chandru
> 

If (and this is a big if), but if you restrict yourself to using libraries 
which are themselves cross platform (Google "Python standard library" without 
the quotes) and don't spawn sub-jobs that invoke os-specific operations, then 
yes - python can be completely and cleanly cross platform.  With respect to GUI 
programming, that simply means using one of the cross-platform GUI libraries.  
In this context Tk and ttk (which are part of the standard library) have the 
advantage of being both cross platform AND offering native appearance on all 
platforms.

-Bill


**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not 
to copy, disclose, or distribute this e-mail or its contents to any other 
person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys has 
taken 
every reasonable precaution to minimize this risk, but is not liable for any 
damage 
you may sustain as a result of any virus in this e-mail. You should carry out 
your 
own virus checks before opening the e-mail or attachment. Infosys reserves the 
right to monitor and review the content of all messages sent to or from this 
e-mail 
address. Messages sent to or from this e-mail address may be stored on the 
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to