qwe rty wrote:
> i know that an interpreted language like python can't be used to make
> an operating system or system drivers.
> 
> what else can NOT be done in python? what are the limitations of the
> language?

Python is a high level language. It's not designed for low level stuff
like bit operations or direct hardware access. However it can be used as
a glue language for low level code written in C or ASM.

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to