I'd like to run a script which does some setup then opens up a shell with that environment. So rather than then doing
$ python
>>> # do some setup
>>> # start doing what I really came here to do
I want to do
$ python my_script.py
>>> # start doing what I really came here to do