473,398 Members | 2,188 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,398 software developers and data experts.

book recommendation for Python newbie?

I'm trying to (gently) convince my business partner that we should be
adding Python to our core toolset. He's never used it before, apart
from poking around in the tutorial a bit at my urging. But he's got a
birthday coming up, and I'd like to get him a book that will help him
make the transition more smoothly and enjoyably.

In case it matters: his background is mainly in databases (originally
4D, more recently MySQL), and his current primary tools are REALbasic
(which is a statically typed language with semantics similar to Java)
and PHP. He's primarily a Mac user, but occasionally has to dabble in
Linux or Windows. If we do make this change, he'll be using Python in
a professional capacity to develop commercial apps.

There are a lot of Python books out there... which one would you
recommend in this case?

Thanks,
- Joe
Oct 9 '08 #1
2 1004
On Oct 9, 3:00*pm, Joe Strout <j...@strout.netwrote:
I'm trying to (gently) convince my business partner that we should be *
adding Python to our core toolset. *He's never used it before, apart *
from poking around in the tutorial a bit at my urging. *But he's got a *
birthday coming up, and I'd like to get him a book that will help him *
make the transition more smoothly and enjoyably.

In case it matters: his background is mainly in databases (originally *
4D, more recently MySQL), and his current primary tools are REALbasic *
(which is a statically typed language with semantics similar to Java) *
and PHP. *He's primarily a Mac user, but occasionally has to dabble in *
Linux or Windows. *If we do make this change, he'll be using Python in *
a professional capacity to develop commercial apps.

There are a lot of Python books out there... which one would you *
recommend in this case?

Thanks,
- Joe
A lot of people recommend Lutz's "Learning Python". While I haven't
read it, I have read his follow-up "Programming Python" and it was
good. You might also look at Hetland's "Beginning Python" or even the
"Python for Dummies" book.

Mike
Oct 9 '08 #2
Mike Driscoll wrote:
A lot of people recommend Lutz's "Learning Python". While I haven't
read it, I have read his follow-up "Programming Python" and it was
I found Learning Python good for learning, and a useful reference
sometimes, but it can seem very slow paced if you already know some
other language. Another problem is that the author seems unable to drop
any material that is out of date; the pace is slowed by explanations of
what you might need to do if using a very old version. The third edition
is even worse is that respect. Also, being based of the author's
training experience, is not always a good thing. I prefer a book to
sitting in a class because I don't want to fall asleep whilst the
instructor repeats an explanation yet again for the benefit of those at
the back, nor wait while clever-clogs at the front asks an arcane
question of no general interest. Learning Python is too much like
sitting in a classroom for me.

If you already know some programming Python in a Nutshell is very useful.

good. You might also look at Hetland's "Beginning Python" or even the
"Python for Dummies" book.

Mike
Oct 10 '08 #3

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

Similar topics

23
by: Anthony | last post by:
Hello I'm currently trying to read Core Python Programming, but by the looks of it im never going to get done the book is about 860 pages long real intimidating, but im guess im going to have to...
6
by: post400 | last post by:
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...
5
by: Madhusudan Singh | last post by:
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...
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...
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...
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)...
11
by: Ira Solomon | last post by:
I am an experienced programmer (40 years). I've done Algol (if you've heard of that you must be old too), PL/1, VB,VBA, a little C, and a few other odd languages (e.g. Taskmate). I'm interested...
6
by: raylopez99 | last post by:
Will ASP.NET 3.0 work under Visual Studio 2005? And what is a good newbie ASP.NET book? Subject: Will ASP.NET 3.0 work under Visual Studio 2005? And what is a good newbie ASP.NET book? My...
1
by: Gabriel Rossetti | last post by:
Joe Strout wrote: I Learned Python using "Core Python Programming" written by Wesley J. Chun, second edition, Prentice Hall, ISBN 0-13-226993-7 I found it to be really good, it starts by...
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: 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
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:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.