File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,28 @@ During the tutorial, don't hesitate to ask for help:
6262 can be posted.
6363
6464
65+ ## Outline of the tutorial
66+ The tutorial will guide you through all the stages from a basic python script
67+ (stage 0) to a fully packaged and installable application (stage 8). The
68+ included exercises will walk you through developing the primary product of
69+ each stage.
70+ A solution is available for each exercise, though, to ensure all participants
71+ are able to reach the end goal.
72+
73+ - step 0: python script
74+ - step 1: more robust script with ETS-Traits
75+ - step 2: package management tools: etstool, unit test and CI [ OPTIONAL]
76+ - step 3: GUI: first traitsUI views
77+ - step 4: pyface application: tree navigator and double-click on an image to
78+ display the traitsUI view of the image.
79+ - step 5: pyface application:
80+ - add folder editor to display a table of metadata for all images inside
81+ - add button to launch the face detection on all images
82+ - add widgets to filter images
83+ - step 6: pyface application (adaptation to build central pane editors) [ OPTIONAL]
84+ - step 7: pyface application: background run with traits-futures [ OPTIONAL]
85+ - step 8: 1-click installer
86+
6587
6688## Contributing
6789### Code structure
You can’t perform that action at this time.
0 commit comments