Links to Python related information in Burmese /* 1SEP09 Ideally, all the language pages should be like the Polish or Turkish pages - all native language, only the necessary English. 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 ) 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. {{{#!python >>> Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> def နွုတ္ဆက္စကား_ေျပာျခင္း(နာမည္): >>> စကား = "မဂဿငလာပါ {0}။ ေနေကာင္းလား?".format(နာမည္) >>> print(စကား) >>> နွုတ္ဆက္စကား_ေျပာျခင္း("ေမာင္ေမာင္") မဂဿငလာပါ ေမာင္ေမာင္။ ေနေကာင္းလား? >>> }}} rgds, Mark === Blogs === * [[http://www.mgpyone.co.cc/search/label/Python|blog - general description]] * [[http://www.soemin.net/search/label/Python%7CRuby|soemin blog - mixed English-မြန်မာဘာသာ]] * [[http://www.soemin.net/2009/03/why-reordering-is-needed-in-burmese.html|soemin blog]] - why-reordering-is-needed-in-burmese * [[http://www.soemin.net/2009/03/few-things-about-utf-8-encoding-and.html|soemin blog]] - few-things-about-utf-8-encoding-and-Myanmar - Python code snippet with cburglish module * [[http://box02.my-mm.org/search/label/Python|my-mm.org]] - blogs labelled Python - mostly related to zawgyi_keyboard.py * [[http://box02.my-mm.org/2010/04/own-mobile-applications-with-nokia.html|box02.my-mm.org]] - nokia, s60 [[http://my.wikipedia.org/wiki/Python_(programming_language)|ဝီကီပိဒိယ]] Wikipedia stub CategoryLanguage CategoryUnicode