Hi Sir,
You have mentioned that Python is portable. Suppose i create a program in one system which has python installed and can we execute as a dll (similar to C) in another machine (which does not have python installed). Can we run the program in another machine without python installed.
Thanks