wxPython 学習計画
- A First Application:"Hello, World"
- Building a wxPython Application
- Overview
- A Working Example
- Adding the edit component
- Adding a menu
- Practical event handling <- いまここ
- More magic
- Possible extensions <- 08/02/04 ここまで読んだ
- Working with Windows
- Overview
- Laying out Visual Elements
- Sizers
- Menus
- Validators
- A Working Example
- Our first label within a panel
- Adding a few more controls
- The notebook
- Improving the layout - Using Sizers
- Overview
- Responding to User Actions
- Overview
- A Working Example
- Drawing
- Overview
- A Working Example
- Using wxPython
- Debugging Techniques
- PyCrust interactive shell
- Deploying your wxPython Application
- Next Steps
- Useful resources
- As a conclution-slithering our way to the future of GUI-apps
- Contributors
- Appendix
以下略
先は長いです。しかしこの項目の中には書きかけで項目名しか存在していないものが結構あります。
中身があるといえるのは Working with Windows と Next Steps の Events くらいのようです。
そこでこの2項目までやって Getting Started は終わりにしようと思います。
14 項目で単純に考えて 1 項目 60 分、 1 日 30 分で計算すると 28 日。週 5 日で割ると
5 週と 3 日です。とりあえずこれくらいを目安にやってみます。