python

JSON

rev 5  |  foxhop  |  1308697964000  |  JSON

rev 4
rev 5
55
6We will also introduce new topics and language features as we progress.6We will also introduce new topics and language features as we progress.
tt7 
8http://wiki.python.org/moin/SimplePrograms
79
8.. contents::10.. contents::
rev 4  |  foxhop  |  1308696780000  |  JSON

rev 3
rev 4
8.. contents::8.. contents::
99
t10one line - hello worldt101 line - hello world
11-------------------------11-------------------------
1212
rev 3  |  foxhop  |  1308696764000  |  JSON

rev 2
rev 3
55
6We will also introduce new topics and language features as we progress.6We will also introduce new topics and language features as we progress.
tt7 
8.. contents::
79
8one line - hello world10one line - hello world
rev 2  |  foxhop  |  1308696748000  |  JSON

rev 1
rev 2
1010
11.. code-block:: python11.. code-block:: python
t12  :line-nu:t12 :linenos:
1313
14 print( 'hello world' )14 print( 'hello world' )
rev 1  |  foxhop  |  1308696168000  |  JSON

empty
rev 1
tt1Python
2==========
3 
4This is a list of *very* short python programs starting with 1 liner and moving 
 >all the way up to 20 lines.
5 
6We will also introduce new topics and language features as we progress.
7 
8one line - hello world
9-------------------------
10 
11.. code-block:: python
12  :line-nu:
13 
14 print( 'hello world' )