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: Fri, 29 Jan 2016 18:39:17 +0100 Lines: 49 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 7KoPTFKWwKtNjcpIFQlC1AgKSLVsVl2Ua6u9lUSIRj7g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.071 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'subject:Python': 0.05; '__future__': 0.09; 'imports': 0.09; 'python': 0.10; '2.7': 0.13; 'received:io': 0.16; 'received:psf.io': 0.16; 'tutorials.': 0.16; 'wrote:': 0.16; 'python?': 0.18; 'language': 0.19; 'to:2**1': 0.21; '3.x': 0.22; 'for?': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'mathematical': 0.27; 'idea': 0.28; 'looks': 0.29; 'perl': 0.29; 'classes': 0.30; 'url:python': 0.33; 'true.': 0.33; 'received:10.0': 0.34; 'add': 0.34; 'lists': 0.34; 'best,': 0.35; 'should': 0.36; 'url:org': 0.36; 'possible': 0.36; 'basic': 0.36; 'url:library': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'version': 0.38; 'hi,': 0.38; 'data': 0.39; 'does': 0.39; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'received:de': 0.40; 'some': 0.40; 'url:3': 0.60; 'close': 0.61; 'charset:windows-1252': 0.62; 'more': 0.63; 'our': 0.64; 'production': 0.67; 'calculations': 0.84; 'of?': 0.84; 'url:2016': 0.84; 'subject:want': 0.93; 'to:addr:hotmail.com': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mail201212; t=1454089160; bh=+MjHtAC4Q2PfTUqKHXEZr/lmXqBHNS1U77S4u1uG4rA=; h=Subject:To:References:From:Date:In-Reply-To:From; b=FBbV3fi3WaDmbBR7F73GYLh3ZHGfFUgMSWprFS0kf0F2o/vI9NWXDV4LWU9pxUnRq TVSrwjopY8acsaO4kZV3zP6tKeS7RPcknjwyD3j+aJT+SrYNpunRyJg8C73Cxs7VIk JwN7LQ1IHoRKqfgm8RjoF3xkaITtQg3oSKCgzc0Q= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: 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: 3838 X-purgate-ID: 154282::1454089160-00004575-3DF97976/0/0 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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:102241 Hi, On 29.01.2016 01:01, Fillmore wrote: > I look and Python and it looks so much more clean.... > > add to that that it is the language of choice of data miners... > > add to that that iNotebook looks powerful.... > All true. :) > Does Python have Regexps? "import re" https://docs.python.org/3.5/library/re.html > 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. (I for one can see we already use all __future__ imports to get as close as possible to Python 3 in our production code) > Do you think that switching to Python from Perl is a good idea at 45? > http://srkunze.blogspot.de/2016/01/next-programming-language.html > Where do I get started moving from Perl to Python? some keywords: basic mathematical calculations dicts and lists classes closures/mixins and other tutorials. :) > which gotchas need I be aware of? Don't worry. Just try it out. :) Best, Sven