アットウィキロゴ

前書き

Foreword

前書き

The purpose of this tutorial is to get you started with the wxPython toolkit, from the basics to the advanced topics. It has lots of code examples, not much talking. After that, you will be able to dig in yourself.

このチュートリアルの目的は、あなたに 基本的な事から先進的な事を通してwxPython ツールキットのスタートをしてもらうことだ。沢山のサンプルコードを載せている。これを読んだあとは自身で掘りさげて行けるだろう。

   * mailing list
   * reference book
   * source code of wxPython applications
   * /home/vronskij/bin/wxPython/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx - the ultimate resource, on my Linux box 

There are three decent toolkits for the python programming language:

Pythonには三つのツールキットがある。

   * wxPython
   * PyQt
   * PyGTK 

Note that this tutorial is done on Linux. Some scripts do not work correctly on windows.

注記:このチュートリアルはLinuxで実行された。いくつかのスクリプトはWindows上では動かないかもしれない。

Icons used in this tutorial: icons.tgz Images used in this tutorial: images.tgz

jan bodnar 2005 - 2007

status update. (april 2007) All my work on wxPython tutorial has been moved to my website http://www.zetcode.com/wxpython here I shall not add any more examples. If I find myself some time, I will do some polishing.

最終更新:2009年01月08日 19:28