473,805 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1581
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
3629
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 tempdb is also involved (in many cases), this creates major deadlocks for the entire database and all users. It suggests using the "INSERT ... SELECT" form instead. Considering that the book is somehow dated, is this recommendation still valid,...
0
1319
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 be connected to the internet for something. Secondly I'd like a good book recommendation (I'm in the UK). The documentation online is a minefield if you aren't familiar with the whole ..net framework. I am very comfortable with C++ and the...
2
1779
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 familiar with those books. Does anyone have a recommendation? TIA.
3
2366
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 book.
9
1448
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 very low end of the system, below the business objects, providing core functionality. I've read Advanced .NET Remoting, C# and the .Net framework, Performance Tuning and Optimizing ASP.NET Applications. I have a strong background in C and C++ (as...
16
8514
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
1587
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 will get me up to speed on ASP.Net 2.0 with my experience. Any suggestions? Thanks
4
2137
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) and am adept with ansi C. Would any of you have a book recommendation that goes into swift detail and clearly written? Thank you in advance.
3
1759
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
2377
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? Thanks to all. -- Email: The handle, (dot seperated), at gmail dot com.
0
9716
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10604
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10103
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9179
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5536
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5676
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3839
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3006
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.