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

Python and Tkinter Programming--Expensive!

Why is the book in Subject (author is Grayson) so expensive? $100 on Amazon
and $195 on ABE. Aren't there alternatives?
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
Aug 17 '07 #1
6 1833
On Aug 17, 12:59 pm, "W. Watson" <wolf_tra...@invalid.comwrote:
Why is the book in Subject (author is Grayson) so expensive? $100 on Amazon
and $195 on ABE. Aren't there alternatives?
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>

Probably because it is out of print, and thus, hard-to-find. I got my
copy last year and it definitely didn't cost that much then.

Mike

Aug 17 '07 #2
W. Watson <wo*********@invalid.comwrote:
Why is the book in Subject (author is Grayson) so expensive? $100 on Amazon
and $195 on ABE. Aren't there alternatives?
There is an excellent section (266 pages) on TKinter in "Programming
Python" by Mark Lutz. I've got the 2nd edition.

Lutz concentrates on TK programming using classes, making re-usable
components which I found really helpful compared to the ad-hoc way I'd
seen TK presented previously.

--
Nick Craig-Wood <ni**@craig-wood.com-- http://www.craig-wood.com/nick
Aug 18 '07 #3
Thanks. I'm borrowing it from a library and see the URL on the back of the
book. <www.manning.com/grayson>

James Stroud wrote:
W. Watson wrote:
>Why is the book in Subject (author is Grayson) so expensive? $100 on
Amazon and $195 on ABE. Aren't there alternatives?


Read the fine print. Its available as an ebook for about $25.00 at
Manning. You can print out just the parts you need--or read it from your
iphone.

James
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
Aug 18 '07 #4
Thanks. I'll test the waters on Amazon.

Nick Craig-Wood wrote:
W. Watson <wo*********@invalid.comwrote:
> Why is the book in Subject (author is Grayson) so expensive? $100 on Amazon
and $195 on ABE. Aren't there alternatives?

There is an excellent section (266 pages) on TKinter in "Programming
Python" by Mark Lutz. I've got the 2nd edition.

Lutz concentrates on TK programming using classes, making re-usable
components which I found really helpful compared to the ad-hoc way I'd
seen TK presented previously.
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
Aug 18 '07 #5
Nick Craig-Wood wrote:
W. Watson <wo*********@invalid.comwrote:
> Why is the book in Subject (author is Grayson) so expensive? $100 on Amazon
and $195 on ABE. Aren't there alternatives?

There is an excellent section (266 pages) on TKinter in "Programming
Python" by Mark Lutz. I've got the 2nd edition.

Lutz concentrates on TK programming using classes, making re-usable
components which I found really helpful compared to the ad-hoc way I'd
seen TK presented previously.
+1 on Lutz. It's very current, and has helped me learn Tkinter
programming (and I already have a background with Tk via Tcl).

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
Aug 19 '07 #6
On 17 Aug, 18:59, "W. Watson" <wolf_tra...@invalid.comwrote:
Why is the book in Subject (author is Grayson) so expensive? $100 on Amazon
and $195 on ABE. Aren't there alternatives?
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>

I got hold of a copy a couple of years ago via my public library, and
quite frankly didn't find it much use. It was too brief on the
basics, and the bulk of the book was taken up with a description of an
extension called Python Megawidgets. Such Tkinter knowledge as I have
acquired came from Frederik Lundh's tutorial, which is free!

http://www.pythonware.com/media/data...to-tkinter.pdf

I recorded my experiences here:

http://www.aqzj33.dsl.pipex.com/how_...r/contents.htm

Surprisingly the address is still valid, as I stoped that isp
subscription about a year ago. But the email I cite there has been
abandoned to spam now.

Peter
Aug 20 '07 #7

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

Similar topics

8
by: Eric Brunel | last post by:
Hi all, I was creating a Tkinter widget in the style of the reversed tabs below Excel worksheets and I stepped in a serious problem: the code I made makes python crash with a seg fault, bus...
11
by: Leo | last post by:
hi there for somebody who wants tostart small/medium GUI apps with python: what's the best toolkit: tkinter, wxPython or what? stability, ease of use and portability between mac and windows...
3
by: Mickel Grönroos | last post by:
Hi everybody, I'm using QuickTimeTcl (3.1) to be able to play movie files in my Tkinter application (Python 2.3.2) on Windows 2000. I was planning to write a simple wrapper class,...
0
by: SteveFerrigno | last post by:
Ok, firstly I’m really sorry if this is in the wrong place :( but anyway. I have created a program which I want to convert into a .exe so I use PY2EXE but even if I have saved the python file I...
1
by: John Chambers | last post by:
Sp my latest adventure is attempting to use python's Tkinter module on a few machines. On my PB (OSX 10.3.9), I got the following confusing results: /Users/jc: python Python 2.3 (#1, Sep 13...
14
by: Hendrik van Rooyen | last post by:
Hi, I get the following: hvr@LINUXBOXMicrocorp:~/Controller/libpython display.py UpdateStringProc should not be invoked for type font Aborted and I am back at the bash prompt - this is...
1
by: ShambhuHubli | last post by:
Hi ! I am developing front end for some application using Python Tkinter. And I am new to this GUI development. In my application, I have to create buttons other than square or rectangle. I want...
2
by: ShambhuHubli | last post by:
Hi all ! I am developing GUI in Python Tkinter for one application. In this I have created one Text box. And I need to insert the text inside the text box directly in to some paticular line...
8
by: Lie | last post by:
Inspect the following code: --- start of code --- import Tkinter as Tk from Tkconstants import * root = Tk.Tk() e1 = Tk.Entry(root, text = 'Hello World') e2 = Tk.Entry(root, text = 'Hello...
1
by: alivip | last post by:
How to brows and select a directory of file by using python TKinter like brows to find attachment in email but I can select not only file but whole directory any help
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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,...

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.