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


Groups > comp.lang.python > #53701

Re: Cross Platform

Subject Re: Cross Platform
From William Ray Wing <wrw@mac.com>
Date 2013-09-05 08:48 -0400
References <F9D8DC52CB96E24D8C7AA5F8E9781E881E3963A8@BLRKECMBX23.ad.infosys.com>
Newsgroups comp.lang.python
Message-ID <mailman.88.1378385294.5461.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Cross Platform William Ray Wing <wrw@mac.com> - 2013-09-05 08:48 -0400

csiph-web