Differences between revisions 7 and 8
Revision 7 as of 2009-09-18 03:46:08
Size: 1950
Editor: CarlTrachte
Comment: corrected mistakes in code
Revision 8 as of 2009-09-22 01:21:33
Size: 1982
Editor: CarlTrachte
Comment:
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
> name = 'Anubhaw'
Line 45: Line 46:
> def Namaste(Anubhaw):
> kaho = "Namaste, {0}. Kaise hain?".format(Anubhaw)
> def Namaste('Anubhaw'):
> kaho = "Namaste, {0}. Kaise hain?".format('Anubhaw')
Line 50: Line 51:
> कहो = "नमस्ते, {०}. कैसे हैं?".format(अनुभव):
> print(कहो)
>     कहो = "नमस्ते, {०}. कैसे हैं?".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
> 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

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

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