Dear friends,
I am a Python programmer from Kerala, India. When I tried to run a
simple python program which uses the Malayalam language (ml),
import os
import locale
os.environ['LANG']='ml'
print locale.getdefaultlocale()
It throws the following error :
Traceback (most recent call last):
F
Hi Raxit,
One of the the tempting features of Python is that it is fun to code
in Python. If you are really trying to learn python, you should read
Adventures with Neko (http://gnuvision.com/books/pybook/) . It is an
introductory book on Python programming for school children by Mr.
Pramode CE.
I