So far to execute a python program , I'm using
> python file.py
I want to run the python script simply using file name ,like
> file.py
similar to shell scripts like
> sh file.sh
> chmod +x file.sh
> ./file.sh
or move file.sh to bin and then run
> file.sh