wxpython in action book

  • Thread starter Butternut squash
  • Start date
B

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.
 
T

Tim Roberts

Butternut squash said:
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.
 
B

Butternut squash

Tim said:

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
 
M

momobear

Butternut said:
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?
 
B

Butternut squash

momobear said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top