{{attachment:01_logo.png}}

--------
= wxPython snippets, examples, tutorials, links... (Phoenix) =
'''Keywords :''' Example, Game, Link, Snippet, Blog, Video, Documentation, Demo, Snapshot, Tutorial, Wiki, Forum, Gui designer, Mail list, Book...

<<TableOfContents>>

--------
Welcome - Bienvenue - Benvenuto - желанный - Bienvenidos - 어서 오십시오 -

Herzlich willkommen - Bem-vinda - 欢迎 - 歡迎 - Witamy - Velkommen -

أهلا بك - ברוך הבא - ようこそ - Welkom - Välkommen - Vítejte - Hoşgeldiniz -

Ласкавопросимо - Chào mừng bạn....

--------
= --------------------- =
= wxPython : =
== Forum ==
https://discuss.wxpython.org/

== Mail list ==
https://wxpython.org/pages/maillists/

== Blog ==
https://wxpython.org/blog/

== --------------------- ==
== Installation ==
[[https://wiki.wxpython.org/How%20to%20install%20wxPython|https://wiki.wxpython.org/How%20to%20install%20wxPython]]

https://www.wxpython.org/pages/downloads/

https://pypi.org/project/wxPython/

== --------------------- ==
== Documentation (online) ==
https://docs.wxpython.org/

== Extras / docs (offline) / demo ==
https://extras.wxpython.org/wxPython4/extras/

== Snapshot ==
https://wxpython.org/Phoenix/snapshot-builds/

== --------------------- ==
== Application's example ==
https://www.wxpython.org/pages/screenshots/

--------
= --------------------- =
= Widget : =
== By alphabetical order : ==
=== wx.adv ===
==== AboutBox ====
 * '''[[How to show an about dialog info (Phoenix)|AboutBox]]'''

==== AboutDialogInfo ====
 * '''[[How to show an about dialog info (Phoenix)|AboutDialogInfo]]'''

==== CreateFileTipProvider ====
 * '''[[How to create a Tip of the day frame (Phoenix)|CreateFileTipProvider]]'''

==== NotificationMessage ====
 * '''[[How to create a notification message on the desktop (Phoenix)|NotificationMessage]]'''

==== ShowTip ====
 * '''[[How to create a Tip of the day frame (Phoenix)|ShowTip]]'''

==== SplashScreen ====
 * '''[[How to create a splash screen (Phoenix)|SplashScreen (1)]]'''
 * '''[[How to create a customized splash screen (Phoenix)|SplashScreen (2)]]'''

==== TaskBarIcon ====
 * '''[[How to create a task bar icon (Phoenix)|TaskBarIcon]]'''

==== TipProvider ====
 * '''[[How to create a Tip of the day frame (Phoenix)|TipProvider]]'''

=== --------------------- ===
=== wx.App ===
 * '''[[How to create a small sample application (Phoenix)|wx.App]]'''

=== wx.BitmapButton ===
 * '''[[How to create a bitmap button (Phoenix)|wx.BitmapButton]]'''

=== wx.BoxSizer ===
 * '''[[How to create a box sizer (Phoenix)|wx.BoxSizer]]'''

=== wx.Button ===
 * '''[[How to create a button (Phoenix)|wx.Button]]'''

=== wx.CheckBox ===
 * '''[[How to create a check box (Phoenix)|wx.CheckBox]]'''
 * '''[[How to create an On-Off button alternative to CheckBox (Phoenix)|wx.CheckBox]]'''

=== wx.ComboBox ===
 * '''[[How to create a combo box (Phoenix)|wx.ComboBox]]'''

=== wx.FileDropTarget ===
 * '''[[How to create a drop target (Phoenix)|wx.FileDropTarget]]'''

=== wx.FlexGridSizer ===
 * '''[[How to create a flex grid sizer (Phoenix)|wx.FlexGridSizer]]'''

=== wx.Frame ===
 * '''[[How to create a frame (Phoenix)|wx.Frame]]'''

=== wx.Gauge ===
 * '''[[How to create a gauge (Phoenix)|wx.Gauge]]'''

=== wx.GetUserId ===
 * '''[[How to create one instance running (Phoenix)|wx.GetUserId]]'''

=== wx.GridBagSizer ===
 * '''[[How to create a grid bag sizer (Phoenix)|wx.GridBagSizer]]'''

=== wx.GridSizer ===
 * '''[[How to create a grid sizer (Phoenix)|wx.GridSizer]]'''

=== --------------------- ===
=== wx.lib ===
Under lib directory we can find other widgets, improvements or extensions.

Here we will show some more useful classes.

==== wx.lib.agw.advancedsplash ====
 * '''[[How to create a splash screen while loading (Phoenix)|wx.lib.agw.advancedsplash]]'''

==== wx.lib.agw.flatmenu ====
 * '''[[How to create a flat menu - AGW package (Phoenix)|wx.lib.agw.flatmenu]]'''

==== wx.lib.agw.hyperlink ====
 * '''[[How to create a customized about box dialog (Phoenix)|wx.lib.agw.hyperlink]]'''

==== wx.lib.buttons ====
 * '''[[How to create a gen bitmap text button (Phoenix)|wx.lib.buttons (GenBitmapTextButton)]]'''

==== wx.lib.mixins.inspection ====
 * '''[[How to use Widget Inspection Tool - WIT (Phoenix)|wx.lib.mixins.inspection]]'''

==== wx.lib.pdfviewer ====
 * '''[[How to use printing framework - Part 6 (Phoenix)|wx.lib.pdfviewer]]'''

==== wx.lib.pdfwin ====
 * '''[[How to use printing framework - Part 7 (Phoenix)|wx.lib.pdfwin]]'''

==== wx.lib.plot ====
 * '''[[How to use Plot - Part 1 (Phoenix)|wx.lib.plot]]'''
 * '''[[How to use Plot - Part 2 (Phoenix)|wx.lib.plot]]'''
 * '''[[How to use Plot - Part 3 (Phoenix)|wx.lib.plot]]'''

==== wx.lib.sized_controls ====
 * '''[[How to work with sized controls (Phoenix)|wx.lib.sized_controls]]'''

==== wx.lib.wxcairo ====
 * '''[[How to use the Cairo 2D graphics library (Phoenix)|wx.lib.wxcairo]]'''

=== --------------------- ===
=== wx.ListBox ===
 * '''[[How to create a list box (Phoenix)|wx.ListBox]]'''

=== wx.ListCtrl ===
 * '''[[How to create a list control (info)|wx.ListCtrl (info)]]'''
 * '''[[How to create a list control (Phoenix)|wx.ListCtrl (simple)]]'''
 * '''[[How to create a virtual list control (Phoenix)|wx.ListCtrl (virtual)]]'''

=== wx.MenuBar ===
=== wx.Notebook ===
 * '''[[How to create a notebook (Phoenix)|wx.Notebook]]'''

=== wx.RadioButton ===
 * '''[[How to create a radio button (Phoenix)|wx.RadioButton]]'''
 * '''[[How to create an On-Off button alternative to CheckBox (Phoenix)|wx.RadioButton]]'''

=== wx.ScrolledWindow ===
 * '''[[How to create a scrolled window (Phoenix)|wx.ScrolledWindow]]'''

=== wx.SingleInstanceChecker ===
 * '''[[How to create one instance running (Phoenix)|wx.SingleInstanceChecker]]'''

=== wx.Slider ===
 * '''[[How to create a slider (Phoenix)|wx.Slider]]'''

=== wx.SpinCtrl ===
 * '''[[How to create a spin control (Phoenix)|wx.SpinCtrl]]'''

=== wx.SplitterWindow ===
 * '''[[How to create a splitter window (Phoenix)|wx.SplitterWindow]]'''

=== wx.StaticBox ===
 * '''[[How to create a static box (Phoenix)|wx.StaticBox]]'''

=== wx.StaticBoxSizer ===
 * '''[[How to create a static box sizer (Phoenix)|wx.StaticBoxSizer]]'''

=== wx.StaticLine ===
 * '''[[How to create a static line (Phoenix)|wx.StaticLine]]'''

=== wx.StaticText ===
 * '''[[How to create a static text (Phoenix)|wx.StaticText]]'''

=== wx.StatusBar ===
 * '''[[How to create a status bar (Phoenix)|wx.StatusBar]]'''

=== wx.StopWatch ===
 * '''[[How to use stop watch (Phoenix)|wx.StopWatch]]'''

=== wx.TextCtrl ===
 * '''[[How to create a text control with icon (Phoenix)|wx.TextCtrl]]'''

=== wx.TheClipboard ===
 * '''[[How to use the clipboard (Phoenix)|wx.TheClipboard]]'''

=== wx.ToggleButton ===
 * '''[[How to create a toggle button (Phoenix)|wx.ToggleButton]]'''
 * '''[[How to create a customized toggle button bitmap (Phoenix)|wx.ToggleButton]]'''

=== wx.ToolBar ===
 * '''[[How to create a tool bar (Phoenix)|wx.ToolBar]]'''

=== wx.TreeCtrl ===
 * '''[[How to create a tree control (Phoenix)|wx.TreeCtrl]]'''

--------
= --------------------- =
= Snippet : =
== ZetCode / Jan Bodnar (Phoenix) ==
http://zetcode.com/wxpython/

http://zetcode.com/gui/wxwidgets/

https://github.com/janbodnar/wxPython-examples

[[https://wiki.wxpython.org/Another%20tutorial%20(Phoenix)|https://wiki.wxpython.org/Another%20tutorial%20%28Phoenix%29]]

== Mike Driscoll's blog overview - Part 1 (Python) ==
[[https://wiki.wxpython.org/Mike%20Driscoll's%20blog%20overview%20-%20Part%201%20(Python)|https://wiki.wxpython.org/Mike%20Driscoll%27s%20blog%20overview%20-%20Part%201%20%28Python%29]]

== DaniWeb (old source) ==
https://www.daniweb.com/programming/software-development/threads/128350/starting-wxpython-gui-code

== --------------------- ==
== How to create a small sample application (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20small%20sample%20application%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20small%20sample%20application%20%28Phoenix%29]]

== How to create a frame (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20frame%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20frame%20%28Phoenix%29]]

== How to create a bitmap button (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20bitmap%20button%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20bitmap%20button%20%28Phoenix%29]]

== How to create a box sizer (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20box%20sizer%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20box%20sizer%20%28Phoenix%29]]

== How to create a button (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20button%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20button%20%28Phoenix%29]]

== How to create a check box (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20check%20box%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20check%20box%20%28Phoenix%29]]

== How to create a combo box (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20combo%20box%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20combo%20box%20%28Phoenix%29]]

== How to create a flex grid sizer (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20flex%20grid%20sizer%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20flex%20grid%20sizer%20%28Phoenix%29]]

== How to create a gauge (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20gauge%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20gauge%20%28Phoenix%29]]

== How to create a gen bitmap text button (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20gen%20bitmap%20text%20button%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20gen%20bitmap%20text%20button%20%28Phoenix%29]]

== How to create a grid bag sizer (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20grid%20bag%20sizer%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20grid%20bag%20sizer%20%28Phoenix%29]]

== How to create a grid sizer (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20grid%20sizer%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20grid%20sizer%20%28Phoenix%29]]

== How to create a list box (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20list%20box%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20list%20box%20%28Phoenix%29]]

== How to create a notebook (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20notebook%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20notebook%20%28Phoenix%29]]

== How to create a radio button (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20radio%20button%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20radio%20button%20%28Phoenix%29]]

== How to create a scrolled window (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20scrolled%20window%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20scrolled%20window%20%28Phoenix%29]]

== How to create a slider (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20slider%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20slider%20%28Phoenix%29]]

== How to create a spin control (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20spin%20control%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20spin%20control%20%28Phoenix%29]]

== How to create a splitter window (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20splitter%20window%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20splitter%20window%20%28Phoenix%29]]

== How to create a static box (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20static%20box%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20static%20box%20%28Phoenix%29]]

== How to create a static box sizer (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20static%20box%20sizer%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20static%20box%20sizer%20%28Phoenix%29]]

== How to create a static line (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20static%20line%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20static%20line%20%28Phoenix%29]]

== How to create a static text (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20static%20text%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20static%20text%20%28Phoenix%29]]

== How to create a status bar (Phoenix ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20status%20bar%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20status%20bar%20%28Phoenix%29]]

== How to create a task bar icon (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20task%20bar%20icon%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20task%20bar%20icon%20%28Phoenix%29]]

== How to create a text control with icon (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20text%20control%20with%20icon%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20text%20control%20with%20icon%20%28Phoenix%29]]

== How to create a toggle button (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20toggle%20button%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20toggle%20button%20%28Phoenix%29]]

== How to create a tool bar (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20tool%20bar%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20tool%20bar%20%28Phoenix%29]]

== How to create a tree control (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20tree%20control%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20tree%20control%20%28Phoenix%29]]

== How to create a flat menu - AGW package (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20flat%20menu%20-%20AGW%20package%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20flat%20menu%20-%20AGW%20package%20%28Phoenix%29]]

== How to create a color eyedropper tool (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20color%20eyedropper%20tool%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20color%20eyedropper%20tool%20%28Phoenix%29]]

== How to create a drop target (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20drop%20target%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20drop%20target%20%28Phoenix%29]]

== How to create a settings manager (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20settings%20manager%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20settings%20manager%20%28Phoenix%29]]

== How to create a SQLite database easily (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20SQLite%20database%20easily%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20SQLite%20database%20easily%20%28Phoenix%29]]

== How to create a customized about box dialog (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20about%20box%20dialog%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20about%20box%20dialog%20%28Phoenix%29]]

== How to create a customized button (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20button%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20button%20%28Phoenix%29]]

== How to create a customized caption box dialog (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20caption%20box%20dialog%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20caption%20box%20dialog%20%28Phoenix%29]]

== How to create a customized frame (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%201%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%202%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%202%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%203%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%203%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%204%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%204%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%205%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%205%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%206%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20frame%20-%20Part%206%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20add%20a%20menu%20bar%20in%20the%20title%20bar%20(Phoenix)|https://wiki.wxpython.org/How%20to%20add%20a%20menu%20bar%20in%20the%20title%20bar%20%28Phoenix%29]]

== How to add a menu bar in the title bar (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20add%20a%20menu%20bar%20in%20the%20title%20bar%20(Phoenix)|https://wiki.wxpython.org/How%20to%20add%20a%20menu%20bar%20in%20the%20title%20bar%20%28Phoenix%29]]

== How to create a customized password dialog (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20password%20dialog%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20password%20dialog%20%28Phoenix%29]]

== How to create a customized settings dialog (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20settings%20dialog%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20settings%20dialog%20%28Phoenix%29]]

== How to create a text with transparent background (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20text%20with%20transparent%20background%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20text%20with%20transparent%20background%20%28Phoenix%29]]

== How to create a grid control and a SQLite database (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20grid%20control%20and%20a%20SQLite%20database%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20grid%20control%20and%20a%20SQLite%20database%20%28Phoenix%29]]

== How to create a text control with autocomplete (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20text%20control%20with%20autocomplete%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20text%20control%20with%20autocomplete%20%28Phoenix%29]]

== How to create a transparent frame (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20transparent%20frame%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20transparent%20frame%20%28Phoenix%29]]

== How to create a simple text editor (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20simple%20text%20editor%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20simple%20text%20editor%20%28Phoenix%29]]

== How to create a Tip of the day frame (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20Tip%20of%20the%20day%20frame%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20Tip%20of%20the%20day%20frame%20%28Phoenix%29]]

== How to create an animated drawing (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20an%20animated%20drawing%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20an%20animated%20drawing%20%28Phoenix%29]]

== How to create a notification message on the desktop (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20notification%20message%20on%20the%20desktop%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20notification%20message%20on%20the%20desktop%20%28Phoenix%29]]

== How to create an alternative error messages (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20an%20alternative%20error%20messages%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20an%20alternative%20error%20messages%20%28Phoenix%29]]

== How to create one instance running (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20one%20instance%20running%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20one%20instance%20running%20%28Phoenix%29]]

== How to use the clipboard (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20the%20clipboard%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20the%20clipboard%20%28Phoenix%29]]

== How to use the Internationalization - i18n (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20the%20Internationalization%20-%20i18n%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20the%20Internationalization%20-%20i18n%20%28Phoenix%29]]

== How to use Object Oriented Programming - OOP (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20Object%20Oriented%20Programming%20-%20OOP%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20Object%20Oriented%20Programming%20-%20OOP%20%28Phoenix%29]]

== How to use printing framework (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%201%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%202%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%202%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%203%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%203%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%204%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%204%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%205%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%205%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%206%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%206%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%207%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%207%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%208%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%208%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%209%20(Python)|https://wiki.wxpython.org/How%20to%20use%20printing%20framework%20-%20Part%209%20%28Python%29]]

== How to separate Gui and logic (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20separate%20Gui%20and%20logic%20(Phoenix)|https://wiki.wxpython.org/How%20to%20separate%20Gui%20and%20logic%20%28Phoenix%29]]

== How to show an about dialog info (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20show%20an%20about%20dialog%20info%20(Phoenix)|https://wiki.wxpython.org/How%20to%20show%20an%20about%20dialog%20info%20%28Phoenix%29]]

== How to show standard paths (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20show%20standard%20paths%20(Phoenix)|https://wiki.wxpython.org/How%20to%20show%20standard%20paths%20%28Phoenix%29]]

== How to use stop watch (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20stop%20watch%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20stop%20watch%20%28Phoenix%29]]

== How to take a screen shot (Python) ==
[[https://wiki.wxpython.org/How%20to%20take%20a%20screen%20shot%20(Python)|https://wiki.wxpython.org/How%20to%20take%20a%20screen%20shot%20%28Python%29]]

== How to use the Cairo 2D graphics library (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20the%20Cairo%202D%20graphics%20library%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20the%20Cairo%202D%20graphics%20library%20%28Phoenix%29]]

== How to use Widget Inspection Tool - WIT (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20Widget%20Inspection%20Tool%20-%20WIT%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20Widget%20Inspection%20Tool%20-%20WIT%20%28Phoenix%29]]

== How to work with sized controls (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20work%20with%20sized%20controls%20(Phoenix)|https://wiki.wxpython.org/How%20to%20work%20with%20sized%20controls%20%28Phoenix%29]]

== How to create a calculator - Part 1 (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20calculator%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20calculator%20-%20Part%201%20%28Phoenix%29]]

{{{#!wiki red/solid
''' - Below, last pages added'''.
}}}
== How to create a calculator - Part 2 (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20calculator%20-%20Part%202%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20calculator%20-%20Part%202%20%28Phoenix%29]]

== How to create a customized collapsible pane (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20collapsible%20pane%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20collapsible%20pane%20%28Phoenix%29]]

== How to create an On-Off button alternative to CheckBox (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20an%20On-Off%20button%20alternative%20to%20CheckBox%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20an%20On-Off%20button%20alternative%20to%20CheckBox%20%28Phoenix%29]]

== How to create a customized toggle button bitmap (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20toggle%20button%20bitmap%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20toggle%20button%20bitmap%20%28Phoenix%29]]

== How to create a validating editable list control extension (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20validating%20editable%20list%20control%20extension%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20validating%20editable%20list%20control%20extension%20%28Phoenix%29]]

== How to use sizers - Part 1 (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20sizers%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20sizers%20-%20Part%201%20%28Phoenix%29]]

== How to use sizers - Part 2 (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20sizers%20-%20Part%202%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20sizers%20-%20Part%202%20%28Phoenix%29]]

== How to use GridBagSizer - Part 1 (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20use%20GridBagSizer%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20GridBagSizer%20-%20Part%201%20%28Phoenix%29]]

== Custom wxPython Gui (Phoenix) ==
[[https://wiki.wxpython.org/Custom%20wxPython%20Gui%20(Phoenix)|https://wiki.wxpython.org/Custom%20wxPython%20Gui%20%28Phoenix%29]]

== Active text rather than static text (Phoenix) ==
[[https://wiki.wxpython.org/Active%20text%20rather%20than%20static%20text%20(Phoenix)|https://wiki.wxpython.org/Active%20text%20rather%20than%20static%20text%20%28Phoenix%29]]

== A wx.DatePickerCtrl with a customisable format - Part 1 (Phoenix) ==
[[https://wiki.wxpython.org/A%20wx.DatePickerCtrl%20with%20a%20customisable%20format%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/A%20wx.DatePickerCtrl%20with%20a%20customisable%20format%20-%20Part%201%20%28Phoenix%29]]

== A wx.DatePickerCtrl with a customisable format - Part 2 (Phoenix) ==
[[https://wiki.wxpython.org/A%20wx.DatePickerCtrl%20with%20a%20customisable%20format%20-%20Part%202%20(Phoenix)|https://wiki.wxpython.org/A%20wx.DatePickerCtrl%20with%20a%20customisable%20format%20-%20Part%202%20%28Phoenix%29]]

== Extended Calendar Control (Phoenix) ==
[[https://wiki.wxpython.org/Extended%20Calendar%20Control%20(Phoenix)|https://wiki.wxpython.org/Extended%20Calendar%20Control%20%28Phoenix%29]]

== A circular gauge / meter (Phoenix) ==
[[https://wiki.wxpython.org/A%20circular%20gauge/meter%20(Phoenix)|https://wiki.wxpython.org/A%20circular%20gauge/meter%20%28Phoenix%29]]

== A custom gauge (Phoenix) ==
[[https://wiki.wxpython.org/A%20custom%20gauge%20(Phoenix)|https://wiki.wxpython.org/A%20custom%20gauge%20%28Phoenix%29]]

== How to design a screenshot tool (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20design%20a%20screenshot%20tool%20(Phoenix)|https://wiki.wxpython.org/How%20to%20design%20a%20screenshot%20tool%20%28Phoenix%29]]

== A range gauge slider (Phoenix) ==
[[https://wiki.wxpython.org/A%20range%20gauge%20slider%20(Phoenix)|https://wiki.wxpython.org/A%20range%20gauge%20slider%20%28Phoenix%29]]

== A simple floating point enabled slider (Phoenix) ==
[[https://wiki.wxpython.org/A%20simple%20floating%20point%20enabled%20slider%20(Phoenix)|https://wiki.wxpython.org/A%20simple%20floating%20point%20enabled%20slider%20%28Phoenix%29]]

== A simple time slider (Phoenix) ==
[[https://wiki.wxpython.org/A%20simple%20time%20slider%20(Phoenix)|https://wiki.wxpython.org/A%20simple%20time%20slider%20%28Phoenix%29]]

== A time range slider (Phoenix) ==
[[https://wiki.wxpython.org/A%20time%20range%20slider%20(Phoenix)|https://wiki.wxpython.org/A%20time%20range%20slider%20%28Phoenix%29]]

== A time schedule (Phoenix) ==
[[https://wiki.wxpython.org/A%20time%20schedule%20(Phoenix)|https://wiki.wxpython.org/A%20time%20schedule%20%28Phoenix%29]]

== An active message dialog (Phoenix) ==
[[https://wiki.wxpython.org/An%20active%20message%20dialog%20(Phoenix)|https://wiki.wxpython.org/An%20active%20message%20dialog%20%28Phoenix%29]]

== Active bitmaps or quasi-animation (Phoenix) ==
[[https://wiki.wxpython.org/Active%20bitmaps%20or%20quasi-animation%20(Phoenix)|https://wiki.wxpython.org/Active%20bitmaps%20or%20quasi-animation%20%28Phoenix%29]]

== BusyAnimation - An alternate busy widget (Phoenix) ==
[[https://wiki.wxpython.org/BusyAnimation%20-%20An%20alternate%20busy%20widget%20(Phoenix)|https://wiki.wxpython.org/BusyAnimation%20-%20An%20alternate%20busy%20widget%20%28Phoenix%29]]

== A default slider alternative (Phoenix) ==
[[https://wiki.wxpython.org/A%20default%20slider%20alternative%20(Phoenix)|https://wiki.wxpython.org/A%20default%20slider%20alternative%20%28Phoenix%29]]

== A range float slider (Phoenix) ==
[[https://wiki.wxpython.org/A%20range%20float%20slider%20(Phoenix)|https://wiki.wxpython.org/A%20range%20float%20slider%20%28Phoenix%29]]

== A custom listbox manager (Phoenix) ==
[[https://wiki.wxpython.org/A%20custom%20listbox%20manager%20(Phoenix)|https://wiki.wxpython.org/A%20custom%20listbox%20manager%20%28Phoenix%29]]

== Fun with flags - PNG (Phoenix) ==
[[https://wiki.wxpython.org/Fun%20with%20flags%20-%20PNG%20(Phoenix)|https://wiki.wxpython.org/Fun%20with%20flags%20-%20PNG%20%28Phoenix%29]]

== Fun with flags - SVG (Phoenix) ==
[[https://wiki.wxpython.org/Fun%20with%20flags%20-%20SVG%20(Phoenix)|https://wiki.wxpython.org/Fun%20with%20flags%20-%20SVG%20%28Phoenix%29]]

https://discuss.wxpython.org/t/fun-with-flags-svg-subcategories/36677

== Fun with flags the database option (Phoenix) ==
[[https://wiki.wxpython.org/Fun%20with%20flags%20the%20database%20option%20(Phoenix)|https://wiki.wxpython.org/Fun%20with%20flags%20the%20database%20option%20%28Phoenix%29]]

{{{#!wiki red/solid
''' - End'''.
}}}
== --------------------- ==
== How to create a list control (info) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20list%20control%20(info)|https://wiki.wxpython.org/How%20to%20create%20a%20list%20control%20%28info%29]]

== How to create a list control (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20list%20control%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20list%20control%20%28Phoenix%29]]

== How to create a virtual list control (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20virtual%20list%20control%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20virtual%20list%20control%20%28Phoenix%29]]

== How to create a list control with a SQLite database (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20list%20control%20with%20a%20SQLite%20database%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20list%20control%20with%20a%20SQLite%20database%20%28Phoenix%29]]

== How to create a virtual list control and a SQLite database (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20virtual%20list%20control%20and%20a%20SQLite%20database%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20virtual%20list%20control%20and%20a%20SQLite%20database%20%28Phoenix%29]]

== How to create a list control with drag and drop (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20list%20control%20with%20drag%20and%20drop%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20list%20control%20with%20drag%20and%20drop%20%28Phoenix%29]]

== How to set the header attributes (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20set%20the%20header%20attributes|https://wiki.wxpython.org/How%20to%20set%20the%20header%20attributes]]

== --------------------- ==
== How to create a splash screen (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20splash%20screen%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20splash%20screen%20%28Phoenix%29]]

== How to create a splash screen while loading (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20splash%20screen%20while%20loading%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20splash%20screen%20while%20loading%20%28Phoenix%29]]

== How to create a customized splash screen (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20splash%20screen%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20splash%20screen%20%28Phoenix%29]]

== --------------------- ==
== How to create a vertical news-ticker (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20vertical%20news-ticker%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20vertical%20news-ticker%20%28Phoenix%29]]

== How to create a customized news-ticker (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20customized%20news-ticker%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20customized%20news-ticker%20%28Phoenix%29]]

== --------------------- ==
== How to create a rounded rectangle (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20rounded%20rectangle%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20rounded%20rectangle%20%28Phoenix%29]]

== How to create an elliptic arc (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20an%20elliptic%20arc%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20an%20elliptic%20arc%20%28Phoenix%29]]

== How to create a basic drawing (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20basic%20drawing%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20basic%20drawing%20%28Phoenix%29]]

== --------------------- ==
== How to use Matplotlib (Phoenix) ==
You must install this package for use it :

'''pip install matplotlib'''

[[https://wiki.wxpython.org/How%20to%20use%20Matplotlib%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20Matplotlib%20-%20Part%201%20%28Phoenix%29]]

== How to use Plot (Phoenix) ==
You must install this package for use it :

'''pip install plot'''

'''pip install numpy'''

Link : https://www.lfd.uci.edu/~gohlke/pythonlibs/

[[https://wiki.wxpython.org/How%20to%20use%20Plot%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20Plot%20-%20Part%201%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20Plot%20-%20Part%202%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20Plot%20-%20Part%202%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20use%20Plot%20-%20Part%203%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20Plot%20-%20Part%203%20%28Phoenix%29]]

== How to use wxmplot (Phoenix) ==
You must install this package for use it :

'''pip install wxmplot'''

[[https://wiki.wxpython.org/How%20to%20use%20wxmplot%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/How%20to%20use%20wxmplot%20-%20Part%201%20%28Phoenix%29]]

--------
= --------------------- =
= Blog : =
== Mike Driscoll ==
https://www.blog.pythonlibrary.org/

== wxPython ==
https://wxpython.org/blog/

== wxWidgets ==
https://www.wxwidgets.org/blog/

--------
= --------------------- =
= Forum : =
== wxPython ==
https://discuss.wxpython.org/

== DaniWeb ==
https://www.daniweb.com/tags/python+wxpython

== Das deutsche Python-Forum ==
https://www.python-forum.de/

== ForumPython.it ==
https://forumpython.it/wxpython/

== Active State ==
https://community.activestate.com/c/python/10/l/latest

http://code.activestate.com/recipes/

== Stack Overflow ==
https://stackoverflow.com/questions/tagged/wxpython

== Developpez.com ==
https://www.developpez.net/forums/f96/autres-langages/python/

--------
= --------------------- =
= Gui designer : =
== wxGlade (Dietmar Schwertberger) ==
https://github.com/wxGlade/wxGlade

== wxFormBuilder ==
https://github.com/wxFormBuilder/wxFormBuilder

https://en.wikipedia.org/wiki/WxFormBuilder

== PySimpleGUI ==
https://github.com/PySimpleGUI/PySimpleGUI

== Boa Constructor (Riaan Booysen) ==
https://github.com/cwt/boa-constructor

== Integrated development environments ==
https://wiki.python.org/moin/IntegratedDevelopmentEnvironments

--------
= --------------------- =
= Game : =
== How to create a game for wxPython (Phoenix) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20wxPython%20-%20Part%201%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20wxPython%20-%20Part%201%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20wxPython%20-%20Part%202%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20wxPython%20-%20Part%202%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20wxPython%20-%20Part%203%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20wxPython%20-%20Part%203%20%28Phoenix%29]]

[[https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20wxPython%20-%20Part%204%20(Phoenix)|https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20wxPython%20-%20Part%204%20%28Phoenix%29]]

== How to create a game for Pygame (Python) ==
[[https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20Pygame%20-%20Part%201%20(Python)|https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20Pygame%20-%20Part%201%20%28Python%29]]

[[https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20Pygame%20-%20Part%202%20(Python)|https://wiki.wxpython.org/How%20to%20create%20a%20game%20for%20Pygame%20-%20Part%202%20%28Python%29]]

--------
= --------------------- =
= Video : =
== Video / Tutorial ==
[[https://wiki.wxpython.org/Video/Tutorial%20(Phoenix)|https://wiki.wxpython.org/Video/Tutorial%20%28Phoenix%29]]

--------
= --------------------- =
= Wiki : =
== wxPyWiki front page ==
https://wiki.wxpython.org/

== An index of all pages in the Wiki ==
https://wiki.wxpython.org/TitleIndex

== How to add or edit pages ==
https://wiki.wxpython.org/FrontPage?action=login

== How to create a new page ==
https://wiki.wxpython.org/HelpOnPageCreation

== Help on editing ==
https://wiki.wxpython.org/HelpOnEditing

== Help on templates ==
https://wiki.wxpython.org/HelpOnTemplates

== Help on variables ==
https://wiki.wxpython.org/HelpOnVariables

== Help on actions ==
https://wiki.wxpython.org/HelpOnActions/AttachFile

== Moin Wiki Syntax ==
https://wiki.wxpython.org/HelpOnMoinWikiSyntax

== MoinMoin Wiki - an introduction ==
https://wiki.wxpython.org/WikiCourse

https://moinmo.in/WikiCourse

== WriteItYourself ==
https://wiki.wxpython.org/WriteItYourself

--------
= --------------------- =
= Book : =
== Python books ==
https://wxpython.org/pages/bookshelf/

--------
= --------------------- =
= Thanks to =
== List ==
 * '''[[Thanks to (wxPython)|By alphabetical order]]'''

--------
= --------------------- =
= About this page =
Date (d/m/y)     Person (bot)    Comments :

15/06/20 - Ecco (Created page for wxPython Phoenix).

--------
= --------------------- =
= Comments =
- blah, blah, blah....