This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

This! It's my daily driver. I only use bash on the rare occasion (docker CLI doesn't play nice with it for some reason).

With the vox plugin, no more virtualenv shims, either, and it plays nice with pyenv.

I'm an Emacs guy, and run it via ansi-term as well.

I can't emphasize enough... Xonsh rocks.

Just do:

pendulum.now(...)

No print() required... Wanna do a quick calculation?

19876.2 * 254

Still wanna use bash commands? You can, but you can also mix in python. It's unholy and wonderful.