From: Sean K. F. <skf...@gm...> - 2007-12-18 14:47:35
|
Greetings, Christoph. Now my problem is that, the jump from writing PythonCard apps with the > help of the online documentation and the fine PythonCard tools to > understanding the wxPython docs seems way too broad for me to take. So I > am wondering what others did to close this gap, is there a nice > tutorial, an excellent book to read etc. ? I mean wx resp. wxPython > seems to me the way to go but I am having an extremly hard time learning > it. I have found a few books on amazon, but only 'wxPython in Action' > seems dedicated to my topic in question and I dont wan't a general > cookbook with a chapter on wxPython because I think that wouldn't help > me much. I'd recommend "wxPython in Action". It is the only reading I've found dedicated to the subject. Noel and Robin do a great job explaining everything. Robin Dunn created wxPython, after all. ;) I must add though, that you may still spend some time Googling to complete your creations in wxPython/Pythoncard, but this book is a solid prerequisite to those interested in taking their Pythoncard applications further, or those interested in developing pure wxPython apps. > > > Naturally the way I'd really like it to be is that PythonCard completely > wraps all those nifty wx-components I'm dreaming of to use like the > above ones... but I realize there sure are reasons why this is not done, > be it even lack of time or motivation or technical issues or that the > component may not be simplified enough to justify the wrapping, etc. > Also I guess that just shifts the point where you have to deal with wx > directly a bit into the future. I don't know, however I tasted blood and > I want the meat now (full blown cross platform gui apps with all bells > and whistles) ;-) Understood. Pythoncard is an elegant, managable approach to cross-platform application development, but the need exists for deeper knowledge of wxPython itself once you move beyond the stock UI components supported by default. At the moment, this appears to be par for the course. > > > Thanks for any reading recommendations and tips, > Christoph > > -- > > > "Quis custodiet ipsos custodes?" > > |