Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Python questions help

Received: by 10.180.91.199 with SMTP id cg7mr2768077wib.1.1353487219703;
        Wed, 21 Nov 2012 00:40:19 -0800 (PST)
Path: q13ni3814wii.0!nntp.google.com!feeder2.cambriumusenet.nl!feeder1.cambriumusenet.nl!feed.tweaknews.nl!91.203.106.13.MISMATCH!border1.hitnews.com!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!backlog2.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news.glorb.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path: <ros...@gmail.com>
X-Original-To: python-l...@python.org
Delivered-To: python-l...@mail.python.org
X-Spam-Status: OK 0.011
X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05;
	'beginner': 0.05; 'subject:help': 0.07; 'python': 0.09;
	'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16;
	'subject:questions': 0.16; 'wrote:': 0.17; 'thu,': 0.17;
	'working.': 0.17; 'received:209.85.214.174': 0.21; '15,': 0.23;
	'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'first.': 0.27;
	'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; 'post': 0.28;
	'learn,': 0.29; "i'm": 0.29; 'figure': 0.30; 'code': 0.31;
	'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'nov':
	0.35; 'pm,': 0.35; "won't": 0.35; 'received:209.85': 0.35; 'but':
	0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38;
	'to:addr:python.org': 0.39; 'received:209.85.214': 0.39;
	'header:Received:5': 0.40; 'help': 0.40; 'your': 0.60; 'yourself':
	0.77; 'working,': 0.84
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=p9b2stAWvBQzj1x5Yj/2cZklRyydD9o9JuRL1AAP+hE=;
	b=kUrKPByFj2xW4NyNegqFqDG1RJcEe/g6NMvVW9fHgzHfYR1m2xcvjG17XTctld2Hfi
	TSq1TB7EzI5zrc1Gb/hWROW382yx2rJFf6wVpeKW0tQJhZmefwtWc6T62MjOs+6TUn2T
	VtxE+N2LZnfPUv2vRfwDvdlhetCPW8QhutfrqP/mG2JMYKWEaAGowwt/O2UT0GlTIBQp
	BmLTtqOP1oXbGlBFpxz18didI8H54yLLDTUW8YPaW1H1oARtHME0fy7wijAUAW5xUocY
	cf4vnfmIggY3Aep44F4s+1ict734yse5qRd4rSVLYUaL4vKOxYRsQY6JIb8tI6mER+Tv
	wJ5A==
MIME-Version: 1.0
In-Reply-To: <b581f506-bd54-47a3-af39-fc3e561cd188@googlegroups.com>
References: <b581f506-bd54-47a3-af39-fc3e561cd188@googlegroups.com>
Date: Thu, 15 Nov 2012 13:01:16 +1100
Subject: Re: Python questions help
From: Chris Angelico <ros...@gmail.com>
To: python-l...@python.org
X-BeenThere: python-l...@python.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: General discussion list for the Python programming language
	<python-list.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/options/python-list>,
	<mailto:python-list-requ...@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-l...@python.org>
List-Help: <mailto:python-list-requ...@python.org?subject=help>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-list>,
	<mailto:python-list-requ...@python.org?subject=subscribe>
Newsgroups: comp.lang.python
Message-ID: <mailman.3706.1352944880.27098.python-l...@python.org>
Lines: 12
NNTP-Posting-Host: 2001:888:2000:d::a6
X-Trace: 1352944880 news.xs4all.nl 6854 [2001:888:2000:d::a6]:37817
X-Complaints-To: ab...@xs4all.nl
X-Original-Bytes: 3633
Content-Type: text/plain; charset=ISO-8859-1

On Thu, Nov 15, 2012 at 12:47 PM, su29090 <129k...@gmail.com> wrote:
> I brought a python book and i'm a beginner and I read and tried to do the questions and I still get it wrong.

Pick one of the questions, write as much of the code as you can, and
then post the specific difficulties you're having. If we write the
code for you, it won't help you to learn, will it?

Once you have some code that isn't working, we can help you to figure
out what it is that isn't working. But do your best to write the code
yourself first.

Chris Angelico