Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2009-09-06 05:34:55
Size: 1524
Editor: svaksha
Comment: created Marathi language page
Revision 12 as of 2009-10-17 06:01:15
Size: 2118
Editor: CarlTrachte
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

ISO 639-1 Code: mr
Line 35: Line 37:
http://mr.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%86_%E0%A4%B8%E0%A4%BE%E0%A4%B9%E0%A4%BE%E0%A4%AF%E0%A5%8D%E0%A4%AF:Setup_For_Devanagari /* code snippet provided by vid */
{{{#!python
def Namaste('विद्या'):
 sAngA = "Namaste, {0}. आपण कसे आहात ?".format('Vidya')
 print(to_say)
Line 37: Line 43:
NewLanguagePage def नमस्ते(विद्या):
     सान्गा = "नमस्ते, {0}. कैसे हैं?".format(विद्या):
     print(सान्गा)
}}}


/* Marathi-language Wikipedia page for help */
[[http://mr.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%86_%E0%A4%B8%E0%A4%BE%E0%A4%B9%E0%A4%BE%E0%A4%AF%E0%A5%8D%E0%A4%AF:Setup_For_Devanagari|http://mr.wikipedia.org/wiki/विकिपीडिआ_साहाय्य:Setup_For_Devanagari]]


----
CategoryLanguage
CategoryPythonIndia
CategoryUnicode

Links to Python information in Marathi.

ISO 639-1 Code: mr

मराठी

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

मराठी भाषेतील पाइथन (Python) पृष्ठ। मध्ये आपले स्वागत आहे.

   1 def Namaste('विद्या'):
   2  sAngA = "Namaste, {0}. आपण कसे आहात ?".format('Vidya')
   3  print(to_say)
   4 
   5 def नमस्ते(विद्या):
   6      सान्गा = "नमस्ते, {0}. कैसे हैं?".format(विद्या):
   7      print(सान्गा)

http://mr.wikipedia.org/wiki/विकिपीडिआ_साहाय्य:Setup_For_Devanagari


CategoryLanguage CategoryPythonIndia CategoryUnicode

MarathiLanguage (last edited 2010-03-25 19:22:49 by CarlTrachte)

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