Differences between revisions 209 and 211 (spanning 2 versions)
Revision 209 as of 2013-06-11 15:28:25
Size: 6211
Editor: rockford1
Comment: Added link to an example
Revision 211 as of 2013-06-11 15:54:55
Size: 6250
Editor: rockford1
Comment: I think I'm done now.
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
  * [[Getting Started]] -- Installation and getting up and running
  * [[How to Learn wxPython]] -- Basics about teaching yourself wxPython
  * '''[[Getting Started]]''' -- Installation and getting up and running
  * '''[[How to Learn wxPython]]''' -- Basics about teaching yourself wxPython
  * '''SizerTutorials''' -- A series of tutorials showing how to use the various sizers
  * '''UsingSizers''' -- How to avoid common sizer misconceptions and pitfalls.
Line 18: Line 20:
  * SizerTutorials -- A series of tutorials showing how to use the various sizers
  * UsingSizers -- How to avoid common sizer misconceptions and pitfalls.
Line 21: Line 21:
 <<BR>> API References
  * [[http://www.wxpython.org/docs/api/frames.html|wxPython.org Reference]] - Frames version of the API for the latest stable release (2.8.9.2).
  * [[http://xoomer.virgilio.it/infinity77/wxPython/APIMain.html|wxPython Docs]] - Andrea Gavana's Docs for wxPython 2.8.9.1 generated with [[http://sphinx-doc.org/|Sphinx]] in 2008.
  * [[http://docs.wxwidgets.org/stable/wx_contents.html|wxWidgits.org]] - Should you choose to take the red pill.
 <<BR>> API References:
  * [[http://www.wxpython.org/docs/api/frames.html|wxPython.org Reference]] -- Frames version of the API for the latest stable release (2.8.9.2).
  * [[http://xoomer.virgilio.it/infinity77/wxPython/APIMain.html|wxPython Docs]] -- Andrea Gavana's Docs for wxPython 2.8.9.1 generated with [[http://sphinx-doc.org/|Sphinx]] in 2008.
  * [[http://docs.wxwidgets.org/stable/wx_contents.html|wxWidgits.org]] -- Should you choose to take the red pill.
Line 27: Line 27:
 <<BR>> Text Books  <<BR>> Text Books:
Line 32: Line 32:

 (note: many advanced topics are covered in [[wxPython Cookbook]].)
Line 33: Line 35:
  * [[ModelViewController]] -- Separation of concerns in wxPython.   * [[ModelViewController]] -- Separation of concerns in wxPython. See also: [[wxPython Patterns]]
Line 37: Line 39:
 <<BR>> Recipes and Examples:
  * '''[[wxPython Cookbook]]''' -- Recipes for cooking specific features using wxPython
  * [[Using wxPython Demo Code]] -- Explains how to take code from the wxPython Demo and use it in your own projects
  * [[wxPython by Example]] -- A simple example the illustrates several techniques that would be useful in a proper application.
  * [[FullyFunctionalDemo]] -- Meant to illustrate functionality, not style.
  * [[GridCellChoiceEditor]] -- Dynamic list updating with a wx.grid.GridCellChoiceEditor
  * [[StephenMtangoo/Mtangoo Code snippets|wxPython Classes interactions]]
Line 38: Line 48:
  * '''[[Frequently Asked Questions]]''' -- Answers to a few FAQs
Line 39: Line 50:
  * [[Frequently Asked Questions]] -- Answers to a few FAQs
Line 41: Line 51:

 <<BR>> Recipes and Examples:
  * [[FullyFunctionalDemo]] -- Meant to illustrate functionality, not style.
  * [[Using wxPython Demo Code]] -- Explains how to take code from the wxPython Demo and use it in your own projects
  * '''[[wxPython Cookbook]]''' -- Recipes for cooking specific features using wxPython
  * [[wxPython by Example]] - A simple example the illustrates several techniques that would be useful in a proper application.
   * '''[[wxPython Patterns]]''' -- Recipes and documents describing wxPython and design patterns
  * '''[[GridCellChoiceEditor]]''' -- Dynamic list updating with a wx.grid.GridCellChoiceEditor
  * [[StephenMtangoo/Mtangoo Code snippets|wxPython Classes interactions]]
Line 78: Line 79:
  * [[http://avc.inrim.it/|AVC, Application View Controller]] a fully automatic, live connection among graphical interface widgets and application variables.   * [[http://avc.inrim.it/|AVC, Application View Controller]] -- a fully automatic, live connection among graphical interface widgets and application variables.
Line 80: Line 81:
  * WxWrappers - application frameworks written around WxPython, such as PythonCard and [[Wax]]
  * [[wxGlade]], [[wxDesigner]] and [[http://www.wxformbuilder.org/|wxFormBuilder]] - graphic editors
  * WxWrappers -- application frameworks written around WxPython, such as PythonCard and [[Wax]]
  * [[wxGlade]], [[wxDesigner]] and [[http://www.wxformbuilder.org/|wxFormBuilder]] -- graphic editors


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.

Note: To get to the main wxPython site click here.

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.