Skip to content

Instantly share code, notes, and snippets.

@VictorDenisov
Created January 12, 2014 19:58
Show Gist options
  • Save VictorDenisov/8389621 to your computer and use it in GitHub Desktop.
Save VictorDenisov/8389621 to your computer and use it in GitHub Desktop.
.pyrc which enables tab autocompletion in python shell
import rlcompleter
import 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