I'm trying to create a GUI project using WxPython. I want to know where I can get the full tutorial for Wx Python. I checked the tutorial on Zetcode but I'm sure it doesn't covering everything.
Where I can view something similar to MSDN library?
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
There is no full tutorial for every single widget in wxPython. The zetcode tutorial shows a lot of the basics though. And if you download the wxPython demo, you'll have 99% of the widgets in a demo form. You can also check out my listing of good wxPython documentation sources: http://www.blog.pythonlibrary.org/2010/12/05/wxpython-documentation/ I wrote that before the Phoenix docs came out, so you might want to check those out too if you're using Phoenix or 2.9: http://wxpython.org/Phoenix/docs/html/index.html I cover a bunch of various odds and ends in wxPython on my blog too. |
|||||||
|