473,322 Members | 1,562 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,322 software developers and data experts.

Book Recommendation

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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)

Thanks
Jul 18 '05 #1
23 4082
In article <pa****************************@secureb0x.net>,
Anthony <sy******@secureb0x.net> wrote:
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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)

Thanks


I like *Core Python Programming*. My goals might differ
from yours, though. What are you after? What's your back-
ground? Those probably determine more than the book itself.

Perhaps <URL: http://www.unixreview.com/documents/s=7822/ur >
and <URL: http://www.python.org/cgi-bin/moinmoin/PythonBooks >
will interest you.
--

Cameron Laird <cl****@phaseit.net>
Business: http://www.Phaseit.net
Jul 18 '05 #2
On Wed, 08 Oct 2003 20:11:04 +0000, Cameron Laird wrote:
In article <pa****************************@secureb0x.net>,
Anthony <sy******@secureb0x.net> wrote:
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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)

Thanks


I like *Core Python Programming*. My goals might differ
from yours, though. What are you after? What's your back-
ground? Those probably determine more than the book itself.

Perhaps <URL: http://www.unixreview.com/documents/s=7822/ur >
and <URL: http://www.python.org/cgi-bin/moinmoin/PythonBooks >
will interest you.


Well I know C, bash and i work with scripting alot i know the basics of
programming, incremental development, debugging, etc I wanna implement
gentoo's portage system which is completely written in python. I
wanna become a gentoo developer which requires me to learn bash and python
gentoo's ebuilds are written and portage in python. That means i have to
be a top notch python programmer I've read the first four chapters of the
book which is very good it doesn't play around it gets straight to the
point, but as i said the size, and weight of the book is intimidating. MY
mom bought me this book so i dont wanna just leave it here collecting dust
i might just have to pick it up and read it :)

Thanks

Jul 18 '05 #3
<quote name="Anthony" date="1065639573" email="sy******@secureb0x.net">
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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)

</quote>

I don't know the book, but...

If you're eager to learn, you should be happy with such a big book, this
means you can learn a lot! :)

BTW, there is a 'tutor' mailinglist, which may interest you. You're
questions are welcome here, but that list is specifically designed
for beginners, so you have more chance in getting questions answered
faster there.

Gerrit.

--
Mozilla _is_ the web: it grows faster than you can download it.
1011001 1101111 1110101 1110010 1110011 0101100
1000111 1100101 1110010 1110010 1101001 1110100

Jul 18 '05 #4
In article <pa****************************@secureb0x.net>,
Anthony <sy******@secureb0x.net> wrote:
Jul 18 '05 #5
> Well I know C, bash and i work with scripting alot i know the basics of
programming, incremental development, debugging, etc I wanna implement
gentoo's portage system which is completely written in python. I
wanna become a gentoo developer which requires me to learn bash and python
gentoo's ebuilds are written and portage in python. That means i have to
be a top notch python programmer I've read the first four chapters of the
book which is very good it doesn't play around it gets straight to the
point, but as i said the size, and weight of the book is intimidating. MY
mom bought me this book so i dont wanna just leave it here collecting dust
i might just have to pick it up and read it :)


Have you gone through the tutorial at www.python.org?

http://www.python.org/doc/2.3.2/tut/tut.html

When I started learning Python, I made the mistake of skipping the tutorial,
figuring that I didn't want an introduction to programming (having been
programming for over 30 years). I didn't realize that this tutorial was also
very good for programmers with experience in other languages.

My favorite Python books at the moment are Alex Martelli's _Python in a
Nutshell_, David Mertz's _Text Processing in Python_, and David Beazley's
_Python Essential Reference_.

-Mike
Jul 18 '05 #6
On Wed, 08 Oct 2003 19:59:33 +0000, Anthony wrote:
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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)

Thanks

Ok you guys are the best I'm going to stop bugging you now and get to work
there is just one more question i have to ask. "Michael Geary" said read
the tutorial on python.org, but Core Python Programming covers everything
should i read the tutorial on python.org anyway or just the book?
Jul 18 '05 #7
Anthony <sy******@secureb0x.net> writes:
Ok you guys are the best I'm going to stop bugging you now and get to work
there is just one more question i have to ask. "Michael Geary" said read
the tutorial on python.org, but Core Python Programming covers everything
should i read the tutorial on python.org anyway or just the book?


First, read the tutorial. Then, if you're still confused, go look at
the book in the store and see if it answers your questions. If it
does, buy it and read it. If it doesn't, look for another group, ask
questions on the newsgroup, etc.

In my opinion, if you have solid experience programming in other
languages, then the tutorial and reference manual are probably all you
need to get going with Python, and you needn't bother with any books.
But if you're less experienced, you may benefit from a Python book.

Also, I'm not familiar with "Core Python Programming" but if you feel
you need a book, the first one I'd look at is "Python in a Nutshell".
Jul 18 '05 #8
Paul Rubin <http://ph****@NOSPAM.invalid> writes:
First, read the tutorial. Then, if you're still confused, go look at
the book in the store and see if it answers your questions. If it
does, buy it and read it. If it doesn't, look for another group, ask
questions on the newsgroup, etc.


Bah, I'm not typing well today. I meant to say "If it doesn't, look
for another BOOK, ask questions on the newsgroup, etc.".
Jul 18 '05 #9
> Ok you guys are the best I'm going to stop bugging you now and get to work
there is just one more question i have to ask. "Michael Geary" said read
the tutorial on python.org, but Core Python Programming covers everything
should i read the tutorial on python.org anyway or just the book?


Why are you asking? The tutorial is free, just go read it and then decide if
it was worthwhile! :-)

You can also read _Text Processing in Python_ for free on David Mertz's
site:

http://gnosis.cx/TPiP/

If nothing else, read David's Appendix A which provides some real insight
into how the Python language works:

http://gnosis.cx/TPiP/appendix_a.txt

And you can get a free 14-day trial of Safari at http://safari.oreilly.com/
and read _Python in an Nutshell_ and _Python Essential Reference_ there.
Gonna be a busy couple of weeks for you. :-)

-Mike
Jul 18 '05 #10
Anthony <sy******@secureb0x.net> writes:
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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)


I'd say read the stuff on language issues, skim the stuff on libraries
&c. (assuming that's what fills all those pages?), then ditch the book
and just write some code. You just need to have read enough to have a
good mental map and some basic knowledge -- at that point, reading
without doing becomes an inefficient way of learning. Then come back
to this newsgroup and c.l.py.announce, read other people's code, read
the rest of the book and articles on the web, experiment with
libraries, etc. That's what I did when learning Python (in sharp
contrast to C++, which scares me enough that I read several books
before writing a line of code...).
John
Jul 18 '05 #11
Anthony <sy******@secureb0x.net> writes:
Hello I'm currently trying to read Core Python Programming, but by the [...] any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)


No idea about Core PP, but I can certainly say that the Python
Cookbook is good. Other people have said good things about the
Nutshell (both books are published by O'Reilly). Apparently you can
read these free for a month by signing up for O'Reilly's Safari
service, then canceling.
John
Jul 18 '05 #12

"Anthony" <sy******@secureb0x.net> wrote in message
news:pa****************************@secureb0x.net. ..
On Wed, 08 Oct 2003 19:59:33 +0000, Anthony wrote:
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 stick in there. have any of you ever read it? is it a good book? if not what do you suggest i read. Please help me i'm eager to learn :)

Thanks Ok you guys are the best I'm going to stop bugging you now and get

to work there is just one more question i have to ask. "Michael Geary" said read the tutorial on python.org, but Core Python Programming covers everything should i read the tutorial on python.org anyway or just the book?


At 860 pages, CPP is either very verbose, uses huge type, or covers
more than is core python programming for any one learner. My standard
suggestion for learning Python is this: open either an interactive
browser or one of the guis that wrap or imitate one (Idle, PythonWin,
???) and open the tutorial in a browser window. Then move back and
forth. Skim stuff you already know, but pay particular attention to
the Python data model, semantics of binding/assignment, and the
difference between that and in-place mutation. Try out questions that
occur to you, like "what happens if I leave an index blank?"

If CPP starts with similar material (don't know, have never seen it)
then you might start with that instead. But tutorial gives you
Guido's view of language, which may be different from CPP's. (I
personally have learned from getting multiple explanations for certain
aspects.) It should take you about 2-3 hours (or maybe more since
current version seems expanded from 7 years ago). So don't spend 2-3
hours deciding whether to read it or not ;-)

Terry J. Reedy
Jul 18 '05 #13
I recommend "dive into python" by Mark Pilgrim, free at diveintomark.com.
It's a great pdf, continually updated. At the start of each chapter, you get
some new python code in your face right away, and then he explains the
chapter's concepts using this code, and covers a lot in a painless, quick
way.

"Anthony" <sy******@secureb0x.net> wrote in message
news:pa****************************@secureb0x.net. ..
On Wed, 08 Oct 2003 19:59:33 +0000, Anthony wrote:
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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)

Thanks

Ok you guys are the best I'm going to stop bugging you now and get to work
there is just one more question i have to ask. "Michael Geary" said read
the tutorial on python.org, but Core Python Programming covers everything
should i read the tutorial on python.org anyway or just the book?

Jul 18 '05 #14
Gerrit Holl fed this fish to the penguins on Wednesday 08 October 2003
13:06 pm:


<quote name="Anthony" date="1065639573"
email="sy******@secureb0x.net">
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 stick
in there. have any of you ever read it? is it a good book? if not
what do you suggest i read. Please help me i'm eager to learn :) </quote>

I don't know the book, but...


I seem to have missed the original post...

I know I used to have a copy of CPP... I can't find it.

This makes me think it was one of a fairly large stack of Python books
that I dropped off at Goodwill. IOW, it was a bit outdated (might have
covered v2.0, definitely did NOT cover 2.2, and likely not even 2.1).

Given its age... I'd probably consider a first edition "Learning
Python" to be easier to use (read) if the Python tutorial itself is not
enough.

For more advanced: Python Essential Reference, Python in a Nutshell,
Programming Python...

-- ================================================== ============ <
wl*****@ix.netcom.com | Wulfraed Dennis Lee Bieber KD6MOG <
wu******@dm.net | Bestiaria Support Staff <
================================================== ============ <
Bestiaria Home Page: http://www.beastie.dm.net/ <
Home Page: http://www.dm.net/~wulfraed/ <


Jul 18 '05 #15
Michael Geary wrote:
Have you gone through the tutorial at www.python.org?

http://www.python.org/doc/2.3.2/tut/tut.html

When I started learning Python, I made the mistake of skipping the tutorial,
figuring that I didn't want an introduction to programming (having been
programming for over 30 years). I didn't realize that this tutorial was also
very good for programmers with experience in other languages.


Actually, the reverse is true for me. I started with the online tutorial in
1999, but it was to difficult for me. For true starters, the learning curve
of the online tutorial is quite steep, especially if you don't have a lot
of general background knowledge about things like mathematics and abstract
thinking (I was 13 or 14). So I borrowed Learning Python (well, borrowed,
it's still here ;) and read it carefully, but getting OO under the nails
only happened quite recently: now, I can't imagine programming without it.

Gerrit.

--
230. If it kill the son of the owner the son of that builder shall be
put to death.
-- 1780 BC, Hammurabi, Code of Law
--
Asperger Syndroom - een persoonlijke benadering:
http://people.nl.linux.org/~gerrit/
Kom in verzet tegen dit kabinet:
http://www.sp.nl/

Jul 18 '05 #16
On Wed, 08 Oct 2003 19:59:33 +0000, Anthony wrote:
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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)

Thanks

Ok you guys I got everything you guys are the best thanks for all your
replies, and honesty. I can't believe my core python programming book is
outdated my mom just purchased it. please tell me it's still readable i
read the first 2 chapters of it after the original posting, and it was
good :) i don't like the structure of the tutorial on python.org im going
to look over diveintopython, and learning python since those were
recommended here i still wanna read my book does the date mean a whole lot?
Jul 18 '05 #17
In article <pa****************************@secureb0x.net>,
Anthony <sy******@secureb0x.net> wrote:
Jul 18 '05 #18
Anthony <sy******@secureb0x.net> writes:
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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)


I think CPP is a very good book (apart from being dated). As someone who had
already done programming I found I just whizzed through it. Each chapter
easily explained how each of the things I knew how to do would be done in
Python and in the right order to build on. I read most of the chapters in 2
days (skipped regexs and classes IIRC on the first pass). Then I went and
started applying it with the book at hand.

Eddie
Jul 18 '05 #19
> Michael Geary wrote:
Have you gone through the tutorial at www.python.org?

http://www.python.org/doc/2.3.2/tut/tut.html

When I started learning Python, I made the mistake of skipping the tutorial, figuring that I didn't want an introduction to programming (having been
programming for over 30 years). I didn't realize that this tutorial was also very good for programmers with experience in other languages.

Gerrit Holl wrote: Actually, the reverse is true for me. I started with the online tutorial in 1999, but it was to difficult for me. For true starters, the learning curve of the online tutorial is quite steep, especially if you don't have a lot
of general background knowledge about things like mathematics and abstract
thinking (I was 13 or 14). So I borrowed Learning Python (well, borrowed,
it's still here ;) and read it carefully, but getting OO under the nails
only happened quite recently: now, I can't imagine programming without it.


Right, I would recommend the online tutorial (along with the books I
mentioned) for programmers with experience in other languages. _Learning
Python_ is a much better bet for someone starting out in programming.

-Mike
Jul 18 '05 #20
On Thu, 09 Oct 2003 12:32:01 GMT, Anthony
<sy******@secureb0x.net> wrote:
replies, and honesty. I can't believe my core python programming book is
outdated my mom just purchased it. please tell me it's still readable


Its a very good introductory text. It is outdated in that the
version it uses is now out of date but 95% (at least) is still
perfectly valid and 99% will work as is, there just might be
better more recent ways.

Python develops at a fairly rapid rate so that any book will go
out of date quickly. My own book started using 1.5.1, finished
using 1.5.2 but the current version by the time of release was
2.0 (which I put on the CD). You just can't keep up with the
changes and write a good book too (IMHO).

If you like the style of Core Python stick with it, its as good
as any other. Then read the online tutor which gets updated with
each language version so you can pick up whats changed.

If you don;t like the style then the other suggestions are all
valid too.

Alan G.
Author of the Learn to Program website
http://www.freenetpages.co.uk/hp/alan.gauld
Jul 18 '05 #21
I get a lot of books as an author/reviewer. In fact, you can find my
reviews of most of these, easily enough. The side effect is that my
shelves have a lot of books that I'm not realistically going to look at
anymore.

I would be very happy to send the below titles to anyone who will pay
for shipping (maybe a buck or two extra for my effort). Most of these
are listed on TextbookX.com too (for little cost), but for a long time
without buyers. Of course, some books I like better than others; I
kinda hate to get someone started on a book that isn't as good, even for
free... and most of them have at least some merit:

Jython Essentials
Jython for Java Programmers
Python Manual Pages (Dossier Press, no ISBN)
Python Library Reference (ditto)
Python Miscellanea (ditto)
XML Pocket Guide (x2)
Python Pocket Reference (1st and 2nd ed)
Python Programming on Win32
Perl 5 Howto
Python Programming Patterns
Core Python Programming
Web Programming in PYthon
Visual Quickstart Guide Python
The Quick Python Book
The Zope Book
Zope Web Application Development and Content Management
Python and Tkinter
GUI Programming with Python: Using the QT Toolkit
Programming with Python
Java Developer's Guid to Servlets and JSP
MySQL (A! Press)
MySQL: Building User Interfaces

Well, those are just the ones I can see from my chair (I throw in a
couple that are not Python). I probably have a few more if I were to
walk to the next room :-).

Email me if interested.

Yours, David...

--
mertz@ _/_/_/_/ THIS MESSAGE WAS BROUGHT TO YOU BY: \_\_\_\_ n o
gnosis _/_/ Postmodern Enterprises \_\_
..cx _/_/ \_\_ d o
_/_/_/ IN A WORLD W/O WALLS, THERE WOULD BE NO GATES \_\_\_ z e
Jul 18 '05 #22
On Wed, 08 Oct 2003 19:59:33 +0000, Anthony wrote:
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 stick in there. have
any of you ever read it? is it a good book? if not what do you suggest i
read. Please help me i'm eager to learn :)

Thanks

That covers just about all my answers thanks guys I'll keep in touch
asking questions, etc. I just finished 16 excercises at the end of chapter
2 in my book it's great i love it, after each chapter I'll look at the
reference on python.org to get a better understanding of everything i went
over in there, thanks alot you guys and when I'm famous you all will be
compensated :)

Thanks :)
Jul 18 '05 #23
Anthony fed this fish to the penguins on Thursday 09 October 2003 05:32
am:

Ok you guys I got everything you guys are the best thanks for all your
replies, and honesty. I can't believe my core python programming book
is outdated my mom just purchased it. please tell me it's still
Take a look at the copyright date (after all, they may have put out a
revised edition that I don't know about). If it shows 199x it is fairly
old. Even the Python Essential Reference had a second edition dated the
summer of 2001 -- and the cover blurb emphasizes "Updated to Python
2.1"; we're now up to 2.3, and as I recall, the change from 2.1 to 2.2
was a touch big (P.E.R. doesn't seem to cover the new style classes).
readable i read the first 2 chapters of it after the original posting,
It should be usable for the basic language, but will lack some on the
newer changes. Does it have a section on new vs old classes? The change
in exceptions from just strings to a class hierarchy? List
Comprehensions? String methods (the newer releases let you do things
like:

wds = "This is a long String".split()

which in older versions required the string module:

import string
wds = string.split("This is a long String")
Python's pretty dynamic -- getting a new version almost yearly (not
counting any bug fix subreleases).
-- ================================================== ============ <
wl*****@ix.netcom.com | Wulfraed Dennis Lee Bieber KD6MOG <
wu******@dm.net | Bestiaria Support Staff <
================================================== ============ <
Bestiaria Home Page: http://www.beastie.dm.net/ <
Home Page: http://www.dm.net/~wulfraed/ <


Jul 18 '05 #24

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
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.