Making Python better
Someone wrote a little bit of code that makes the Python interpreter work loads better; more like the shell, in fact
I love all this. The concept of being able to adapt, in a language, how the language works. Bally ingenious, I say. Anyway, interaktiv.py adds tab completion for everything (module names, method names, the lot), gives you OS file calls (mv, rm, c.), and so on. It’s great.
Only if you like Python, mind, but if you’ve not got into it and you’re a coder, what are you waiting for?
—–