Differences between revisions 139 and 141 (spanning 2 versions)
Revision 139 as of 2008-02-14 19:23:52
Size: 4194
Editor: 69-30-77-125
Comment:
Revision 141 as of 2008-03-28 20:38:04
Size: 4333
Editor: ip207-199-243-189
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[BR]] [[HTML(<font size=+1>)]]'''Hello!''' Welcome to the '''wxPy''''''Wiki''', (pronounced wix-pee-wi-kee) a collaborative document evolution system for the ["wxPython"] project, implemented using MoinMoin. Anyone can edit content here, you just have to follow TheRules or risk facing the RathOfRobin ;-) . The purpose of the '''wxPy''''''Wiki''' is to provide documentation, examples, how-tos, etc. for helping people learn, understand and use ["wxPython"]. Anything that falls within those guidelines is fair game. [[HTML(</font>)]] <<BR>> <<HTML(<font size=+1>)>>'''Hello!''' Welcome to the '''wxPy''''''Wiki''', (pronounced wix-pee-wi-kee) a collaborative document evolution system for the [[wxPython]] project, implemented using MoinMoin. Anyone can edit content here, you just have to follow TheRules or risk facing the RathOfRobin ;-) . The purpose of the '''wxPy''''''Wiki''' is to provide documentation, examples, how-tos, etc. for helping people learn, understand and use [[wxPython]]. Anything that falls within those guidelines is fair game. <<HTML(</font>)>>
Line 6: Line 6:
  * [http://showmedo.com/videos/series?name=PythonWxPythonBeginnersSeries ShowMeDo] -- Kyran Dale's excellent video series
  * ["Getting Started"] -- Installation and getting up and running
  * ["How to Learn wxPython"] -- Basics about teaching yourself wxPython
  * ["wxPython Style Guide"] -- Elements of good coding style for wxPython
  * [[http://showmedo.com/videos/series?name=PythonWxPythonBeginnersSeries|ShowMeDo]] -- Kyran Dale's excellent video series
  * [[Getting Started]] -- Installation and getting up and running
  * [[How to Learn wxPython]] -- Basics about teaching yourself wxPython
  * [[wxPython Style Guide]] -- Elements of good coding style for wxPython
Line 12: Line 12:
  * [http://www.learningpython.com/2007/01/29/creating-a-gui-using-python-wxwidgets-and-wxpython/ www.learningpython.com] -- Creating a GUI using Python, WxWidgets, and wxPython - An introductory tutorial
  * [http://zetcode.com/wxpython The wxPython Guide] -- Beyond AnotherTutorial
  * [[http://www.learningpython.com/2007/01/29/creating-a-gui-using-python-wxwidgets-and-wxpython/|www.learningpython.com]] -- Creating a GUI using Python, WxWidgets, and wxPython - An introductory tutorial
  * [[http://zetcode.com/wxpython|The wxPython Guide]] -- Beyond AnotherTutorial
Line 15: Line 15:
  * ["self.Bind vs. self.button.Bind"] -- When to bind directly to the source widget
 [[BR]] Answering Questions:
  * ["Choosing wxPython over Tkinter"] -- Comparisons with the ''other'' GUI toolkit
  * ["Frequently Asked Questions"] -- Answers to a few FAQs
  * ["Asking For Help"] -- Read this if you need help with your code.
 [[BR]] Recipes and Examples:
  * '''["wxPython Cookbook"]''' -- Recipes for cooking specific features using wxPython
   * '''["wxPython Patterns"]''' -- Recipes and documents describing wxPython and design patterns
 [[BR]] Other Documentation:
  * '''["wxPythonInAction"]''' -- Info about the wxPython Book ('''[http://en.wikipedia.org/wiki/W00t w00t!]''')
  * ["Other Docs"] -- Including OSX help and hints
  * ["XRCInformation"] -- Information regarding XRC files, and usage under wxPython and C++
  * ["XRCTutorial"] -- An introduction and guide to using XRC
  * ["XRCAndI18N"] -- An internationalization experience lesson
  * ["XRCed Tutorial"] -- A walkthrough on building a basic wx app, from design in XRCed to the Python code to installation with py2exe/py2app.
  * [[self.Bind vs. self.button.Bind]] -- When to bind directly to the source widget
  * [[Using wxPython Demo Code]] - Explains how to take code from the wxPython Demo and use it in your own projects
 <<
BR>> Answering Questions:
  * [[Choosing wxPython over Tkinter]] -- Comparisons with the ''other'' GUI toolkit
  * [[Frequently Asked Questions]] -- Answers to a few FAQs
  * [[Asking For Help]] -- Read this if you need help with your code.
 <<BR>> Recipes and Examples:
  * '''[[wxPython Cookbook]]''' -- Recipes for cooking specific features using wxPython
   * '''[[wxPython Patterns]]''' -- Recipes and documents describing wxPython and design patterns
 <<BR>> Other Documentation:
  * '''[[wxPythonInAction]]''' -- Info about the wxPython Book ('''[[http://en.wikipedia.org/wiki/W00t|w00t!]]''')
  * [[Other Docs]] -- Including OSX help and hints
  * [[XRCInformation]] -- Information regarding XRC files, and usage under wxPython and C++
  * [[XRCTutorial]] -- An introduction and guide to using XRC
  * [[XRCAndI18N]] -- An internationalization experience lesson
  * [[XRCed Tutorial]] -- A walkthrough on building a basic wx app, from design in XRCed to the Python code to installation with py2exe/py2app.
Line 31: Line 32:
  * [http://prdownloads.sourceforge.net/wxpython/wxPython-newdocs-2.8.7.1.tar.bz2 wxPython-API-Reference 2.8.7.1 Download] -- Download the wxPython-API-Reference. (Created with [http://epydoc.sourceforge.net/ Epydoc].)
  * ["wxSizer in python"]
 [[BR]]
  * [[http://prdownloads.sourceforge.net/wxpython/wxPython-newdocs-2.8.7.1.tar.bz2|wxPython-API-Reference 2.8.7.1 Download]] -- Download the wxPython-API-Reference. (Created with [[http://epydoc.sourceforge.net/|Epydoc]].)
  * [[wxSizer in python]]
 <<BR>>
Line 35: Line 36:
  * ["wxPythonPit Apps"] -- Links to apps that use wxPython
  * ["wxPythonPit Libs"] -- Links to libs you can use in your wxPython apps
   * [http://xoomer.alice.it/infinity77/main/freeware.html Andrea's Freeware Section]
 [[BR]] For wxPython developers and contributors:
  * [[wxPythonPit Apps]] -- Links to apps that use wxPython
  * [[wxPythonPit Libs]] -- Links to libs you can use in your wxPython apps
   * [[http://xoomer.alice.it/infinity77/main/freeware.html|Andrea's Freeware Section]]
 <<BR>> For wxPython developers and contributors:
Line 41: Line 42:
  * ["wxPRE"]
  * ["wxPython Demo"] Update
  * ["wxPython Third-party libraries"] Update
  * [[wxPRE]]
  * [[wxPython Demo]] Update
  * [[wxPython Third-party libraries]] Update
Line 45: Line 46:
 [[BR]] Other wxPython-related projects:
  * [http://avc.inrim.it/ AVC, Application View Controller] a fully automatic, live connection among graphical interface widgets and application variables.
  * ["Boa Constructor"]
  * WxWrappers - application frameworks written around WxPython, such as PythonCard and ["Wax"]
  * ["wxGlade"] and ["wxDesigner"] - graphic editors
 [[BR]] Didn't find what you are looking for? You can:
  * Ask about it on the ["wxPython-users"] or ["wxPython-docs"] mail lists
  * [http://lists.wxwindows.org/cgi-bin/search.cgi Search] the mail lists, (it also searches the [http://wxWidgets.org/ wxWidgets] mail lists.)
  * Look at the [http://wiki.wxwidgets.org/wiki.pl?Table_Of_Contents wxWidgets Wiki]
 <<BR>> Other wxPython-related projects:
  * [[http://avc.inrim.it/|AVC, Application View Controller]] a fully automatic, live connection among graphical interface widgets and application variables.
  * [[Boa Constructor]]
  * WxWrappers - application frameworks written around WxPython, such as PythonCard and [[Wax]]
  * [[wxGlade]] and [[wxDesigner]] - graphic editors
 <<BR>> Didn't find what you are looking for? You can:
  * Ask about it on the [[wxPython-users]] or [[wxPython-docs]] mail lists
  * [[http://lists.wxwindows.org/cgi-bin/search.cgi|Search]] the mail lists, (it also searches the [[http://wxWidgets.org/|wxWidgets]] mail lists.)
  * Look at the [[http://wiki.wxwidgets.org/wiki.pl?Table_Of_Contents|wxWidgets Wiki]]


Hello! Welcome to the wxPyWiki, (pronounced wix-pee-wi-kee) a collaborative document evolution system for the wxPython project, implemented using MoinMoin. Anyone can edit content here, you just have to follow TheRules or risk facing the RathOfRobin ;-) . The purpose of the wxPyWiki is to provide documentation, examples, how-tos, etc. for helping people learn, understand and use wxPython. Anything that falls within those guidelines is fair game.

There are several types of information available here. Currently they are:

FrontPage (last edited 2019-08-15 23:22:17 by RobinDunn)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.