Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Created March 7, 2012 23:42
Show Gist options
  • Save henriquegogo/1997319 to your computer and use it in GitHub Desktop.
Save henriquegogo/1997319 to your computer and use it in GitHub Desktop.
Autocomplete on python console
import readline, rlcompleter
readline.parse_and_bind("tab: complete")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment