Differences between revisions 8 and 9
Revision 8 as of 2009-09-22 01:21:33
Size: 1982
Editor: CarlTrachte
Comment:
Revision 9 as of 2009-10-08 02:47:58
Size: 2027
Editor: svaksha
Comment:
Deletions are marked like this. Additions are marked like this.
Line 56: Line 56:
NewLanguagePage ----
NewLanguagePage
CategoryPythonIndia
CategoryUnicode

Links to Python information in Hindi

हिन्दी

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

http://hi.wikipedia.org/wiki/मुखपृष्ठ

हिन्दी पायथन (Python) पृष्ठों में आपका स्वागत है

> # Python 3.0 or greater
> name = 'Anubhaw'
> def say_greeting(name):
> to_say = "Greetings, {0}. How are you?".format(name)
> print(to_say)

In Hindi,

> def Namaste('Anubhaw'):
> kaho = "Namaste, {0}. Kaise hain?".format('Anubhaw')
> print(kaho)

> def नमस्ते(अनुभव):
>     कहो = "नमस्ते, {०}. कैसे हैं?".format(अनुभव):
>     print(कहो)


NewLanguagePage CategoryPythonIndia CategoryUnicode

HindiLanguage (last edited 2020-07-29 06:38:50 by ChankeyPathak)

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