"wxPython in Action" book

2006-01-24 Thread Iain King
New book on wxPython: http://www.manning.com/books/rappin

Release date of this month.  Does anyone know if it's out yet / has
anyone read it and has an opinion?

Iain

-- 
http://mail.python.org/mailman/listinfo/python-list


wxpython in action book

2006-04-01 Thread Butternut squash
any recommendations? any opinions?

I want to learn to program in python and need a gui reference. I'll be
updating various mysql tables. I have most of the code ready to roll by
using a command line. I need put some lipstick on my project.

pyQT seems viable but there is not really a good reference and tutorial

so now I'm considering wxPython and saw this book and I'm wanting to know if
if's even worth spending my $40 on.

Thanks.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: "wxPython in Action" book

2006-01-24 Thread SPE - Stani's Python Editor
You won't find a better book about wxPython.

Stani
--
http://pythonide.stani.be

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: "wxPython in Action" book

2006-01-24 Thread Dave Cook
On 2006-01-24, Iain King <[EMAIL PROTECTED]> wrote:
> New book on wxPython: http://www.manning.com/books/rappin
>
> Release date of this month.  Does anyone know if it's out yet / has
> anyone read it and has an opinion?

Someone (the author?) on the wxpython-users mailing list said it was delayed
by 6 weeks.

Dave Cook
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: wxpython in action book

2006-04-03 Thread Tim Roberts
Butternut squash <[EMAIL PROTECTED]> wrote:
>
>any recommendations? any opinions?
>
>I want to learn to program in python and need a gui reference. I'll be
>updating various mysql tables. I have most of the code ready to roll by
>using a command line. I need put some lipstick on my project.
>
>pyQT seems viable but there is not really a good reference and tutorial
>
>so now I'm considering wxPython and saw this book and I'm wanting to know if
>if's even worth spending my $40 on.

It's a great book.  However, before diving in, take a moment to think about
how you expect to use this.  When I have an app that mostly dinks with a
database, I almost always decide to put a web front-end onto it.  That way,
I can run it locally (using CGIHTTPServer or CherryPy or something
similar), or I can plop it onto a web site and run it EVERYWHERE.

The thought processes are the same -- you create UI, you handle events.

You also might look at Dabo, which is a wrapper around wxPython for exactly
this kind of app.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: wxpython in action book

2006-04-03 Thread Butternut squash
Tim Roberts wrote:

>  Dabo

Thanks for the info. I'll check out dabo.
I understand that web is easier to distribute and more likely easier to
program.   I loath CSS and HTML though and that's why I want a fat client
program.  We'll see


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: wxpython in action book

2006-04-04 Thread momobear

Butternut squash wrote:
> any recommendations? any opinions?
>
> I want to learn to program in python and need a gui reference. I'll be
> updating various mysql tables. I have most of the code ready to roll by
> using a command line. I need put some lipstick on my project.
>
> pyQT seems viable but there is not really a good reference and tutorial
>
> so now I'm considering wxPython and saw this book and I'm wanting to know if
> if's even worth spending my $40 on.
>
> Thanks.
what about pygtk,  do u have any idea ab it?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: wxpython in action book

2006-04-04 Thread Butternut squash
momobear wrote:

> 
> Butternut squash wrote:
>> any recommendations? any opinions?
>>
>> I want to learn to program in python and need a gui reference. I'll be
>> updating various mysql tables. I have most of the code ready to roll by
>> using a command line. I need put some lipstick on my project.
>>
>> pyQT seems viable but there is not really a good reference and tutorial
>>
>> so now I'm considering wxPython and saw this book and I'm wanting to know
>> if if's even worth spending my $40 on.
>>
>> Thanks.
> what about pygtk,  do u have any idea ab it?

pyGTK? I don't really have a preference. I just want the best resource to
have to learn this. I don't have that much time.



-- 
http://mail.python.org/mailman/listinfo/python-list