Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'python': 0.10; 'subject:python': 0.14; 'selenium': 0.16; 'instance,': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'python"': 0.22; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'url:mailman': 0.30; 'probably': 0.31; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'url:org': 0.36; 'subject:: ': 0.37; 'several': 0.38; 'hi,': 0.38; 'resources': 0.39; 'url:mail': 0.40; "you'll": 0.61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=biMRr5+Uc3tErZ1F0rG6ON7j6EfKy0ooXE35haz0/xo=; b=a1m+1+1jIXigIs5ckb89vgoZqdxEzaZHW2TW1uI2gKy7neO2zIz3oWUVbLciZtNiht HpD6h72/fkXiywNHp5cp7ihyi7BkKtF0uz3oRzv6sJRHZnGPAsEOm3J2bTDj7WYFImLC RAa/WQz3JU43CLK8kYoJdvSWZaJaxYWHvodkLkkJb7QJFt/ACbNH+Mop5mPZyUFh0QAK M23yev4dKtxhXxnJOpMOQQ6pk9m5PR2U+aduPNC26D91ZIxKgAJmHLj9vkFH08GIumU9 o5mfCtOT2onspBssg+NK1OU37Fiu3CdIpWxHa8glC0NPTsl5M90C7/w+KEDr9P7zkYU/ kMPA== MIME-Version: 1.0 X-Received: by 10.140.39.133 with SMTP id v5mr44678542qgv.34.1437378597039; Mon, 20 Jul 2015 00:49:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 20 Jul 2015 09:49:56 +0200 Subject: Re: New to python From: David Palao To: Arthi Vigneshwari Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437379475 news.xs4all.nl 2951 [2001:888:2000:d::a6]:49929 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3348 X-Received-Body-CRC: 2070030510 Xref: csiph.com comp.lang.python:94223 2015-07-20 7:20 GMT+02:00 Arthi Vigneshwari : > Hi, > Am interested to learn python!Can you please guide me how to start with > python which will help in my selenium automation? > > Regards, > Arthi > > -- > https://mail.python.org/mailman/listinfo/python-list > Hi, If you enter "learning python" in a search engine, you'll probably get several interesting resources to start with it. For instance, have you had a look at https://www.python.org/about/gettingstarted/ ? Best regards