SinhalaLanguage
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 Sinhala
ISO Codes
- ISO 639-1 si
- ISO 639-2 sin
- ISO 639-3 sin
සිංහල
Words for code snippet from speaksinhala.com
1 >>>
2 >>> '\u0DB4\u0DD4\u0DC2\u0DCA\u0DB4\u0DCF'
3 >>> 'පුෂ්පා'
4 >>> '\u0DB1\u0DB8'
5 >>> 'නම'
6 >>> 'ම\u0DD9ග\u0DCA'
7 >>> 'මෙග්'
1
2
3
4 def my_name_is(name):
5 print('My name is {0}.'.format(name))
6
7 def මෙග්_නම(නම):
8 print('මෙග් නම {0}.'.format(නම))
9
10 name = 'Pushpa'
11 my_name_is(name)
12
13 නම = 'පුෂ්පා'
14 මෙග්_නම(නම)
Sinhala-Unicode forum message - message from 2006 introducing Python with code snippets
Blogs
ecolama - web page code syntax highlighter - not Python specific