Skip to content

Instantly share code, notes, and snippets.

@mittenchops
Created July 11, 2013 20:21
Show Gist options
  • Save mittenchops/5978880 to your computer and use it in GitHub Desktop.
Save mittenchops/5978880 to your computer and use it in GitHub Desktop.
getting tab completion in ordinary python prompt
import rlcompleter, readline
readline.parse_and_bind('tab: complete')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment