Differences between revisions 6 and 7
Revision 6 as of 2009-10-10 23:05:43
Size: 2090
Editor: CarlTrachte
Comment:
Revision 7 as of 2009-10-14 18:13:41
Size: 2754
Editor: CarlTrachte
Comment: added code snippet
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:

/* translation provided by Chaitanya Kamisetty of indlinux-telugu@lists.sourceforge.net */
{{{
$ python3.1
Python 3.1 (r31:73572, Aug 10 2009, 18:55:18)
[GCC 4.3.2 20081105 (Red Hat 4.3.2-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> def నమస్కారం(పేరు):
... నమస్కారంx = "మీరు ఎలా ఉన్నారు {0}?".format(పేరు)
... print(నమస్కారంx)
...
>>> పేరు = 'రాము'
>>> నమస్కారం(పేరు)
మీరు ఎలా ఉన్నారు రాము?
}}}
Line 43: Line 59:
http://te.wikipedia.org/wiki/%E0%B0%B5%E0%B0%BF%E0%B0%95%E0%B1%80%E0%B0%AA%E0%B1%80%E0%B0%A1%E0%B0%BF%E0%B0%AF%E0%B0%BE:Setting_up_your_browser_for_Indic_scripts [[http://te.wikipedia.org/wiki/%E0%B0%B5%E0%B0%BF%E0%B0%95%E0%B1%80%E0%B0%AA%E0%B1%80%E0%B0%A1%E0%B0%BF%E0%B0%AF%E0%B0%BE:Setting_up_your_browser_for_Indic_scripts|Indic scripts for browser]]

Links to Python related information in Telugu

ISO 639-1 Code: te

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.

4) No anonymous changes.

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

తెలుగు

ఫైతాన్ లో తెలుగు వాడటం నేర్చుకొనుటకు స్వాగతం

తెలుగు లో వ్రాయుటకు మరియు తెలుగు యునికోడ్ అక్షరాల గురించి తెలుసుకొనుటకు ఈ క్రింది ప్రకరనములను చదవండి

$ python3.1
Python 3.1 (r31:73572, Aug 10 2009, 18:55:18)
[GCC 4.3.2 20081105 (Red Hat 4.3.2-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> def నమస్కారం(పేరు):
...     నమస్కారంx = "మీరు ఎలా ఉన్నారు {0}?".format(పేరు)
...     print(నమస్కారంx)
...
>>> పేరు = 'రాము'
>>> నమస్కారం(పేరు)
మీరు ఎలా ఉన్నారు రాము?



Indic scripts for browser
http://tlt.its.psu.edu/suggestions/international/bylanguage/telugu.html
http://www.alanwood.net/unicode/telugu.html
http://unicode.org/charts/script/chart_Telugu.html

CategoryLanguage CategoryUnicode CategoryPyConIndia2009

TeluguLanguage (last edited 2009-10-17 06:02:36 by CarlTrachte)

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