You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,22 +61,23 @@ During the tutorial, don't hesitate to ask for help:
61
61
62
62
63
63
## 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.
68
70
69
71
- 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
80
81
- step 6: pyface application (adaptation to build central pane editors) [OPTIONAL]
81
82
- step 7: pyface application: background run with traits-futures [OPTIONAL]
0 commit comments