Archive for the ‘Tips’ Category

Mixing IPython and autoimp

IPython is great for typing up quick tests. Unfortunately it is annoying when you have to import modules just to use it for one or two commands. autoimp is a Python module where it automatically imports modules when you refer to them. It works well with IPython simply by adding “import_all autoimp” somewhere in your “~/.ipython/ipythonrc” file.

  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • description
  • Reddit
  • StumbleUpon