Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.129 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.01; 'python': 0.09; 'anuj': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:member': 0.16; 'url:py3k': 0.16; 'wrote:': 0.17; 'everyone,': 0.17; 'received:209.85.214.174': 0.21; 'header:In- Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; 'kumar': 0.29; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'subject:New': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'warm': 0.62; 'jul': 0.65; 'greetings': 0.69; 'here...': 0.84; 'start.': 0.84; 'url:tutorial': 0.93; 'you...': 0.96 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 :content-type; bh=OiTMDQ3TAKAwrNQZUpKQKa+VOKt6tMF/PfXqBAhASns=; b=PoSY2SOJvGyOA1c1ClJ38HFsjNkxa6Lz3rfxWx9/hvgx4p27l5SgmTBlVUFahIcqXU O3fsElJMSSvrVH3P8Q4rUgyc+mxAyhsM9NJhsBh8sPKJD468hBvon+bnY63soRmtvmhJ s2fTeKbnCvKZhCQzsAHg4EU+bPJ7BHaT+d27ZTdybekIVmNOq6jEGlzHepOjJHMOOzly Dc5Q/4ykyLC5O6hc50J+4zojRUouaZpaJVs4CJRqV4xEgEDKUq4cMhFbIp3M8nM09plY VV3WTASPrhPDee3e5GdxH1B9mb2qUuXvzNKfnxdkq4/j8xwe2+AjrmAjGSEqygXMVMzi CmRg== MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 3 Jul 2012 13:54:53 +1000 Subject: Re: New member from India From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341287696 news.xs4all.nl 6954 [2001:888:2000:d::a6]:41281 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24802 On Tue, Jul 3, 2012 at 1:36 PM, anuj kumar wrote: > Hello Everyone, > > Warm greetings to all of you... > > I have to learn Python.So i recently join the python mailing list .Can you > please send me some sample programs from where i can start. Welcome! Start here... http://docs.python.org/py3k/tutorial/ Chris Angelico