472,983 Members | 2,432 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,983 software developers and data experts.

intro to python books

I'm looking for a good intro to python book. I'm very familiar with
programming, but know nothing of OOP or systems (OS type) programming.
All of my programming experience is in number crunching and generic
graphics engines (read: gobs and gobs of matrix manipulations and
super-efficient sorts), all of it in C.

I've written exactly one program in Python.

So, I need something that covers the finer points of Python - difference
between ' and " for example - and the greater things beyond that, like
implicit lists and classes.

I've had good luck with the O'Reilly books in the past, but I have to
buy everything mail order, so I can't browse easily and see what I'm buying.

Thanks,

-Kamus

--
o__ | If you're old, eat right and ride a decent bike.
,>/'_ | Q.
(_)\(_) | Usenet posting`

Jul 18 '05 #1
5 1804
In article <br***********@news3.infoave.net>,
Kamus of Kadizhar <ya*@NsOeSiPnAeMr.com> wrote:
Jul 18 '05 #2
In article <br***********@news3.infoave.net>,
Kamus of Kadizhar <ya*@NsOeSiPnAeMr.com> wrote:
I'm looking for a good intro to python book. I'm very familiar with
programming, but know nothing of OOP or systems (OS type) programming.
All of my programming experience is in number crunching and generic
graphics engines (read: gobs and gobs of matrix manipulations and
super-efficient sorts), all of it in C.

I've written exactly one program in Python.

So, I need something that covers the finer points of Python - difference
between ' and " for example - and the greater things beyond that, like
implicit lists and classes.

Jul 18 '05 #3
Kamus of Kadizhar <ya*@NsOeSiPnAeMr.com> writes:
I'm looking for a good intro to python book. I'm very familiar with
programming, but know nothing of OOP or systems (OS type)
programming. All of my programming experience is in number crunching
and generic graphics engines (read: gobs and gobs of matrix
manipulations and super-efficient sorts), all of it in C.


You should do fine starting with the online tutorial at www.python.org.
It's not terribly complete and it's a little bit dated, but it will
help you get the hang of Python.
Jul 18 '05 #4
Kamus of Kadizhar <ya*@NsOeSiPnAeMr.com> wrote in message news:<br***********@news3.infoave.net>...
I'm looking for a good intro to python book. I'm very familiar with
programming, but know nothing of OOP or systems (OS type) programming.
You might consider a book about OOP theory/technique per se.

So, I need something that covers the finer points of Python - difference
between ' and " for example - and the greater things beyond that, like
implicit lists and classes.

I've had good luck with the O'Reilly books in the past ..


Lutz and Asher's 'Learning Python' (from O'Reilly) is about to (has
just?) come out in its 2nd edition (finally), check it out here:
http://www.oreilly.com/catalog/lpython2/

For something comprehensive and fairly recent, you might consider Alex
Martelli's 'Python in a Nutshell.'
http://www.oreilly.com/catalog/pythonian/
Jul 18 '05 #5
Another GREAT on-line book/tutorial is http://diveintopython.org/
Jul 18 '05 #6

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

Similar topics

2
by: Marco | last post by:
Could someone please recommend a good introductory book to Visual Basic written for programmers who have had little or no exposure to Windows? I am a C++ programmer and have only worked on...
57
by: John Howard | last post by:
I've sent several messages over the last year asking about python - Who teaches python? Is python losing steam? etc. I have noticed, eg, the declinng number of books at my local borders. The last...
36
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but...
0
by: Will Stuyvesant | last post by:
Here is a comment on the paper "Programming with Circles, Triangles and Rectangles" by Erik Meijer, Wolfram Schulte and Gavin Bierman. Google will find it quickly if you try. In the paper they...
7
by: TechBookReport | last post by:
TechBookReport have just published a review of 'C Programming In Easy Steps', if you're a C beginner looking for an intro book (or an ex-C developer looking for a quick refresh), ready why this is...
8
by: David Rasmussen | last post by:
What is the best book for Python newbies (seasoned programmer in other languages)? /David
5
by: Falc | last post by:
Hi there... I have been looking at learning Python, so far it looks like an absolutely grat language. I am having trouble finding some free resources to learn Python from. I am on windows and...
9
by: Katie Tam | last post by:
I am new to this filed and begin to learn this langague. Can you tell me the good books to start with ? Katie Tam Network administrator http://www.linkwaves.com/main.asp...
1
by: Marco Shaw [MVP] | last post by:
(I'm mostly a Windows PowerShell scripting guy.) I'm looking for a good basic intro to System.Transactions. Is there anything online? I'd also consider buying a book... Marco
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.