There are some groundrules, some laid down by the site admins, some my suggestions:

1) Pages must be named in ASCII and English (PolishLanguage)

2) Pages must have an explanation in English at the top (Links to Python information in <language X>)

3) (my suggestion) We probably want to limit invites to edit the pages to people we know well, or Pythonistas with a track record. Hopefully this is inclusive enough without opening the site up to a spam flood and vandalismfest.

4) No anonymous changes.

Where these pages really need help:

1) check links, remove broken ones.

2) add new links that are quality Python information and active.

3) some care for languages that have next to nothing, but do have people in the Python community - even a link to the Wikipedia page for Python, in that language, is a start (Some are pretty complete and of high quality - the Russian language Wikipedia page for Python, for instance, packs a lot in). Links to Python information in Tagalog

ISO 639-1 Code: tl

Wikang Tagalog

Phrases from Omniglot

Names from Filipino Baby Names

   1 # -*- coding: utf-8 -*-
   2 # python 3.0/3.1
   3 
   4 mabuhay = ['Magandang umaga po', 'Magandang hapon po', 'Magandang gabi po']
   5 
   6 ako_po_si = ['Amalia', 'Agapito']
   7 
   8 for mabuhayx in mabuhay:
   9     for ako_po_six in ako_po_si:
  10         print(mabuhayx + ' ' + ako_po_six)

Wikipedia Wikipedia stub

CategoryLanguage

TagalogLanguage (last edited 2010-06-07 00:51:17 by bathory)

Unable to edit the page? See the FrontPage for instructions.