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


Groups > comp.lang.python > #44755

Re: [Python-Help] learning python

Date 2013-05-05 10:58 -0600
From Eric Brunson <brunson@brunson.com>
Subject Re: [Python-Help] learning python
References <A5BD82FD-8558-4C89-8163-98A7DD12D81E@icloud.com>
Newsgroups comp.lang.python
Message-ID <mailman.1300.1367773481.3114.python-list@python.org> (permalink)

Show all headers | View raw


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

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 Eric Brunson <brunson@brunson.com> - 2013-05-05 10:58 -0600

csiph-web