Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!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.057 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'subject:Python': 0.06; 'automate': 0.07; 'python': 0.11; 'random': 0.14; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'scratch': 0.16; ':-)': 0.16; 'do,': 0.16; 'wrote:': 0.18; "haven't": 0.24; 'header:In-Reply- To:1': 0.27; 'have,': 0.30; "i'm": 0.30; 'anyone': 0.31; 'knows': 0.35; 'something': 0.35; 'but': 0.35; 'grateful': 0.36; 'charset :us-ascii': 0.36; 'thanks': 0.36; 'to:addr:python-list': 0.38; 'files': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'according': 0.40; 'manually': 0.60; 'numbers': 0.61; 'personal': 0.63; 'it!': 0.67; 'day': 0.76; 'lottery': 0.84; 'mum': 0.84; 'received:50.22': 0.84; 'yourself?': 0.84 Date: Wed, 5 Mar 2014 15:56:51 -0600 From: Tim Chase To: python-list@python.org Subject: Re: Program Python 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1394061384 news.xs4all.nl 2842 [2001:888:2000:d::a6]:38672 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67895 On 2014-03-05 22:41, Luciano Trespidi wrote: > I'm very grateful if anyone can helpme to find a good program to > develop in python lenguage. Thanks This reminds me of the old joke: Q: Why are you scratching yourself? A: Because I'm the only one who knows where I itch! The best place to find a good program to develop in Python is to look at what you want to be able to do, but haven't found something that does what you want. Perhaps you tire of manually processing files at work and want to automate it. Perhaps you want to email your Mum on one random day each month. Perhaps you want to calculate lottery numbers according to your own personal preference. Perhaps you want to make a game. So many possibilities. So look for something that would scratch an itch you have, and go for it! :-) -tkc