Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44755 > unrolled thread
| Started by | Eric Brunson <brunson@brunson.com> |
|---|---|
| First post | 2013-05-05 10:58 -0600 |
| Last post | 2013-05-05 10:58 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [Python-Help] learning python Eric Brunson <brunson@brunson.com> - 2013-05-05 10:58 -0600
| From | Eric Brunson <brunson@brunson.com> |
|---|---|
| Date | 2013-05-05 10:58 -0600 |
| Subject | Re: [Python-Help] learning python |
| Message-ID | <mailman.1300.1367773481.3114.python-list@python.org> |
[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 top | Article view | comp.lang.python
csiph-web