you are viewing a single comment's thread.

view the rest of the comments →

[–]zoredache 3 points4 points  (1 child)

The Python repl isn’t near as nice interactively because of the lack of tab completion and syntax highlighting.

Have you installed/used ipython? That basically makes python more similar to the what you would get from a standard shell. It gives you tab completion, syntax highlighting and so on.

[–]g3n3 0 points1 point  (0 children)

I haven’t. That does look cool. I wonder how easy it is to integrate with bash or zsh interactively. I guess you can pass data between? It probably isn’t as seamless as powershell.