Differences between revisions 10 and 11
Revision 10 as of 2009-10-10 20:37:46
Size: 2051
Editor: CarlTrachte
Comment: added lang code and categorylanguage
Revision 11 as of 2009-10-10 20:38:34
Size: 2049
Editor: CarlTrachte
Comment:
Deletions are marked like this. Additions are marked like this.
Line 53: Line 53:
> कहो = "नमस्ते, {}. कैसे हैं?".format(अनुभव): > कहो = "नमस्ते, {0}. कैसे हैं?".format(अनुभव):

Links to Python information in Hindi

ISO 639-1 Code: hi

हिन्दी

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 नमस्ते(अनुभव):
>     कहो = "नमस्ते, {0}. कैसे हैं?".format(अनुभव):
>     print(कहो)


CategoryLanguage CategoryPythonIndia CategoryUnicode

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

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