Contributing Tutorials

To write a tutorial, simply create a new wiki web page, and link it in the welcome screen in the relevant section. Each tutorial in learnpython.org consists of a brief explanation of the subject, and a short exercise which will test the user. Once the user has finished modifying a given block of text according to the exercise, Every tutorial must have the following structure:

<TUTORIAL TITLE>
----------------

Tutorial
--------
Here you may write text which explains the purpose of the tutorial, 
and the target of the exercise.

Tutorial Code
-------------
Write a code block to write a Python code block, which will appear on the 
interpreter window. For example, you may
write an empty function, which the user must complete in order to finish the exercise.

Expected Output
---------------
Write a code block which will describe the exact output expected from the modified code, 
if it has been modified correctly.

After completing a tutorial, make sure it is linked from the Welcome screen (use a wiki-style link to your page).

Writing and modifying tutorials only requires a valid Google account.