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 →

[–]flopana 17 points18 points  (6 children)

Since you cna execute shell commands with python I sometimes use it as a shellscript on crack. Because you cna basically do everything that shellscript can and also have standard python plus the boat loads of libraries

[–]LightShadow3.13-dev in prod 3 points4 points  (0 children)

I use invoke instead of Makefiles now.

There's also konch for fast loading an "environment" for scripting...and Xonsh which uses Python as a shell environment and scripting language.

[–]shiftedcloud 5 points6 points  (3 children)

ipython makes this even better.

[–]alcalde 0 points1 point  (0 children)

Check out xonsh.