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


Groups > comp.lang.python > #53703 > unrolled thread

RE: Cross Platform

Started byChandru Rajendran <Chandru_Rajendran@infosys.com>
First post2013-09-05 12:50 +0000
Last post2013-09-05 12:50 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  RE: Cross Platform Chandru Rajendran <Chandru_Rajendran@infosys.com> - 2013-09-05 12:50 +0000

#53703 — RE: Cross Platform

FromChandru Rajendran <Chandru_Rajendran@infosys.com>
Date2013-09-05 12:50 +0000
SubjectRE: Cross Platform
Message-ID<mailman.90.1378385747.5461.python-list@python.org>
Thank you William.

-----Original Message-----
From: William Ray Wing [mailto:wrw@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_Rajendran@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***

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web