Comments on: Python for bash replacement http://www.alexonlinux.com/python-for-bash-replacement Tue, 16 May 2023 15:06:12 +0000 hourly 1 https://wordpress.org/?v=4.9.23 By: Jeff http://www.alexonlinux.com/python-for-bash-replacement/comment-page-1#comment-31119 Fri, 22 Mar 2013 20:23:10 +0000 http://www.alexonlinux.com/?p=1847#comment-31119 Ever tried playing with IPython? I love python and I create utilities all of the time with it. Love the fact the you can extend the capabilities of your code with modules… like using paramiko or use of jython to use java modules. Wait till you start playing around with Ruby… really nice.

]]>
By: Angel Genchev http://www.alexonlinux.com/python-for-bash-replacement/comment-page-1#comment-31058 Wed, 13 Mar 2013 22:33:38 +0000 http://www.alexonlinux.com/?p=1847#comment-31058 Found another interesting alternative – Node.js for shell. it’s javascript. A good article about it: http://www.2ality.com/2011/12/nodejs-shell-scripting.html

]]>
By: Angel Genchev http://www.alexonlinux.com/python-for-bash-replacement/comment-page-1#comment-31056 Wed, 13 Mar 2013 22:04:58 +0000 http://www.alexonlinux.com/?p=1847#comment-31056 Hmm. Once I had to fix someone’s python code, so tried to learn it. Easily got frustrated with the weird syntax. It makes reading the code very difficult. The only good thing I can say – it’s interpreter is fast and there’s a lot of code written in python.
When the speed is not important, I use php instead. It`s far more readable (C/C++ -like syntax) and also strange to use for shell scripting. Didn’t test the CShell

]]>
By: Alexander Sandler http://www.alexonlinux.com/python-for-bash-replacement/comment-page-1#comment-28440 Sun, 05 Feb 2012 21:14:12 +0000 http://www.alexonlinux.com/?p=1847#comment-28440 @Pavel
Sorry, but Perl never delivered.

]]>
By: Oz http://www.alexonlinux.com/python-for-bash-replacement/comment-page-1#comment-27894 Mon, 12 Dec 2011 09:26:46 +0000 http://www.alexonlinux.com/?p=1847#comment-27894 Or simply use IPython as your shell. I know a guy that uses Matlab as shell :-)

]]>
By: dacres http://www.alexonlinux.com/python-for-bash-replacement/comment-page-1#comment-25494 Sun, 10 Apr 2011 23:39:26 +0000 http://www.alexonlinux.com/?p=1847#comment-25494 http://shython.sourceforge.net/ a python shell

]]>
By: Shai http://www.alexonlinux.com/python-for-bash-replacement/comment-page-1#comment-24816 Wed, 19 Jan 2011 08:56:33 +0000 http://www.alexonlinux.com/?p=1847#comment-24816 http://rush.heroku.com/ is an interesting concept for ruby.

In any case though … don’t see BASH going away anytime soon happening.

]]>
By: Pavel http://www.alexonlinux.com/python-for-bash-replacement/comment-page-1#comment-24650 Sun, 26 Dec 2010 21:41:33 +0000 http://www.alexonlinux.com/?p=1847#comment-24650 That’s what Perl was intended for. :)
Merry Christmas!

]]>