I have some lines of python code that I\'m continuously copying/pasting into the python console. Is there a load command or something I can run? e.g. load
load
If you're using IPython, you can simply run:
%load path/to/your/file.py
See http://ipython.org/ipython-doc/rel-1.1.0/interactive/tutorial.html