Size: 1206
Comment: added MalayalamLanguage
|
Size: 2071
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Links to Python related information in Malayalam | |
Line 31: | Line 30: |
'''~+മലയാളം+~''' | = Python related information in Malayalam = |
Line 33: | Line 32: |
nothing yet | * [[http://en.wikipedia.org/wiki/Malayalam_language|Wikipedia article]] * ISO 639-1 Code: ml * ISO 639-2 Code: mal * Name of language in native characters: മലയാളം * Unicode range: [[http://unicode.org/charts/PDF/U0D00.pdf|0D00-0D7F]] |
Line 35: | Line 38: |
NewLanguagePage | == Links == [[http://ml.wikipedia.org/wiki/പൈത്തണ്_(പ്രോഗ്രാമിങ്ങ്_ഭാഷ)|Wikipedia Article]] == Documentation == [[http://ml.wikibooks.org/wiki/പൈത്തണ്_പ്രോഗ്രാമിങ്ങ്|Wikibook]] == Blogs == [[http://jaganadhg.freeflux.net/blog/archive/2009/10/04/python3-is-wonderful.html|blog - another Python 3 code snippet]] == Malayalam support in Python 3 == {{{ #!python പേര് = "മലയാളം" print("എന്റെ ഭാഷയുടെ പേര്: %s" % പേര്) }}} ---- CategoryUnicode CategoryLanguage CategoryPythonIndia ---- |
Python related information in Malayalam
- ISO 639-1 Code: ml
- ISO 639-2 Code: mal
- Name of language in native characters: മലയാളം
Unicode range: 0D00-0D7F
Links
Documentation
Blogs
blog - another Python 3 code snippet
Malayalam support in Python 3
CategoryUnicode CategoryLanguage CategoryPythonIndia