I would like to play around in the python interpreter but with a bunch of imports and object setup completed. Right now I\'m launching the interpreter on the command line and do
You can use the -s option while starting the command line. The details are given in the documentation here