Size: 4440
Comment: newdocs link changed
|
Size: 4603
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
* http://zetcode.com/wxpython/ | |
Line 17: | Line 18: |
* [[SizerTutorials]] - A series of tutorials showing how to use the various sizers | * SizerTutorials - A series of tutorials showing how to use the various sizers * [[wxPython by Example]] - A simple example the illustrates several techniques that would be useful in a proper application. |
Line 35: | Line 37: |
<<BR>> The wxPython''''''Pit: |
<<BR>> The wxPython''''''Pit: |
Line 54: | Line 55: |
* Ask about it on the [[wxPython-users]] or [[wxPython-docs]] mail lists | * Ask about it on the [[wxPython-users]] or [[wxPython-docs]] mail lists |
Line 56: | Line 58: |
* Look at the [[http://wiki.wxwidgets.org/wiki.pl?Table_Of_Contents|wxWidgets Wiki]] | * 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:
- Learning wxPython:
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
ObstacleCourse -- A series of self-teaching tutorials
AnotherTutorial -- From simple to advanced in one page
www.learningpython.com -- Creating a GUI using Python, WxWidgets, and wxPython - An introductory tutorial
The wxPython Guide -- Beyond AnotherTutorial
WxGladeTutorial -- How to use the wxGlade GUI to produce wxPython applications
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
SizerTutorials - A series of tutorials showing how to use the various sizers
wxPython by Example - A simple example the illustrates several techniques that would be useful in a proper application.
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.
Recipes and Examples:wxPython Cookbook -- Recipes for cooking specific features using wxPython
wxPython Patterns -- Recipes and documents describing wxPython and design patterns
Other Documentation:wxPythonInAction -- Info about the wxPython Book (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.
UsingXmlResources -- Examples of XRC programs
wxPython-API-Reference 2.8.8.1 Download -- Download the wxPython-API-Reference. (Created with Epydoc.)
The wxPythonPit:wxPythonPit Apps -- Links to apps that use wxPython
wxPythonPit Libs -- Links to libs you can use in your wxPython apps
For wxPython developers and contributors:wxPython Demo Update
Other wxPython-related projects:AVC, Application View Controller a fully automatic, live connection among graphical interface widgets and application variables.
WxWrappers - application frameworks written around WxPython, such as PythonCard and Wax
wxGlade and wxDesigner - graphic editors
Didn't find what you are looking for? You can:- Ask about it on the
wxPython-users or wxPython-docs mail lists
Search the mail lists, (it also searches the wxWidgets mail lists.)
- Look at the
WriteItYourself, just be sure to follow TheRules.
WxSmallApp, and updated version of SmallApp