pro tip: do you want to edit a #Python script which:
1. can only ever be a script
2. should never be imported as a module
3. you want to be recognized by your editor as a python file without faffing around with extra hints
4. for whatever reason you don't want to have a __main__ block?
don't make it a .py file, make it a .pyw file.