Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Sven R. Kunze" Newsgroups: comp.lang.python Subject: Re: psss...I want to move from Perl to Python Date: Sat, 30 Jan 2016 13:43:18 +0100 Lines: 23 Message-ID: References: <56ABA3C5.10200@mail.de> <85mvrof1br.fsf@benfinney.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de VB+K+qwEA+gH8agVwA+0YgZQzt4RvAI63Ciauj+MkwRg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'upgraded': 0.05; 'python': 0.10; '2.7': 0.13; 'up-to-date': 0.13; 'django': 0.13; '1.7': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '>>>': 0.20; '(not': 0.20; '3.x': 0.22; 'for?': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; '1.3': 0.29; '1.4': 0.29; 'code': 0.30; 'actively': 0.30; 'received:10.0': 0.34; 'best,': 0.35; 'could': 0.35; 'but': 0.36; 'should': 0.36; '(and': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'hundreds': 0.37; 'things': 0.38; 'version': 0.38; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'software': 0.40; 'more': 0.63; 'story': 0.65; '1.6': 0.84; 'developed.': 0.84; 'subject:want': 0.93; 'confirms': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mail201212; t=1454157800; bh=ugyeuvLDI9xYR0gwMDDye23pfcjciG736RcWc31tuBw=; h=Subject:To:References:From:Date:In-Reply-To:From; b=0UO9sNC+gRrE5IgR07zqb3uVkhG7KfUhTH9IscnmKLR9+dT09GYAKtj9TAFKLq+03 DA0owSOrA6QoPGclOHqvoXR19fTYhfzo42xyQFM5UjkR2ZVc3ZYCvnG/kI1eZvTxlk WpB5+DrfCPW4cuvw+pa5bcW8vDUyedU5YaYdZxRk= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: <85mvrof1br.fsf@benfinney.id.au> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 750 X-purgate-ID: 154282::1454157800-000009F3-0654BF14/0/0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102300 On 29.01.2016 23:49, Ben Finney wrote: > "Sven R. Kunze" writes: > >> On 29.01.2016 01:01, Fillmore wrote: >>> How was the Python 2.7 vs Python 3.X solved? which version should I >>> go for? >> Python 3 is the new and better one. > More importantly: Python 2 will never improve; Python 3 is the only one > that is actively developed. > Exactly. The following story also confirms that: always use up-to-date software (not only for security reasons). We recently upgraded from Django 1.3 to 1.4 to 1.5 to 1.6 to 1.7 and now to 1.8. It was amazing how much code (and workarounds) we could remove by simply using standard Django tools (small things but used hundreds of times). Thus: Python 3. Best, Sven