Skip to content

Commit 24ba751

Browse files
Address comments.
1 parent e78b063 commit 24ba751

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,23 @@ During the tutorial, don't hesitate to ask for help:
6161

6262

6363
## Outline of the tutorial
64-
The tutorial will take you through stages to go a from a script (stage 0) to
65-
the packaged application. Exercises will get you to build the most significant
66-
portions of the differences between each stages but each of them is provided as
67-
a separate folder are provided to make sure everyone to get to the end point:
64+
The tutorial will guide you through all the stages from a basic python script
65+
(stage 0) to a fully packaged and installable application (stage 8). The
66+
included exercises will walk you through developing the primary product of
67+
each stage.
68+
A solution is available for each exercise, though, to ensure all participants
69+
are able to reach the end goal.
6870

6971
- step 0: python script
70-
- step 1: traits-ified script
71-
- step 2: etstool, unit test and CI [OPTIONAL]
72-
- step 3: traitsUI view for an image file
73-
- File
74-
- Enum
75-
- Range
76-
- readonly output
77-
- Float
78-
- step 4: pyface application: tree navigator and double click on an image to display the traitsUI view of the image.
79-
- step 5: pyface application: add folder editor to displaying a table of metadata for all images inside. Add button to launch the face detection on all images. Add widgets to filter images.
72+
- step 1: more robust script with ETS-Traits
73+
- step 2: package management tools: etstool, unit test and CI [OPTIONAL]
74+
- step 3: GUI: first traitsUI views
75+
- step 4: pyface application: tree navigator and double-click on an image to
76+
display the traitsUI view of the image.
77+
- step 5: pyface application:
78+
- add folder editor to display a table of metadata for all images inside
79+
- add button to launch the face detection on all images
80+
- add widgets to filter images
8081
- step 6: pyface application (adaptation to build central pane editors) [OPTIONAL]
8182
- step 7: pyface application: background run with traits-futures [OPTIONAL]
8283
- step 8: 1-click installer

0 commit comments

Comments
 (0)