[gnome-devel-docs] tutorials python: clearer introduction to the beginner's tutorial



commit ca2a1e31274da39ce69efdcc39153cc1610ba4d6
Author: Marta Maria Casetti <mmcasetti gmail com>
Date:   Sun Feb 24 16:45:25 2013 +0100

    tutorials python: clearer introduction to the beginner's tutorial

 platform-demos/C/tutorial.py.page |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/platform-demos/C/tutorial.py.page b/platform-demos/C/tutorial.py.page
index c125e8c..2886942 100644
--- a/platform-demos/C/tutorial.py.page
+++ b/platform-demos/C/tutorial.py.page
@@ -25,7 +25,7 @@
 <title>0 Beginner's Tutorial</title>
 
 <synopsis>
- <p>By following these tutorials you will learn the basics of GUI programming using Gtk+.</p>
+ <p>By following these tutorials you will learn the basics of GUI programming using GTK+ in Python.</p>
 
  <p>If you have never programmed before, or are not familiar with the concepts of object oriented 
programming, you may need to learn a few basics first.  The book <link 
href="http://learnpythonthehardway.org/book/";>Learn Python the Hard Way</link> or <link 
href="http://docs.python.org/tutorial/index.html";>The Python Tutorial</link> may be a better place for you to 
start. You may also be interested in <link 
href="http://python-gtk-3-tutorial.readthedocs.org/en/latest/index.html";>The Python GTK+ 3 Tutorial</link>. 
Once you master the basics, be sure to come back and check out these tutorials.</p>
 </synopsis>
@@ -35,10 +35,10 @@
 <section id="to-run">
 <title>To run the code samples</title>
 
-  <p>To run the code samples:</p>
+  <p>This tutorial contains examples of widgets that can be done using GTK+ in Python. To run the code 
samples that are presented in the tutorial:</p>
   <steps>
-    <item><p>Copy and paste the code into <var>filename</var>.py</p></item>
-    <item><p>In the terminal type:</p>
+    <item><p>Copy and paste the code into a file with a name like <var>filename</var>.py</p></item>
+    <item><p>to execute the code, type in the terminal:</p>
           <screen>python <var>filename</var>.py</screen>
     </item>
   </steps>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]