@@ -102,6 +102,7 @@ Contributing to this repository requires:
102102# Instructor notes: tutorial flow
103103
1041041 . Introduction 20 mins
105+ - Review development environment setup
105106 - Purpose and goals of the tutorial
106107 - What is ETS? Why pick it to build tools? When to pick it to build tools?
1071082 . Starting script (10 min)
@@ -113,12 +114,14 @@ Contributing to this repository requires:
113114 - The MVC paradigm
114115 - TraitsUI exercise (20 mins)
1151165 . Pyface basics (20 mins)
116- - Structure and responsibilities, Hello world in pyface
117- - Building panes
117+ - Structure and responsibilities, "Hello world" in pyface
118+ - Building first panes
119+ - ` Task ` and ` Pane ` important attributes and methods
118120 - Pyface exercise: transform hello world into first app (stage 4, 15 mins)
1191216 . More Pyface (15 mins)
120- - Cross-pane communication, adding features
122+ - Pyface application folder structure for scalability
123+ - ` Application ` important attributes and methods
121124 - Menus, toolbars and branding
122- - Pyface exercise: building a fuller application (stage 5, 20 min)
125+ - Pyface exercise: building a fuller application (stage 5-6 , 20 min)
1231267 . Packaging into 1 click installer (10 m)
124- 8 . Wrap up and demo of any advanced UIs? (15 min)
127+ 8 . Wrap up and demo of any advanced UIs? (15 min)
0 commit comments