Path: csiph.com!aioe.org!newsfeed.x-privat.org!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'interpreter': 0.04; 'subject:Python': 0.05; 'debugging': 0.05; 'interpreter.': 0.07; 'python': 0.09; 'command-line': 0.09; 'exception,': 0.09; 'high- level': 0.09; 'received:mail-vc0-f174.google.com': 0.09; 'thrown': 0.09; 'windows,': 0.09; 'language,': 0.11; 'detects': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'rather,': 0.16; 'subject:Mentor': 0.16; 'traceback.': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'jan': 0.18; '(on': 0.22; "world's": 0.22; "python's": 0.23; 'so.': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'strongly': 0.27; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'post': 0.28; 'received:209.85.220.174': 0.29; 'things,': 0.29; 'minimal': 0.30; 'mode': 0.30; 'error': 0.30; 'helpful': 0.30; 'url:python': 0.32; 'idle': 0.33; 'loved': 0.33; 'mentor': 0.33; 'traceback': 0.33; 'problem': 0.33; 'to:addr :python-list': 0.33; 'knowledge': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'list': 0.35; 'friends,': 0.35; 'problem,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'url:org': 0.36; 'anything': 0.36; 'problems': 0.36; 'reported': 0.37; 'subject:New': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'your': 0.60; 'subject:Need': 0.61; 'url:index': 0.61; "you'll": 0.62; 'expert': 0.62; 'between': 0.63; 'skip:n 10': 0.63; 'more': 0.63; 'stuck': 0.65; 'forward': 0.66; 'facilities': 0.69; '2013': 0.84; 'url:tutorial': 0.93; 'fun!': 0.95 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:content-transfer-encoding; bh=q0lQtUtZXprSU9FjwkFE67UMIn1rZ9JwUVFe5+8E1w0=; b=UYM1BnJhjAvmVgcSNY8X+lEgQ0yd2AUx4z9BpElQIfeZH6bgerh5LXNkmrgkEvbXb2 qEBhDQRjsDAilS8JzGV7q1BQCQbRDqpZ5NNgNamHYz3lMtgkTjtNteQb6taTrXzN5jNC RAyqZ2s9EGPdfxpC5fIeW4JxASygZK62LpLTDgchjbYbs2eiY3jQ0YlPVjajdo1bwhE/ wScGeCe9RK2cAKJHmWHYwkj5dJK9QPOwNEredf4rVwBxC8LToHkM/ahA297RUbD4Xpy4 JiWye0dQi/YHKrmt4qM7ShgvhozIAi/i4V1voi5wV+AfRZDacah8pn3QYSvzGuSMuN1u a2mQ== MIME-Version: 1.0 In-Reply-To: <89b75a8a-a2a4-4586-8eff-b9c429e796ed@googlegroups.com> References: <89b75a8a-a2a4-4586-8eff-b9c429e796ed@googlegroups.com> Date: Thu, 3 Jan 2013 01:29:12 +1100 Subject: Re: New in Python , Need a Mentor From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357136955 news.xs4all.nl 6876 [2001:888:2000:d::a6]:53106 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35993 On Thu, Jan 3, 2013 at 1:04 AM, NewbiePythonic wrot= e: > Hello Friends, > > I am very new to python and loved the easiness with which we can deal wit= h problems. I would like to take things seriously and develop some good web= applications. But right now I am stuck and looking for a mentor who can he= lp me out with improving my skills and knowledge . Looking forward to meet = someone who can help me out. The best mentor for Python is actually your Python interpreter. As a modern high-level language, Python's pretty helpful at finding problems - anything that it detects as an error will be reported with a thrown exception, with full traceback. Get to know your interpreter via its interactive mode (on Windows, I strongly recommend IDLE - much better editing/recall facilities than the command-line Python has), and work through the tutorial: http://docs.python.org/3/tutorial/index.html After that, just do things and do things and do more things, and you'll be Pythonning like an expert in no time... or rather, in about a week or so. :) And when you run into difficulties, this newsgroup/mailing list will be happy to help out. Just remember to post a minimal test-case for your problem, and *copy and paste* the error message with the full traceback - that can be the difference between a protracted debugging session and an almost reflex response from someone who can spot the problem straight off. Have fun! The world's a lovely place... ChrisA