Differences between revisions 9 and 10
Revision 9 as of 2009-11-22 02:48:05
Size: 2943
Editor: CarlTrachte
Comment: added snippet - still need to format
Revision 10 as of 2009-11-22 02:56:31
Size: 2960
Editor: CarlTrachte
Comment: updated formatting of code snippet
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
Hi Carl,
Line 49: Line 48:
{{{#!python
Line 53: Line 53:
စကား = "မဂဿငလာပါ {0}။ ေနေကာင္းလား?".format(နာမည္)
print(စကား)
>>> စကား = "မဂဿငလာပါ {0}။ ေနေကာင္းလား?".format(နာမည္)
>>> print(စကား)
Line 59: Line 58:
>>> }}}

Links to Python related information in Burmese

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

ISO 639-1 Code: my

မြန်မာဘာသာ

Code snippet courtesy of Myanmar Geeks:

Re: Python Wiki - Request for language help

Postby aTxIvG4001 » October 19th, 2009, 12:19 am

This is One of Myanmar Encoding, Zawgyi Encoding, Its not by Unicode.org though.

This is the results I just tested with Python 3.1.1 today.

   1 >>>
   2 Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit (Intel)] on win32
   3 Type "copyright", "credits" or "license()" for more information.
   4 >>> def နွုတ္ဆက္စကား_ေျပာျခင္း(နာမည္):
   5 >>>     စကား = "မဂဿငလာပါ {0}။ ေနေကာင္းလား?".format(နာမည္)
   6 >>>     print(စကား)
   7 >>> နွုတ္ဆက္စကား_ေျပာျခင္း("ေမာင္ေမာင္")
   8 မဂဿငလာပါမာင္ေမာင္။ ေနေကာင္းလား?
   9 >>>

rgds, Mark

Blogs

ဝီကီပိဒိယ Wikipedia stub

CategoryLanguage CategoryUnicode

BurmeseLanguage (last edited 2010-04-03 01:13:13 by CarlTrachte)

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