Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.037 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.01; 'beginner': 0.05; 'python': 0.11; 'language,': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'everyone,': 0.19; 'programming': 0.22; 'tutorials': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'sep': 0.31; 'url:python': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'subject:New': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'url:3': 0.61; 'fun!': 0.93; '2013': 0.98 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=zgb3+TWhRl/N4Dfhful0SLQA+OOXG+Ka7PGhTXvLPuY=; b=d3CoBvqwpI748xj49HTZ0abSyyppsVY029K0nv3Umxx3NbpHXCXhEnCZKKC6g35nak nt2QAA95Aui9S4iHfCxx7jHPTR9wrYw//jo2RM8TKdCKUlrBJ/0nrk0PfOCLU812qATw +ShAmiWwcjGCV/mcL1XF1auJ0BF/esM5/VqSowctk3PjLuxHTM18R8U12Wg4GyMYaJt/ +MiD7GCIwCVVeT53EE5Kym9oHyiBqktxzwdk8tao/mt7nqYZNQhKu+doItMJlMfK5AzS QKreQ+qaEgIfflONtoLQ0kNXQN9o4Jv36pPf08/BECumVKVKQnKjPzsv+2CNJpPLui6t GWJQ== MIME-Version: 1.0 X-Received: by 10.220.105.199 with SMTP id u7mr28474287vco.1.1379370707327; Mon, 16 Sep 2013 15:31:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Sep 2013 08:31:47 +1000 Subject: Re: New on python 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.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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379370710 news.xs4all.nl 15939 [2001:888:2000:d::a6]:41260 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54249 On Tue, Sep 17, 2013 at 8:27 AM, Ibrahima Barry wrote: > hello everyone, I am a beginner in python programming language, so I need help with the basics, the synthaxes, functions, please help me Welcome! Python tutorials can be found all over the internet. Here's one good one: http://docs.python.org/3/tutorial/ Have fun! ChrisA