Differences between revisions 210 and 215 (spanning 5 versions)
Revision 210 as of 2013-06-11 15:43:56
Size: 6168
Editor: rockford1
Comment: Please leave questions until the end of the presentation. rebolding. Keeping things together.
Revision 215 as of 2013-06-11 16:35:08
Size: 6254
Editor: rockford1
Comment: The wxSizer in Python page is very small, very basic, and very old. I'm moving it to the links section of the SizerTutorials page.
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 . Learning wxPython:  '''Learning wxPython:'''
Line 19: Line 19:
  * [[wxSizer in python]] -- A basic sizer primer.
Line 21: Line 20:
 <<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.
  * [[WxClassesCheatSheet]] (in progress).
 <<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.
  * [[wxClassesCheatSheet]] (in progress).
Line 27: Line 26:
 <<BR>> Text Books  <<BR>>'''Text Books:'''
Line 31: Line 30:
 <<BR>> Advanced Topics:  <<BR>>'''Advanced Topics:'''
 <<BR>>(''note'': many advanced topics are covered in [[wxPython Cookbook]].)
Line 37: Line 37:
 <<BR>> Recipes and Examples:  <<BR>>'''Recipes and Examples:'''
Line 40: Line 40:
  * [[wxPython by Example]] - A simple example the illustrates several techniques that would be useful in a proper application.   * WxSmallApp, and updated version of SmallApp
* [[wxPython by Example]] -- A simple example the illustrates several techniques that would be useful in a proper application.
Line 45: Line 46:
 <<BR>> Answering Questions:  <<BR>>'''Answering Questions:'''
Line 50: Line 51:
 <<BR>> Other Documentation:  <<BR>>'''Other Documentation:'''
Line 60: Line 61:
 <<BR>> The wxPython''''''Pit:  <<BR>>'''The wxPythonPit:'''
Line 65: Line 66:
 <<BR>> For wxPython developers and contributors:  <<BR>>'''For wxPython developers and contributors:'''
Line 76: Line 77:
 <<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.
 <<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.
Line 79: Line 80:
  * 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
Line 84: Line 85:
 <<BR>> Didn't find what you are looking for? You can:  <<BR>>'''Didn't find what you are looking for? You can:'''
Line 89: Line 90:
  * WxSmallApp, and updated version of SmallApp


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.