472,804 Members | 1,594 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,804 software developers and data experts.

Book for Python

please recommend me book for python
Dec 15 '06 #1
9 2508
bartonc
6,596 Expert 4TB
please recommend me book for python
Learning Python
by Mark Lutz and David Ascher
publisher: O'Reilly
Dec 15 '06 #2
ghostdog74
511 Expert 256MB
Here are some books
Dec 15 '06 #3
dshimer
136 Expert 100+
My favorites for getting started were...
For basics start with.
  • "Sams Teach Yourself Python in 24 Hours"
  • "The Quick Python Book"
For more advanced reference.
  • "Python Essential Reference"
  • "Python Cookbook"
I do a lot of command line stuff so pretty much ignored all the tkinter stuff.
Dec 19 '06 #4
bvdet
2,851 Expert Mod 2GB
My favorites for getting started were...
For basics start with.
  • "Sams Teach Yourself Python in 24 Hours"
  • "The Quick Python Book"
For more advanced reference.
  • "Python Essential Reference"
  • "Python Cookbook"
I do a lot of command line stuff so pretty much ignored all the tkinter stuff.
If you are interested in "Python Essential Reference", the 3rd edition covers Python 2.4.
Dec 19 '06 #5
kudos
127 Expert 100+
Hi

Why read a book, when you have the Internet (with updated information). I think this is a good starting point.

-kudos



please recommend me book for python
Dec 20 '06 #6
dshimer
136 Expert 100+
Found another book I like over the weekend.
"Python Phrasebook" by Brad Dayley.
Lots of small scripts as examples of common tasks organized in several headings. Clear and easy to follow. Not in depth or overly technical, good reminders and examples for tasks I don't do often, new things I'd like to try. Also some good nuggets for common tasks that need strong understanding.
Dec 26 '06 #7
bartonc
6,596 Expert 4TB
Hi

Why read a book, when you have the Internet (with updated information). I think this is a good starting point.

-kudos
This is a great starting point. I may have to make this thread sticky now.
Dec 26 '06 #8
bartonc
6,596 Expert 4TB
My favorites for getting started were...
For basics start with.
  • "Sams Teach Yourself Python in 24 Hours"
  • "The Quick Python Book"
For more advanced reference.
  • "Python Essential Reference"
  • "Python Cookbook"
I do a lot of command line stuff so pretty much ignored all the tkinter stuff.
Python Cookbook is great. I built my first multi-threaded app right out of these pages. It talks asyncronously to the serial port on my PC. I may have to post that code, come to think of it.
Dec 26 '06 #9
dshimer
136 Expert 100+
A great e-book mentioned in a later thread by spacecoyote that is worth repeating often is How to Think Like a Computer Scientist - Learning With Python. It starts from scratch, but also contains some great thoughts as skills develop
Feb 8 '07 #10

Sign in to post your reply or Sign up for a free account.

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...
14
by: Eduardo Patto Kanegae | last post by:
Hello, I have been programming with Visual Basic and PHP in the last 5 years and some folks had recommended Python a free language.... I had looked for a Python book to start up but found many...
8
by: Paddy McCarthy | last post by:
I just re-read "Why Python?" at http://www.linuxjournal.com/article.php?sid=3882 The article is from 2000 and shows how a programmer who programmed in many programming languages, and who wrote...
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...
9
by: santanu | last post by:
Hi all, I know a little python (not the OOP part) learnt by studying the online tutorial. Now I would like to learn it more thoroughly. I have access to 'Programming Python' which I liked...
3
by: fdsl ysnh | last post by:
--- python-list-request@python.orgдµÀ: > Send Python-list mailing list submissions to > python-list@python.org > > To subscribe or unsubscribe via the World Wide Web, > visit >...
8
by: David Rasmussen | last post by:
What is the best book for Python newbies (seasoned programmer in other languages)? /David
23
by: IOANNIS MANOLOUDIS | last post by:
I want to learn python. I plan to buy a book. I always find printed material more convenient than reading on-line tutorials. I don't know PERL or any other scripting language. I only know some...
15
by: dhr | last post by:
newbie question: Is there a 'K&R" type of Python book? The book that you'd better have on your shelf if you are going into Python?
6
by: dogatemycomputer | last post by:
Greetings, A friend of mine dropped off a copy of Sams Teach Yourself Python in 24 Hours published in 2000. I skimmed the first couple of chapters looking for the interpreter version and the...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
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...

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.