Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #41796

Re: i need advice

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.028
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'beginner': 0.05; 'python': 0.09; 'suggestions.': 0.09; 'cc:addr:python-list': 0.10; '24,': 0.16; 'learns': 0.16; 'programmers,': 0.16; 'wrote:': 0.17; 'subject:need': 0.17; 'url:moin': 0.17; 'trying': 0.21; 'example': 0.23; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In- Reply-To:1': 0.25; 'url:wiki': 0.26; 'focused': 0.27; 'message- id:@mail.gmail.com': 0.27; 'learn,': 0.29; 'python"': 0.29; 'url:mailman': 0.29; 'skip:& 10': 0.29; 'url:python': 0.32; 'could': 0.32; 'url:listinfo': 0.32; 'everyone': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'especially': 0.35; 'pm,': 0.35; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'resources': 0.37; 'far': 0.37; 'subject:: ': 0.38; 'help': 0.40; 'url:mail': 0.40; 'you.': 0.61; 'here:': 0.62; 'different': 0.63; 'dear': 0.66; 'url:help': 0.72; '2013': 0.84; 'joel': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ZW/ZzTnzIV7Ob9ruD4AiavgBj1pg7BDi6Ik3d4fKVKM=; b=umu6pOFo4fBSoNUEV34pMz4NIfibs63dkzlJ6iEGOVxI47xl11gNtcJBGSFO/BIgF8 fEA6ohoTgWry3lT254dzsBTx4yMaKwRK6Gg9ajMioQAFBqzmQWYxDKFF6TaPLq6G050j OwAEUCWeeJvLz5m2NO61lY2Y22dVP1cebbha6O87tvUq+OEOtPivUzRibMGTiOce9skK IkBrePnWwBlmkBqzgeJeoSSM/VH2UzlAd+SwTvrnRL5D+lZByF4LZ0SDOt7V0yb4Db/E XplA5N9ZWT2sYeXoX3J34DV0DBpvr323xqAG41Ob6kDPY9bjpuuVVr4/fhADyFD4oh6u SUVA==
MIME-Version 1.0
X-Received by 10.220.156.68 with SMTP id v4mr11981370vcw.10.1364146410930; Sun, 24 Mar 2013 10:33:30 -0700 (PDT)
In-Reply-To <E0019668-911D-41C1-8C31-774C5A925572@icloud.com>
References <E0019668-911D-41C1-8C31-774C5A925572@icloud.com>
Date Sun, 24 Mar 2013 13:33:30 -0400
Subject Re: i need advice
From Joel Goldstick <joel.goldstick@gmail.com>
To leonardo selmi <l.selmi@icloud.com>
Content-Type multipart/alternative; boundary=f46d043892e13ecb3404d8af16c6
Cc "python-list@python.org" <python-list@python.org>, "help@python.org" <help@python.org>
X-BeenThere python-list@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-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3679.1364146419.2939.python-list@python.org> (permalink)
Lines 79
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1364146419 news.xs4all.nl 6918 [2001:888:2000:d::a6]:49727
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:41796

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Sun, Mar 24, 2013 at 1:24 PM, leonardo selmi <l.selmi@icloud.com> wrote:

> dear python programmers,
>
> i am focused on learning to program but i need help from all of you. i am
> a beginner but it is hard to find the right book or website to learn, i
> know that i have to do exercises but so far i found resources with gaps. i
> would be very grateful if you could give me suggestions. for example i have
> "think python" and "learning python the hard way", do you recommend them or
> are there better books?
>
> thanks a lot and sorry for bugging you
>
> best regards
>

Start here: http://www.python.org/about/help/ and especially
http://wiki.python.org/moin/BeginnersGuide

Everyone learns in their own way so keep trying different resources until
you find what works best for you.

>
> leonardo
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
Joel Goldstick
http://joelgoldstick.com

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: i need advice Joel Goldstick <joel.goldstick@gmail.com> - 2013-03-24 13:33 -0400

csiph-web