Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2009-10-28 06:54:45
Size: 1342
Editor: CarlTrachte
Comment: added SinhalaLanguge
Revision 3 as of 2009-10-30 03:23:13
Size: 1589
Editor: CarlTrachte
Comment: work in progress
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:
{{{#!python
# transcribing words from image
>>> '\u0DB4\u0DD4\u0DC2\u0DCA\u0DB4\u0DCF' # the Sinaha name Pushpa
>>> 'පුෂ්පා'
>>> '\u0DB1\u0DB8' # name
>>> 'නම'
>>> 'ම\u0DD9ග\u0DCA' # my (mage)
>>> 'මෙග්'
}}}

Links to Python related information in Sinhala

ISO Codes

  • ISO 639-1 si
  • ISO 639-2 sin
  • ISO 639-3 sin

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

සිංහල

   1 # transcribing words from image
   2 >>> '\u0DB4\u0DD4\u0DC2\u0DCA\u0DB4\u0DCF' # the Sinaha name Pushpa
   3 >>> 'පුෂ්පා'
   4 >>> '\u0DB1\u0DB8' # name
   5 >>> 'නම'
   6 >>> '\u0DD9\u0DCA' # my (mage)
   7 >>> 'මෙග්'

Work in Progress

CategoryLanguage CategoryUnicode

SinhalaLanguage (last edited 2009-12-30 18:07:09 by CarlTrachte)

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