Re: Which is the best book to learn python

2013-07-27 Thread aliencat777
On Tuesday, January 25, 2011 1:09:31 AM UTC+8, sant wrote:
> Hi All,
> i am beginner to python please tell me which is the best available
> reference for beginner to start from novice

A great up to date beginner's book/course is "Start Here: Python 3x 
Programming, Made Fun and Easier." It introduces software design and makes 
everything very simple to understand. http://www.quantumsight.mobi

Jody
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-02-14 Thread Bill Allen
Alan Gauld has written a very good online book called Learning to Program.
I would definitely recommend it.

http://www.alan-g.me.uk/l2p/index.htm



-Bill



On Mon, Jan 24, 2011 at 11:09, santosh hs  wrote:

> Hi All,
> i am beginner to python please tell me which is the best available
> reference for beginner to start from novice
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-02-14 Thread Aahz
In article ,
Jean-Michel Pichavant   wrote:
>
>Python is easy to learn, I'm not sure it's possible to write a bad book 
>about it.

Yes, it is.  I can name two:

Deitel: Python How to Program
Perl to Python Migration
-- 
Aahz (a...@pythoncraft.com)   <*> http://www.pythoncraft.com/

"Programming language design is not a rational science. Most reasoning
about it is at best rationalization of gut feelings, and at worst plain
wrong."  --GvR, python-ideas, 2009-03-01
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-27 Thread Luis M . González
On Jan 27, 3:43 pm, Jean-Michel Pichavant 
wrote:
> santosh hs wrote:
> > I am very new to object oriented concept,  so I need to learn
> > everything frm basic, Will the above books fulfill
> >  My need
>
> read thishttp://www.freenetpages.co.uk/hp/alan.gauld/tutclass.htm
>
> and stop when they start to talk about VBscript :)
>
> JM

I strongly second this suggestion.
Alan Gauld's example of a banking application was just what I needed
to finally understand object oriented programming.
This is how my head made the "click".

Luis
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-27 Thread Jean-Michel Pichavant

santosh hs wrote:

I am very new to object oriented concept,  so I need to learn
everything frm basic, Will the above books fulfill
 My need

  


read this
http://www.freenetpages.co.uk/hp/alan.gauld/tutclass.htm

and stop when they start to talk about VBscript :)

JM

--
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-27 Thread santosh hs
I am very new to object oriented concept,  so I need to learn
everything frm basic, Will the above books fulfill
 My need


On Monday, January 24, 2011, Jean-Michel Pichavant
 wrote:
> santosh hs wrote:
>
> Hi All,
> i am beginner to python please tell me which is the best available
> reference for beginner to start from novice
>
>
>
> Hi,
>
> You could have searched the archive, this question was raised many times.
>
> http://wiki.python.org/moin/IntroductoryBooks
>
> I read "Learning Python" when I started. Since it's the only one I read I 
> cannot tell you which one is the best (if there is).
> Python is easy to learn, I'm not sure it's possible to write a bad book about 
> it.
>
> JM
>
>
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-27 Thread Benjamin Hell
On 2011-01-26 01:43 , Luis M. González wrote:
> On Jan 24, 2:09 pm, santosh hs  wrote:
>> i am beginner to python please tell me which is the best available
>> reference for beginner to start from novice
> 
> If you are a complete beginner to programming, I suggest start with a
> tutorial such as "A Byte of Python" (google this).
> I learned my first steps with Josh Cogliati's "Non-Programmers
> Tutorial For Python" 
> http://www.oopweb.com/Python/Documents/easytut/VolumeFrames.html

Josh moved this tutorial to Wikibooks some years ago, where it has been
improved since then. Today there are two versions, one for Python 2.x
and one for Python 3:

http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python_2.6
http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python_3

I have used it to introduce people to programming with very good results.

If you want to get the maximum out of Lutz & Asher's "Learning Python",
which is a very good book as well, you should have programmed in some
way before.

Ben
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-25 Thread Luis M . González
On Jan 24, 2:09 pm, santosh hs  wrote:
> Hi All,
> i am beginner to python please tell me which is the best available
> reference for beginner to start from novice

If you are a complete beginner to programming, I suggest start with a
tutorial such as "A Byte of Python" (google this).
I learned my first steps with Josh Cogliati's "Non-Programmers
Tutorial For Python" 
http://www.oopweb.com/Python/Documents/easytut/VolumeFrames.html
.

The suggestions above are very good if you are new to programming en
general (not only to python).
If you have some experience, you may look to something more advanced,
such as "Dive into Python".
All these resources are available online for free.

If you want to but a book, I like "Beginning Python: From Novice to
Professional".

Hope this helps...
Luis

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-25 Thread David Hutto
Building Skills In Python has been a great learning tool, and
reference(I don't exactly learn linearly):

homepage.mac.com/s_lott/books/python.html
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-25 Thread Tim Harig
On 2011-01-25, Mark Summerfield  wrote:
> On Jan 24, 5:09 pm, santosh hs  wrote:
>> Hi All,
>> i am beginner to python please tell me which is the best available
>> reference for beginner to start from novice
>
> If you want to learn Python 3 and have some prior programming
> experience (in any modern procedural or object oriented language), you
> might find
> "Programming in Python 3" (http://www.qtrac.eu/py3book.html) to be a
> good choice. (I'm biased though since I wrote it;-)

I am usually a big fan for O'reilly books and I started learning Python
from the first edition of _Learning Python_.  It's not a bad book and it
will get you started.  I cannot speak for the latest edition which seems to
contain quite a bit more then the version I read.

When Python 3 was released, I decided to try relearn Python 3 from scratch
rather then trying to simply figure out the differences between versions.  I
picked up Mr. Summerfield's book because it seemed to be the first book to
cover Python 3 excusively and I was rather impressed.  I would definitely
recommend it to others.

[OT] P.S. to Mark Summerfield.  You have been hanging around in the Go Nuts
mailing list.  Is that any indication that you might be considering writing
a book on Go?  If you do, you will have at least one customer.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-25 Thread John Pinner
On Jan 25, 8:56 am, Mark Summerfield  wrote:
> On Jan 24, 5:09 pm, santosh hs  wrote:
>
> > Hi All,
> > i am beginner to python please tell me which is the best available
> > reference for beginner to start from novice
>
> If you want to learn Python 3 and have some prior programming
> experience (in any modern procedural or object oriented language), you
> might find
> "Programming in Python 3" (http://www.qtrac.eu/py3book.html) to be a
> good choice. (I'm biased though since I wrote it;-)

You may be biased, but you're right :-)

Nice book.

John
--
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-25 Thread Mark Summerfield
On Jan 24, 5:09 pm, santosh hs  wrote:
> Hi All,
> i am beginner to python please tell me which is the best available
> reference for beginner to start from novice

If you want to learn Python 3 and have some prior programming
experience (in any modern procedural or object oriented language), you
might find
"Programming in Python 3" (http://www.qtrac.eu/py3book.html) to be a
good choice. (I'm biased though since I wrote it;-)
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-24 Thread Krzysztof Bieniasz
Dnia Mon, 24 Jan 2011 09:09:31 -0800, santosh hs napisał(a):

> Hi All,
> i am beginner to python please tell me which is the best available
> reference for beginner to start from novice

For most CS stuff O'Reilly is most often a good bet. Therefore I think 
you'll find Mark Lutz's "Learning Python" useful.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-24 Thread Colin J. Williams

On 24-Jan-11 12:38 PM, Jean-Michel Pichavant wrote:

santosh hs wrote:

Hi All,
i am beginner to python please tell me which is the best available
reference for beginner to start from novice


Hi,

You could have searched the archive, this question was raised many times.

http://wiki.python.org/moin/IntroductoryBooks

I read "Learning Python" when I started. Since it's the only one I read
I cannot tell you which one is the best (if there is).
Python is easy to learn, I'm not sure it's possible to write a bad book
about it.

JM


I liked Alex Martelli's Python in a nutshell, but it's a bit dated now.

Colin W.
--
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-24 Thread Jean-Michel Pichavant

santosh hs wrote:

Hi All,
i am beginner to python please tell me which is the best available
reference for beginner to start from novice
  


Hi,

You could have searched the archive, this question was raised many times.

http://wiki.python.org/moin/IntroductoryBooks

I read "Learning Python" when I started. Since it's the only one I read 
I cannot tell you which one is the best (if there is).
Python is easy to learn, I'm not sure it's possible to write a bad book 
about it.


JM

--
http://mail.python.org/mailman/listinfo/python-list


Re: Which is the best book to learn python

2011-01-24 Thread srinivas hn
search for byte of  python in google its good book for beginners . .



CHEERS
CNA
9986229891


On Mon, Jan 24, 2011 at 10:39 PM, santosh hs wrote:

> Hi All,
> i am beginner to python please tell me which is the best available
> reference for beginner to start from novice
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list


Which is the best book to learn python

2011-01-24 Thread santosh hs
Hi All,
i am beginner to python please tell me which is the best available
reference for beginner to start from novice
-- 
http://mail.python.org/mailman/listinfo/python-list