Differences between revisions 8 and 15 (spanning 7 versions)
Revision 8 as of 2009-10-08 02:43:14
Size: 2093
Editor: svaksha
Comment: CategoryLanguage does not exist
Revision 15 as of 2010-03-25 19:22:49
Size: 2354
Editor: CarlTrachte
Comment: blog link
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

ISO 639-1 Code: mr
Line 36: Line 38:
{{{ {{{#!python
Line 42: Line 44:
     सान्गा = "नमस्ते, {}. कैसे हैं?".format(विद्या):      सान्गा = "नमस्ते, {0}. कैसे हैं?".format(विद्या):
Line 50: Line 52:
=== Blogs ===

  * [[http://techmarathi.com/java-%E0%A4%AA%E0%A5%87%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BE-python-%E0%A4%95%E0%A4%BE-%E0%A4%9A%E0%A4%BE%E0%A4%82%E0%A4%97%E0%A4%B2%E0%A5%80|techmarathi]] - comparison of Java and Python
Line 52: Line 58:
CategoryUnicode NewLanguagePage
----
CategoryLanguage
Line 55: Line 60:
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

Blogs


CategoryLanguage CategoryPythonIndia CategoryUnicode

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

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