Getting Started With Wxpython : Resources Required

Hey
I have used Tkinter for my apps in the past. But now facing problems
in the GUI's on windows and Mac. Came to know that wxpython widgets
are more stable than the tkinter. So want to learn Wxpython . Can you
name some resources for a wxpython beginner ??? Want to learn and
implement :slight_smile:

I read through this tutorial, helped out a lot.

http://zetcode.com/wxpython/

···

On Sun, Aug 28, 2011 at 05:00, ANKUR AGGARWAL coolankur2006@gmail.com wrote:

Hey

I have used Tkinter for my apps in the past. But now facing problems

in the GUI’s on windows and Mac. Came to know that wxpython widgets

are more stable than the tkinter. So want to learn Wxpython . Can you

name some resources for a wxpython beginner ??? Want to learn and

implement :slight_smile:

–

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

The books:
wxPython in Action by Rappin and Robin Dunn, starting to be a bit dated but still a very very good resource
wxPython 2.8 Application development cookbook by Cody Precord

The wiki:
http://wiki.wxpython.org/

The wxPython demo, a separate download and this wiki page might help if you want to copy/paste code from it:
http://wiki.wxpython.org/Using%20wxPython%20Demo%20Code

Werner

···

On 08/28/2011 12:00 PM, ANKUR AGGARWAL wrote:

Hey
I have used Tkinter for my apps in the past. But now facing problems
in the GUI's on windows and Mac. Came to know that wxpython widgets
are more stable than the tkinter. So want to learn Wxpython . Can you
name some resources for a wxpython beginner ??? Want to learn and
implement :slight_smile:

All of these are good suggestions, but I thought I’d plug my blog too. I write about a lot of the common and not-so-common wxPython widgets and scenarios there. Here’s a good listing of wxPython documentation I put together, for example:

http://www.blog.pythonlibrary.org/2010/12/05/wxpython-documentation/

The wxPython IRC channel on freenode can be helpful too. And this mailing list is the best!

···

On Sun, Aug 28, 2011 at 12:26 PM, werner wbruhin@free.fr wrote:

On 08/28/2011 12:00 PM, ANKUR AGGARWAL wrote:

Hey

I have used Tkinter for my apps in the past. But now facing problems

in the GUI’s on windows and Mac. Came to know that wxpython widgets

are more stable than the tkinter. So want to learn Wxpython . Can you

name some resources for a wxpython beginner ??? Want to learn and

implement :slight_smile:

The books:

wxPython in Action by Rappin and Robin Dunn, starting to be a bit dated but still a very very good resource

wxPython 2.8 Application development cookbook by Cody Precord

The wiki:

http://wiki.wxpython.org/

The wxPython demo, a separate download and this wiki page might help if you want to copy/paste code from it:

http://wiki.wxpython.org/Using%20wxPython%20Demo%20Code

Werner


Mike Driscoll

Blog: http://blog.pythonlibrary.org