======
python
======


python
======

.. _python-1:

Python
======

This is a list of *very* short python programs starting with 1 liner and
moving all the way up to 20 lines.

We will also introduce new topics and language features as we progress.

http://wiki.python.org/moin/SimplePrograms

.. contents::

1 line - hello world
--------------------

.. code-block:: python :linenos:

print( ‘hello world’ )
