473,659 Members | 2,996 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4111
In article <pa************ *************** *@secureb0x.net >,
Anthony <sy******@secur eb0x.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******@secur eb0x.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="106563957 3" 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******@secur eb0x.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******@secur eb0x.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.i nvalid> 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

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

Similar topics

1
3622
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
1314
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
1774
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
2351
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
1443
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
8493
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
1584
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
2134
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
1757
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
2363
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
8335
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
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...
1
8528
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8627
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
7356
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...
1
6179
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2752
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
1976
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.