Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Marko Rauhamaa Newsgroups: comp.lang.python Subject: Re: Python and IDEs Date: Fri, 01 Aug 2014 18:13:57 +0300 Organization: A noiseless patient Spider Lines: 22 Message-ID: <87zjfonsy2.fsf@elektro.pacujo.net> References: <87zjga4j4v.fsf@elektro.pacujo.net> <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> <53c9655a$0$9505$c3e8da3$5496439d@news.astraweb.com> <368c1e4f-9328-445b-9876-9f26560a50c2@googlegroups.com> <53ca1e27$0$9505$c3e8da3$5496439d@news.astraweb.com> <20140801131035.f672ac56af3aa4eda5d36dcd@gmx.net> <87oaw4z9jr.fsf@elektro.pacujo.net> <53db91a8$0$30002$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="ff5cf27ef3d5b31f034d3b72bdc27a41"; logging-data="8597"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18RiizCSweidj8h3q3YFrAh" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:P8FIaXNq6ALf8L3wgNqXGnNyXaQ= sha1:ctztP502O44vJZCTvgVPdMitCDk= Xref: csiph.com comp.lang.python:75485 Steven D'Aprano : > Marko Rauhamaa wrote: >> If you have ten Python apps, you'll have ten Python installations. > > A horrible thought. Hard drives are cheap, but not that cheap Well, iPhones aren't *that* expensive... >> Also the applications have no way to communicate outside their >> respective sandboxes. They can't access each others' files, for >> example. > > If two applications can both write to the file system, They can't. They are sandboxed. My WP8 phone has Python3 installed. Absolutely useless since it can't get out of its sandbox (except for Microsoft's cloud drive, I think). Marko