Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2009-09-27 03:24:20
Size: 1206
Editor: CarlTrachte
Comment: added MalayalamLanguage
Revision 10 as of 2009-10-11 04:10:29
Size: 1866
Comment: better headings
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Links to Python related information in Malayalam = Python related information in Malayalam =

ISO 639-1 Code: ml
Line 33: Line 35:
nothing yet == Links ==
Line 35: Line 37:
NewLanguagePage [[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

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

മലയാളം

Wikipedia Article

Documentation

Wikibook

Blogs

blog - another Python 3 code snippet

Malayalam support in Python 3

   1 പേര് = "മലയാളം"
   2 
   3 print("എന്റെ ഭാഷയുടെ പേര്: %s" % പേര്)


CategoryUnicode CategoryLanguage


CategoryPythonIndia

MalayalamLanguage (last edited 2010-07-24 03:10:13 by BaijuMuthukadan)

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