Differences between revisions 5 and 6
Revision 5 as of 2009-09-06 07:01:18
Size: 1495
Editor: svaksha
Comment:
Revision 6 as of 2009-09-18 03:40:13
Size: 1949
Editor: CarlTrachte
Comment: added AB's (actually Rami's translated) code snippet
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
/* Code snippet provided by Anubhaw Bhushan */
{{{
> # Python 3.0 or greater
> def say_greeting(name):
> to_say = "Greetings, {0}. How are you?".format(name)
> print(to_say)

In Hindi,

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

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

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
> def say_greeting(name):
> to_say = "Greetings, {0}. How are you?".format(name)
> print(to_say)

In Hindi,

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

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

NewLanguagePage

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

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