Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/exercises/en/16_gnome-devel-demos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/en/16_gnome-devel-demos.txt')
-rw-r--r--exercises/en/16_gnome-devel-demos.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/exercises/en/16_gnome-devel-demos.txt b/exercises/en/16_gnome-devel-demos.txt
new file mode 100644
index 0000000..a1c013e
--- /dev/null
+++ b/exercises/en/16_gnome-devel-demos.txt
@@ -0,0 +1,28 @@
+Exercise 16 is not assessed. Instead, you should go to:
+ https://developer.gnome.org/gnome-devel-demos/unstable/tutorial.py.html.en
+and work through the following examples. For each example, copy the code into
+a file and run it using Python. Read the documentation on the web pages and
+ensure you understand how the example works.
+
+You should look at the following tutorial pages, at a minimum:
+ • 1.1
+ • 2.1
+ • 2.2
+ • 2.3
+ • 3.1
+ • 4.1
+ • 4.2
+ • 4.3
+ • 4.4
+ • 5.1
+ • 5.2
+ • 5.4
+ • 5.5
+ • 5.7
+ • 7.3
+ • 8.2
+ • 8.3
+ • 9.1
+ • 11.3
+
+Note that tutorial page 14.1 is covered separately in a later exercise.