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


Groups > comp.lang.python > #53840

Re: Can I trust downloading Python?

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'windows,': 0.09; 'martin': 0.11; 'python': 0.11; '2.7': 0.14; 'mostly': 0.14; 'garbage': 0.16; 'link,': 0.16; 'need:': 0.16; 'ported': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'version?': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'candidates': 0.23; 'header:User-Agent:1': 0.23; "haven't": 0.24; 'header:X-Complaints-To:1': 0.27; "doesn't": 0.30; 'included': 0.31; 'getting': 0.31; 'os,': 0.31; 'stuff': 0.32; 'run': 0.32; 'running': 0.33; 'common': 0.35; 'but': 0.35; 'add': 0.35; 'there': 0.35; 'version': 0.36; '2.6': 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'hi,': 0.36; 'should': 0.36; 'operating': 0.37; 'two': 0.37; 'to:addr:python- list': 0.38; 'that,': 0.38; 'does': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'around.': 0.60; 'subject:Can': 0.60; 'most': 0.60; 'free': 0.61; 'identify': 0.61; "you're": 0.61; 'places': 0.64; 'talking': 0.65; 'here': 0.66; 'latest': 0.67; 'internet': 0.71; 'safe': 0.72; 'glad': 0.83; '2.7.': 0.84; 'actually,': 0.84; 'safe.': 0.84; 'undoubtedly': 0.84; 'download.': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dave Angel <davea@davea.name>
Subject Re: Can I trust downloading Python?
Date Sun, 8 Sep 2013 03:37:15 +0000 (UTC)
References <CAOO2PexT3XagV4u7ScDiZgifZjzapt9cem9W+3Bag1CBrsnMpA@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 174.32.174.36
User-Agent XPN/1.2.6 (Street Spirit ; Linux)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.153.1378611455.5461.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1378611455 news.xs4all.nl 15914 [2001:888:2000:d::a6]:37411
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:53840

Show key headers only | View raw


On 7/9/2013 21:17, Aaron Martin wrote:

> Hi, I am thinking about getting a software but it requires python, so that
> brought up a few questions. Is it safe do download python, and does it come
> with spam or advertisements? If it doesn't then should I get the latest
> version? I mostly want to know if it is safe to download, because most of
> the time downloading free stuff off the internet comes with spam and all
> that, so I want to know if I can trust downloading it.
>

Python is available without ads, trojans, viruses, or other malware. 
However, the internet is a big place, and there are undoubtedly some
places which will add their own garbage to the download.

If you get Python from python.org, or from activestate.com, it'll be
safe.  Someone here will be glad to give you a link, once you identify
just what you actually need:

1) what OS are you running?  Actually, we can be pretty sure you're
running Windows, since any other common operating system would have
already included Python.  But you will need to know whether it's 32bit
or 64 bit OS.  You can run a 32bit Python on 64bit OS, but not the oter
way around.  And most people just match the bitness of Python against
the bitness of the OS.

2) What version of Python does that software you're talking about
require?  The two most lkely candidates are 2.7 or 3.3  There are
packages out there that haven't yet ported to 3.x, so you may be stuck
with 2.7.  But if the package is older, you might even need 2.6


-- 
DaveA

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


Thread

Re: Can I trust downloading Python? Dave Angel <davea@davea.name> - 2013-09-08 03:37 +0000
  Re: Can I trust downloading Python? Nobody <nobody@nowhere.com> - 2013-09-10 02:28 +0100

csiph-web