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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,27 @@ During the tutorial, don't hesitate to ask for help:
60
60
can be posted.
61
61
62
62
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:
68
+
69
+
- 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.
80
+
- step 6: pyface application (adaptation to build central pane editors) [OPTIONAL]
81
+
- step 7: pyface application: background run with traits-futures [OPTIONAL]
0 commit comments