Differences between revisions 3 and 4
Revision 3 as of 2009-10-25 03:43:55
Size: 1463
Editor: CarlTrachte
Comment: working on code snippet
Revision 4 as of 2009-10-25 03:50:07
Size: 1870
Editor: CarlTrachte
Comment: added code snippet
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
# -*- coding: utf-8 -*-
# python 3.0 or 3.1
Line 39: Line 41:
कोंकणी = {'hello':' नमस्कारु',
          'potato':'बटटो',
          'rice':'तंदुल',
          'mango':'अम्बो',
          'market':'पॉंट'}

for english in कोंकणी:
    print(chr(34) + english + chr(34) + ' in English is ' +
          कोंकणी[english] + ' in Konkani.')
Line 40: Line 51:

Describe Konkani कोंकणी and include links to Python information in कोंकणी Language here.

ISO 639-2 Code: kok

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.

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).

कोंकणी

Words for code snippet from savemylangugae.org

   1 # -*- coding: utf-8 -*-
   2 # python 3.0 or 3.1
   3 
   4 कोंकणी = {'hello':' नमस्कारु',
   5           'potato':'बटटो',
   6           'rice':'तंदुल',
   7           'mango':'अम्बो',
   8           'market':'पॉंट'}
   9 
  10 for english in कोंकणी:
  11     print(chr(34) + english + chr(34) + ' in English is ' +
  12           कोंकणी[english] + ' in Konkani.')


CategoryLanguage CategoryUnicode CategoryPythonIndia

KonkaniLanguage (last edited 2009-10-25 03:50:07 by CarlTrachte)

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