473,386 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

the best book for learning python !?

Hi ,

I was just wondering ( yeah I know it's not the first time this
question pops up )
what would be the best 2 or 3 books for someone who wants to learn
Python , already experienced in other non-OOP languages .It takes time
to browse endlessly on the net , in a bookshop or a library for THOSE
books that are really useful !

Thanks ,
post400
Jul 18 '05 #1
6 2573
The new second edition of Learning Python is outstanding. Not because of
the fact that it's recent (2004), but it just simply surpassed the first
edition in coverage. Exceptions covered in 3 chapters, is one of my
personal reasons.

I actually put my Quick Python and Python in a Nutshell back on the
bookshelf, just for now, and stopped doing anything with my current Python
app (a backup program), until I've read this edition of L.P. and inhaled
the concepts better.
You asked for books, specifically, so I won't mention the tutorials
available on the net.
Have fun,
Steve
"post400" <po*****@prontomail.com> wrote in message
news:b1**************************@posting.google.c om...
Hi ,

I was just wondering ( yeah I know it's not the first time this
question pops up )
what would be the best 2 or 3 books for someone who wants to learn
Python , already experienced in other non-OOP languages .It takes time
to browse endlessly on the net , in a bookshop or a library for THOSE
books that are really useful !

Thanks ,
post400

Jul 18 '05 #2
I just picked up a copy of Learning Perl by Lutz/Ascher (OReilly). This is
the best intermediate/expert reference I've seen to date on Python. I can
highly recommend this effort. Thanks to Mark and David.

Art
python newbie wrote:
The new second edition of Learning Python is outstanding. Not because of
the fact that it's recent (2004), but it just simply surpassed the first
edition in coverage. Exceptions covered in 3 chapters, is one of my
personal reasons.

I actually put my Quick Python and Python in a Nutshell back on the
bookshelf, just for now, and stopped doing anything with my current Python
app (a backup program), until I've read this edition of L.P. and inhaled
the concepts better.
You asked for books, specifically, so I won't mention the tutorials
available on the net.
Have fun,
Steve
"post400" <po*****@prontomail.com> wrote in message
news:b1**************************@posting.google. com...

Hi ,

I was just wondering ( yeah I know it's not the first time this
question pops up )
what would be the best 2 or 3 books for someone who wants to learn
Python , already experienced in other non-OOP languages .It takes time
to browse endlessly on the net , in a bookshop or a library for THOSE
books that are really useful !

Thanks ,
post400



Jul 18 '05 #3
Arthur Billingsley wrote:
I just picked up a copy of Learning Perl by Lutz/Ascher (OReilly). This is
the best intermediate/expert reference I've seen to date on Python. I can
highly recommend this effort. Thanks to Mark and David.


Learning Perl? A Freudian slip perhaps?

--
Timo Virkkala
Jul 18 '05 #4
Am Mon, 16 Feb 2004 13:13:06 -0800 schrieb post400:
Hi ,

I was just wondering ( yeah I know it's not the first time this
question pops up )
what would be the best 2 or 3 books for someone who wants to learn
Python , already experienced in other non-OOP languages .It takes time
to browse endlessly on the net , in a bookshop or a library for THOSE
books that are really useful !


I recommend the Python Cookbook.

thomas

Jul 18 '05 #5
Hi,

I got the second edition of "Learning Python" a couple of weeks ago
and found it very disappointing. I had been expecting something along
the lines of "Learning Perl", which is an excellent book for newbies.

My main gripe with "Learning Python" is that it is too long and
detailed. As a newbie, you don't want that detail initially. For
example, the "Hello, world" program doesn't appear until page 142!

Having said that, the book is really good if you already know a bit of
Python. The explanation of some of the language features is really
revealing and I did learn a lot from it.

For a newbie, I'd recommend "Practical Python".

Cameron.

"python newbie" <me*******@hotmail.com> wrote in message news:<yv*******************@newssvr25.news.prodigy .com>...
The new second edition of Learning Python is outstanding. Not because of
the fact that it's recent (2004), but it just simply surpassed the first
edition in coverage. Exceptions covered in 3 chapters, is one of my
personal reasons.

I actually put my Quick Python and Python in a Nutshell back on the
bookshelf, just for now, and stopped doing anything with my current Python
app (a backup program), until I've read this edition of L.P. and inhaled
the concepts better.
You asked for books, specifically, so I won't mention the tutorials
available on the net.
Have fun,
Steve
"post400" <po*****@prontomail.com> wrote in message
news:b1**************************@posting.google.c om...
Hi ,

I was just wondering ( yeah I know it's not the first time this
question pops up )
what would be the best 2 or 3 books for someone who wants to learn
Python , already experienced in other non-OOP languages .It takes time
to browse endlessly on the net , in a bookshop or a library for THOSE
books that are really useful !

Thanks ,
post400

Jul 18 '05 #6
> I was just wondering ( yeah I know it's not the first time this
question pops up )
what would be the best 2 or 3 books for someone who wants to learn
Python , already experienced in other non-OOP languages .It takes time
to browse endlessly on the net , in a bookshop or a library for THOSE
books that are really useful !


Read the Python Tutorial included with Python, and browse through the
standard library.

- Josiah
Jul 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: km | last post by:
Hi all, What is the best book to start with python ? i am have been working since 1 yr with Perl. kindly enlighten, thanks, KM
5
by: Phyrestang | last post by:
Hi there. I've decided that my first real language I want to learn to program in is Python. I've been using the Python tutorials at Python.org, but I'm looking for something a little more in...
18
by: Michael McGarry | last post by:
Hi, What is the best book covering Python? Michael
2
by: AnOvercomer02 | last post by:
Hi. What is the best way to learn Python? None of the local schools near me teach any courses on the topic. Thanks. -- Cody Houston AnOvercomer02@webtv.net
8
by: Lennart | last post by:
Hi everybody, Can someone advice me with the following issue: i want to learn python in my summer vacation (i try to ...:-) So, a good start is buying a good book. But wich? There are many ... ...
5
by: Falc | last post by:
Hi there... I have been looking at learning Python, so far it looks like an absolutely grat language. I am having trouble finding some free resources to learn Python from. I am on windows and...
23
by: IOANNIS MANOLOUDIS | last post by:
I want to learn python. I plan to buy a book. I always find printed material more convenient than reading on-line tutorials. I don't know PERL or any other scripting language. I only know some...
7
by: kaushal | last post by:
Hi How do i start Learning Python,is there any reference material which I can refer since I dont have any programming experience Thanks and Regards Kaushal
6
by: dogatemycomputer | last post by:
Greetings, A friend of mine dropped off a copy of Sams Teach Yourself Python in 24 Hours published in 2000. I skimmed the first couple of chapters looking for the interpreter version and the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.