473,386 Members | 1,745 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.

Book recommendation

Hi

I am trying to teach myself Python. I have extensive prior programming
experience in Fortran, a little in C/C++, Pascal, etc.

So far, I have been reading online tutorials at www.python.org and a book I
found at the library - Martin Brown's The Complete Reference Python. Is
there a standard classic book to learn from that I could buy ?

Say something like Metcalf and Reid's Fortran 90/95 Explained or Kernighan
and Ritchie's The C Programming Language.
Jul 18 '05 #1
5 1563
There are four books I always recommend:
1. The must-learn-Python-from-this-book book that I recommend is Diving
Into Python by Mark Pilgrim

1a. Then, you think of your own small/medium-size project, and start
writing it.

Now that you have been introduced in a friendly and painfree way,
from Diving Into Python, and you're pumped emotionally
from actually writing Python(1a) , start reading:

2. O'Reilly's Learning Python, to really drive in the
language syntax and features, and have a
comprehensive, well-organized book on every part of Python,
ready to check back to, when you need a lot of help on a particular
topic.
Just read it front and back, when you get the chance.

And these two books are a must, IMO
3. Python in a Nutshell
4. Python Cookbook <-- avail online too, though

"Madhusudan Singh" <sp**************@spam.invalid> wrote in message
news:30*************@uni-berlin.de...
Hi

I am trying to teach myself Python. I have extensive prior programming
experience in Fortran, a little in C/C++, Pascal, etc.

So far, I have been reading online tutorials at www.python.org and a book
I
found at the library - Martin Brown's The Complete Reference Python. Is
there a standard classic book to learn from that I could buy ?

Say something like Metcalf and Reid's Fortran 90/95 Explained or Kernighan
and Ritchie's The C Programming Language.

Jul 18 '05 #2
On Tue, 23 Nov 2004 22:21:34 -0500, Madhusudan Singh wrote:
I am trying to teach myself Python. I have extensive prior programming
experience in Fortran, a little in C/C++, Pascal, etc.

So far, I have been reading online tutorials at www.python.org and a book I
found at the library - Martin Brown's The Complete Reference Python. Is
there a standard classic book to learn from that I could buy ?

Say something like Metcalf and Reid's Fortran 90/95 Explained or Kernighan
and Ritchie's The C Programming Language.


Hi there Madhusudan :)

There's a couple of brief introductions worth reading ; one is by the
language's creator Guido van Rossum, and the other by a chap called
Swaroop (A byte of Python I think it's called). Both of these are quick
read introduction type things.

A most entertaining and completely backward book is "Dive into Python"
(all these are free downloads but you can buy the latter as a book) which
has the approach where each section starts of with a relatively
complex working chunk of Python code, then pulls it apart and shows you
how all the bits work, and explains the various concepts as you go along.

Once you've done that, if you want some useful bits of coding just to get
the feel of it, try answering some of the Perl or Ruby Quiz-of-the-week
questions (archives are online search for Perl|Ruby quiz of the week).

None of the tasks are more than a page or two of python, but it's a quick
way of getting a feel for the language.

The other thing that's handy to have to hand is the Quick Reference which
is about 20 or so pages and handy for a quick look up.

There are many IDEs and Editors about from the quick and dirty through to
full IDEs (which personally I find too much of a clutter). I personally
like Scite which is the former.

Remember, for i in range(100): print "Murali chucks" :)

Jul 18 '05 #3
If you are running on Windows, "Python Programming on Win32"
is a must buy/read.

I also liked "Python Bible" a lot.

Larry Bates

Madhusudan Singh wrote:
Hi

I am trying to teach myself Python. I have extensive prior programming
experience in Fortran, a little in C/C++, Pascal, etc.

So far, I have been reading online tutorials at www.python.org and a book I
found at the library - Martin Brown's The Complete Reference Python. Is
there a standard classic book to learn from that I could buy ?

Say something like Metcalf and Reid's Fortran 90/95 Explained or Kernighan
and Ritchie's The C Programming Language.

Jul 18 '05 #4
Paul Robson wrote:
On Tue, 23 Nov 2004 22:21:34 -0500, Madhusudan Singh wrote:
I am trying to teach myself Python. I have extensive prior programming
experience in Fortran, a little in C/C++, Pascal, etc.

So far, I have been reading online tutorials at www.python.org and a book
I found at the library - Martin Brown's The Complete Reference Python. Is
there a standard classic book to learn from that I could buy ?

Say something like Metcalf and Reid's Fortran 90/95 Explained or
Kernighan and Ritchie's The C Programming Language.
Hi there Madhusudan :)


Hi :)
There's a couple of brief introductions worth reading ; one is by the
language's creator Guido van Rossum, and the other by a chap called
Swaroop (A byte of Python I think it's called). Both of these are quick
read introduction type things.

A most entertaining and completely backward book is "Dive into Python"
(all these are free downloads but you can buy the latter as a book) which
has the approach where each section starts of with a relatively
complex working chunk of Python code, then pulls it apart and shows you
how all the bits work, and explains the various concepts as you go along.

"Dive into Python" seems to be the favorite so far in this NG.
Once you've done that, if you want some useful bits of coding just to get
the feel of it, try answering some of the Perl or Ruby Quiz-of-the-week
questions (archives are online search for Perl|Ruby quiz of the week).
perl-qotw was interesting and language agnostic (If perl can do something,
so should Python - not that I know much perl). I will look into it on a
regular basis when I get my bearings.

None of the tasks are more than a page or two of python, but it's a quick
way of getting a feel for the language.

The other thing that's handy to have to hand is the Quick Reference which
is about 20 or so pages and handy for a quick look up.
Yep.

There are many IDEs and Editors about from the quick and dirty through to
full IDEs (which personally I find too much of a clutter). I personally
like Scite which is the former.
I use emacs for everything except authoring webpages. An operating system
disguised as an editor :)

Remember, for i in range(100): print "Murali chucks" :)


The above is syntactically correct only if you did not install
python-larry :)
Jul 18 '05 #5
Larry Bates wrote:
If you are running on Windows, "Python Programming on Win32"
is a must buy/read.

Thanks for your response. Fortunately, I inhabit a windows free world :)
I also liked "Python Bible" a lot.


I will look into it.
Jul 18 '05 #6

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

Similar topics

1
by: php newbie | last post by:
I have the Transact-SQL Programming book from O'Reilly. It was published in 1999. It states that "SELECT ... INTO" statements end up locking the entire database of the target table. Since the...
0
by: Phil Da Lick! | last post by:
Hi all, I am about to move into programming using an xml web services model. The first thing I need to know is whether you can use them privately within a corporate LAN, or whether you need to...
2
by: Bruce Dodds | last post by:
I will be doing an app for a nonprofit. It would be useful for them to have a good entry-level book on Access so that they don't have to pay someone to design all their queries and reports. I'm not...
3
by: Alan | last post by:
I got a book : C# Primer Plus, this is about the C#. I am going to learn Visual C#, another book recommendation about this specific topic ? I don't want a book repeat the C# stuffs already in my...
9
by: Reginald Blue | last post by:
I asked this before, although several months ago, and I want to make sure the recommendation hasn't changed. I'm a developer who is working on a Web application, but most of my work is at the...
16
by: Robert Zurer | last post by:
Can anyone suggest the best book or part of a book on this subject. I'm looking for an in-depth treatment with examples in C# TIA Robert Zurer robert@zurer.com
6
by: ted | last post by:
Hi, I have been programming for about 5 years mainly on client apps that are standalone and n-tier. I have very little experience with web development. I need a recommendation on a book that...
4
by: Huy | last post by:
I am in need of a book recommendation to pick up C++ properly and elegantly. I program extensively within the Python programming language and have a decent grasp of OOP (possibly could be better)...
3
by: Lauren Quantrell | last post by:
After a few years of Access VBA it's time to learn C#.Net. Can anyone recommend a book that is good for someone with no experience other than VBA?
14
by: At_sea_with_C | last post by:
Hello all, Im some way in C and i have to start on C++ to. I want your opinions on Teach yourself C++ in 21 days by Jessi Liberty. Can I go with it as my first book are are there better ones? ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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.