Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 11-02-2009, 10:07 PM   #1 (permalink)
Intel OCer
 
amitash's Avatar
 
Join Date: Feb 2008
Location: Bangalore
Posts: 1,127
Exclamation book on python


Please suggest a good book for learning python..I am a beginner and I want to learn it from scratch...Also I want to start with gui's after Im done with learning the other parts and I want to know which kit to use with it like QT or Tkinter...Please suggest books for these too.
__________________
My site: collegeclassroom.org
intel core i7-920||eVGA x58 sli||G-skill 6GB DDR3-1600| ZOTAC GTX480||Tagan BZ700||Antec 900||Logitech G15||Razer Death Adder and Megalodon
amitash is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 11-02-2009, 10:16 PM   #2 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: book on python

If you're willing to buy a book in hard-copy now, do get Core Python Programming, Second Edition - Wesley J. Chun. Its written for Python versions up to 2.5. (2.6 is not much different, but 3.0 is VERY different and non-backwards compatible)

For a free e-book instead, get Swaroop C.H.'s A Byte of Python.

As for the GUI part, I suggest using the Nokia's Qt Software (PyQt4 by Riverbank Computing, for the Python version). Its really easy to get going with, having its base set in Object Oriented development methods.

Tkinter is old, I'm not sure if you would enjoy it, though its pretty simple.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 12-02-2009, 10:20 AM   #3 (permalink)
Intel OCer
 
amitash's Avatar
 
Join Date: Feb 2008
Location: Bangalore
Posts: 1,127
Default Re: book on python

Thanks....But will the first book ou suggested hinder my progress as its not for python 3.0?
__________________
My site: collegeclassroom.org
intel core i7-920||eVGA x58 sli||G-skill 6GB DDR3-1600| ZOTAC GTX480||Tagan BZ700||Antec 900||Logitech G15||Razer Death Adder and Megalodon
amitash is offline  
Old 12-02-2009, 11:05 AM   #4 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: book on python

I would suggest O'Reilly's Learning Python by Mark Lutz.
But currently you have for 2.x version. But it prepares the reader for Python 3.
Python 3 would also take some time to become mainstream, even though it's released, so I suggest you learn Python 2.x at this time.
And when Python 3 becomes mainstream, there would be some differences which you refer through the internet. Though it's backward incompatible but it is same in terms of philosophy and thinking.

Also Free Books:
Dive into Python http://www.diveintopython.org/ (for experienced programmers)
A Byte of Python http://www.swaroopch.com/notes/Python - Also has Python 3 version
Python Think like a Computer Scientist http://openbookproject.net/thinkCSpy/index.xhtml

Also look here:
http://wiki.python.org/moin/PythonBooks
http://learnpython.pbwiki.com/

Good Luck with your python adventure
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.

Last edited by Liverpool_fan; 12-02-2009 at 11:10 AM.
Liverpool_fan is offline  
Old 12-02-2009, 07:29 PM   #5 (permalink)
Intel OCer
 
amitash's Avatar
 
Join Date: Feb 2008
Location: Bangalore
Posts: 1,127
Default Re: book on python

Thanks for the advice..i guess i will start with "a byte of python" now
__________________
My site: collegeclassroom.org
intel core i7-920||eVGA x58 sli||G-skill 6GB DDR3-1600| ZOTAC GTX480||Tagan BZ700||Antec 900||Logitech G15||Razer Death Adder and Megalodon
amitash is offline  
Old 12-02-2009, 09:52 PM   #6 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: book on python

There's not so many changes. A trip to the official Python documentation pages will give you all you need to know about... everything!
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 17-02-2009, 08:40 AM   #7 (permalink)
Dreaming Future
 
kin.vachhani's Avatar
 
Join Date: May 2005
Location: \internet\home
Posts: 177
Default Re: book on python

byte of python is good book to start with..then u can also try python cook book...
__________________
World without Computer is like a man without Brain.....
kin.vachhani is offline  
Old 18-02-2009, 03:55 PM   #8 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Default Re: book on python

Quote:
Originally Posted by QwertyManiac View Post
If you're willing to buy a book in hard-copy now, do get Core Python Programming, Second Edition - Wesley J. Chun. Its written for Python versions up to 2.5. (2.6 is not much different, but 3.0 is VERY different and non-backwards compatible)
+1 for that book. me too got started a month back using that book.
The LPE costed me Rs.950/-
__________________
http://abhinandh.com
abhinandh is offline  
Old 18-02-2009, 06:40 PM   #9 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: book on python

Quote:
Originally Posted by abhinandh View Post
+1 for that book. me too got started a month back using that book.
The LPE costed me Rs.950/-
Whoa, I remember getting Filled-Void and mine at Rs. 650/- in Landmark nearly a year ago. Prices must have increased now, I guess.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Python or PHP ? The Unknown Programming 5 09-02-2008 09:14 PM
suggest good e-book or book for socket programming gycapri Programming 2 13-09-2006 08:59 PM
Need Address book , phone book, blog app or any content management system code in PHP beaditya Open Source 2 14-05-2006 01:52 AM
Python Unplugged .. !! shrek_incredible Open Source 1 14-11-2004 12:09 PM

 
Latest Threads
- by gforz
- by soumya
- by Sujeet
- by icebags
- by Charan

Advertisement




All times are GMT +5.5. The time now is 03:07 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2