TeluguLanguage

This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

Links to Python related information in Telugu

ISO 639-1 Code: te

తెలుగు

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

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

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



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