Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old August 25th, 2003, 08:30 AM
perfect20002 perfect20002 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 28 perfect20002 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Wink newbie programming books

i,m very new at programming and i purchased one book that
didn't help very much.
could someone recommend a good book
or web site, for first time newbie python programmers.

Reply With Quote
  #2  
Old August 25th, 2003, 09:37 AM
netytan's Avatar
netytan netytan is offline
Hello World :)
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Mar 2003
Location: Hull, UK
Posts: 2,529 netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 17 h 19 m 5 sec
Reputation Power: 63
Send a message via ICQ to netytan Send a message via AIM to netytan Send a message via MSN to netytan Send a message via Yahoo to netytan
Learning Python is a definate must buy first book for Python (coveres everything you need to get started with 2.2). It's clean and explains everything very well!

Nutshell is another good book. Covers allot, starting with the basics then gets more interesting but I'd see it more as a referance book than a starter.

Basically any Python book you can get on Amazon at the moment has and introduction to the language at the beginning (even the jython books have Python intro's). But the two above are the best beginners books that I've read!

Take care,
Mark.

Reply With Quote
  #3  
Old August 25th, 2003, 02:05 PM
SolarBear's Avatar
SolarBear SolarBear is offline
onCsdfeu
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Canada
Posts: 100 SolarBear User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 7 m 43 sec
Reputation Power: 6
Send a message via ICQ to SolarBear Send a message via MSN to SolarBear
One book I bought (which introduced me to Python - God bless !) but recommend you to NOT read if you're a 'n00b' is Teach yourself Python in 24 hours. The book itself is not BAD - but last time I checked, they still hadn't revised it and it does cover Python - yeah, Python 1.5.2, which uses, among other bad things, deprecated functions, like string.atoi() instead of the more general int(). Also, there's a section on Tkinter that's not very well explained.

Reply With Quote
  #4  
Old August 25th, 2003, 03:02 PM
telex4's Avatar
telex4 telex4 is offline
Wacky hack
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2001
Location: London, England
Posts: 512 telex4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 25 m 29 sec
Reputation Power: 8
Whenever you want a computer book, just head over to www.oreilly.com and see what they have to offer. I've always found their books to be of a high quality, and although their "Learning Python" title talks about C/C++ too much for my liking, it is still the best introduction to Python around.

I'd also recommend reading through the many short tutorials linked to on www.python.org, because I find that I learn things more thoroughly and easily if I read several slightly different guides to the same subject.

Oh, never read any book that claims it will teach you something really fast - they always give you a very poor understanding of the subject.

Reply With Quote
  #5  
Old August 25th, 2003, 03:55 PM
damonbrinkley damonbrinkley is offline
Modz
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: NC, USA
Posts: 364 damonbrinkley User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 18 sec
Reputation Power: 6
Send a message via AIM to damonbrinkley
How to Think Like a Computer Scientist
Learning with Python

http://www.ibiblio.org/obp/thinkCSpy/

The tutorial at python.org is also good for starting off if you don't want to buy a book yet.

Reply With Quote
  #6  
Old August 26th, 2003, 07:03 PM
DigitalSmash DigitalSmash is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 6 DigitalSmash User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I've found Mark Pilgrim's Dive Into Python very useful, download or view at http://diveintopython.org/. I'm not that far into it, so couldn't say how newbie friendly it is.

Reply With Quote
  #7  
Old August 26th, 2003, 10:12 PM
SolarBear's Avatar
SolarBear SolarBear is offline
onCsdfeu
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Canada
Posts: 100 SolarBear User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 7 m 43 sec
Reputation Power: 6
Send a message via ICQ to SolarBear Send a message via MSN to SolarBear
Quote:
Originally posted by DigitalSmash
I've found Mark Pilgrim's Dive Into Python very useful, download or view at http://diveintopython.org/. I'm not that far into it, so couldn't say how newbie friendly it is.
This seems like an interesting resource, from what I've read. On newbie-friendliness, I'll simply quote the book's subtitle : "Python for experienced programmers". 'Nuff said.

What's quite interesting is that the guide seems very practical ; there are, for example, 2 chapters on HTML and another on XML processing.

Complete, total newcomers may take a look on Learning to program. It goes the very basics and actually takes the time to explain simple things. Don't consider it as a complete introduction to Python, though : it only covers the most basic principles you'll need to get started.
__________________
Time is the greatest of teachers ; sadly, it kills all of its students.
- Hector Berlioz

Reply With Quote
  #8  
Old August 27th, 2003, 12:45 AM
black black is offline
flashing vampire
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: nowhere
Posts: 19 black User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
absolutely you should have "Learning Python" under your pillow

Reply With Quote
  #9  
Old August 27th, 2003, 12:46 PM
ilves ilves is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Norway
Posts: 41 ilves User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 52 m 22 sec
Reputation Power: 6
The second edition of "Learning Python" is on the way, Amazon.co.uk says publishing date is october 1st. This book could also be a good one. Haven't read it myself, but it looks like a fun book targeted at beginners.
__________________
Good web hosting info - articles about web hosting
hb's web dev blog

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > newbie programming books


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway