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


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

Re: Cross Platform

Started byWilliam Ray Wing <wrw@mac.com>
First post2013-09-05 08:48 -0400
Last post2013-09-05 08:48 -0400
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 William Ray Wing <wrw@mac.com> - 2013-09-05 08:48 -0400

#53701 — Re: Cross Platform

FromWilliam Ray Wing <wrw@mac.com>
Date2013-09-05 08:48 -0400
SubjectRe: Cross Platform
Message-ID<mailman.88.1378385294.5461.python-list@python.org>
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

[toc] | [standalone]


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


csiph-web