Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.080 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'seemed': 0.09; 'starter': 0.09; 'runs': 0.10; 'python': 0.11; 'language,': 0.12; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'subject:Early': 0.16; 'wrote:': 0.18; 'subject:project': 0.19; 'install': 0.23; 'certainly': 0.24; 'instead.': 0.24; "i've": 0.25; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'fixed': 0.29; 'another.': 0.31; 'guess': 0.33; 'mac': 0.33; 'older': 0.33; "can't": 0.35; 'version': 0.36; 'really': 0.36; 'programming,': 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'should': 0.36; 'too': 0.37; 'to:addr:python-list': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'greatest': 0.60; 'email addr:gmail.com': 0.63; 'great': 0.65; 'income': 0.65; 'needs,': 0.65; 'media': 0.66; 'hours': 0.66; 'latest': 0.67; '10.4': 0.84; 'received:50.22': 0.84; 'afford': 0.91; 'retired': 0.93 Date: Tue, 21 Jan 2014 05:38:01 -0600 From: Tim Chase To: python-list@python.org Subject: Re: Early retirement project? In-Reply-To: References: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Get-Message-Sender-Via: boston.accountservergroup.com: authenticated_id: tim@thechases.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390304237 news.xs4all.nl 2884 [2001:888:2000:d::a6]:52957 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64404 On 2014-01-21 00:00, xeysxeys@gmail.com wrote: > Well, I retired early, and I guess now I've got some spare time to > learn about programming, which always seemed rather mysterious. I > am using an old mac as my main computer, and it runs os x 10.4 is > this too old? It fills my needs, and I am on a fixed income and > can't really afford to buy another. I think python would be a good > starter language, based on what I've read on the net. It's certainly a great way to consume lots of hours :) Mac OS X 10.4 should come with an older version of Python out-of-the-box. The install media should also include XCode if you want to download the latest & greatest version of Python and install that from source instead. -tkc