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


Groups > comp.lang.python > #44766

Re: [Python-Help] learning python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!feeder1.cambriumusenet.nl!82.197.223.103.MISMATCH!feeder3.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <l.selmi@icloud.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'tutorial': 0.03; 'subject:: [': 0.04; 'subject:Python': 0.06; 'creator': 0.09; 'python:': 0.09; 'received:192.168.1.101': 0.09; 'url:mit': 0.09; 'way:': 0.09; 'subject:Help': 0.11; 'python': 0.11; 'helps.': 0.16; 'url:courses': 0.16; 'url:electrical-engineering-and- computer-science': 0.16; 'url:ocw': 0.16; 'url:oreilly': 0.16; 'subject:python': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'alex': 0.19; 'subject:] ': 0.20; 'written': 0.21; 'programming': 0.22; 'pages,': 0.22; 'to:name:python-list@python.org': 0.22; 'url:moin': 0.24; 'guys': 0.24; 'tutorials': 0.26; 'url:edu': 0.26; 'am,': 0.29; 'url:wiki': 0.31; 'subject:learning': 0.31; 'thanks!': 0.32; 'url:python': 0.33; 'something': 0.35; 'there': 0.35; 'alle': 0.36; 'url:org': 0.36; 'received:17': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'hope': 0.61; 'course': 0.61; 'here:': 0.62; 'url:index': 0.63; 'teach': 0.65; 'introduction': 0.68; 'online': 0.71; 'institute': 0.72; 'url:htm': 0.73; 'paper': 0.75; 'hand': 0.80; 'header:In- reply-to:1': 0.84; 'ore': 0.91; 'hands': 0.96
X-Proofpoint-Virus-Version vendor=fsecure engine=2.50.10432:5.10.8626,1.0.431,0.0.0000 definitions=2013-05-05_04:2013-05-03, 2013-05-05, 1970-01-01 signatures=0
X-Proofpoint-Spam-Details rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=48 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1302030000 definitions=main-1305050171
From leonardo selmi <l.selmi@icloud.com>
Content-type multipart/alternative; boundary="Apple-Mail=_8107980F-AB8B-4941-B740-F54B8DF890E8"
MIME-version 1.0 (Mac OS X Mail 6.2 \(1499\))
Subject Re: [Python-Help] learning python
Date Sun, 05 May 2013 19:10:32 +0200
References <A5BD82FD-8558-4C89-8163-98A7DD12D81E@icloud.com> <51868FAE.1090301@brunson.com>
To "python-list@python.org" <python-list@python.org>
In-reply-to <51868FAE.1090301@brunson.com>
X-Mailer Apple Mail (2.1499)
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.1307.1367777453.3114.python-list@python.org> (permalink)
Lines 127
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1367777453 news.xs4all.nl 15915 [2001:888:2000:d::a6]:52212
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:44766

Show key headers only | View raw


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

thanks!



Il giorno 05/mag/2013, alle ore 18:58, Eric Brunson <brunson@brunson.com> ha scritto:

> On 05/05/2013 10:08 AM, leonardo selmi wrote:
>> hi guys
>> 
>> i need to find a good book to learn python with exercises and solutions, any suggestions?
>> 
>> thanks!
>> 
> 
> Leonardo,
> 
> There are several good online tutorials available, many listed here:  http://wiki.python.org/moin/BeginnersGuide
> 
> There is also the Python Tutorial written by the creator of Python here:  http://docs.python.org/2/tutorial/index.html
> 
> If you want a hands on approach with exercises, try Learn Python the Hard Way:  http://learnpythonthehardway.org/
> 
> If you already have a background in programming I find Dive Into Python to be an excellent introduction:  http://www.diveintopython.net/ as well as Think Python: How to Think Like a Computer Scientist:  http://www.greenteapress.com/thinkpython/html/
> 
> If you want something you can hold in your hand and has paper pages, I can recommend Learning Python by Mark Lutz:  http://shop.oreilly.com/product/9780596158071.do followed by The Python Cookbook, by Alex Martelli and David Ascher:  http://shop.oreilly.com/product/9780596001674.do
> 
> The Massachusetts Institute of Technology uses Python to teach their introduction to programming course which is available online (free) here:  http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/index.htm
> 
> I hope that helps.
> 
> Sincerely,
> e.
> 
> 

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


Thread

Re: [Python-Help] learning python leonardo selmi <l.selmi@icloud.com> - 2013-05-05 19:10 +0200

csiph-web