How can I run a python script with my own command line name like myscript without having to do python myscript.py in the terminal?
See also: Why do I get non-Python errors like "./xx.py: line 1: import: command not found" when trying to run a Python script on Linux? for a common problem encountered while trying to set this up on Linux/Mac, or 'From/import' is not recognized as an internal or external command, operable program or batch file for the equivalent problem on Windows.

console_scriptsmethod.