由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 要不要学习 scripting languages such as Python?
相关主题
用python生成傻shell脚本如何?script language主要是干什么用的?
现在哪些script最流行?[合集] c#整个就是个script language now,将来谁都能写
关于scripting language请教 PHP vs Perl
怎么才能在Unix里连续跑10个c写的程序scripting language的问题 (转载)
把python当成通用script来学,哪些module需要熟练?mitbbs.com还用perl?
有没有这样的JS工具?怎样运行一个 Python script?
What language I should use?你认为ubuntu下面写script,用perl还是python更好? (转载)
怎么把string变为一个variable的名字 ?python question
相关话题的讨论汇总
话题: scripting话题: python话题: languages话题: 学习话题: script
进入Programming版参与讨论
1 (共1页)
n****n
发帖数: 101
1
请问script language是具体有啥用处的?
对于找工作是否用处很大啊?
该如何学习呢,有什么好的网上免费资源?
d*****a
发帖数: 110
2
Why not shell script, simple and powerful.

【在 n****n 的大作中提到】
: 请问script language是具体有啥用处的?
: 对于找工作是否用处很大啊?
: 该如何学习呢,有什么好的网上免费资源?

m******t
发帖数: 2416
3
It's always good to have a couple of script languages in your toolbox for
quick and dirty things. Which ones to pick is really up to everybody's taste
. I can usually get away with just plain bash scripts, but I've also got
ruby for things more complex.

【在 n****n 的大作中提到】
: 请问script language是具体有啥用处的?
: 对于找工作是否用处很大啊?
: 该如何学习呢,有什么好的网上免费资源?

g*****g
发帖数: 34805
4
I've built a small toolkit to do my quick and dirty thing in Java.
Need to know regex better though.

taste

【在 m******t 的大作中提到】
: It's always good to have a couple of script languages in your toolbox for
: quick and dirty things. Which ones to pick is really up to everybody's taste
: . I can usually get away with just plain bash scripts, but I've also got
: ruby for things more complex.

m******t
发帖数: 2416
5

Sometimes java comes in handy, too - and the good thing is we are probably
familiar with the core packages enough not to have to RTFM.
Although I don't like the hassle of typing those long ass classpaths and
fully qualified class names. Also for quick and dirty pieces, java is
actually slower than most script languages, because it's usually over before
the time all the optimizations kick in.

【在 g*****g 的大作中提到】
: I've built a small toolkit to do my quick and dirty thing in Java.
: Need to know regex better though.
:
: taste

P*******t
发帖数: 202
6
As a starter, you may want to learn some UNIX Shell scripting.
If you find that is interesting and useful for you, you may
spend more time on Perl and Python.
This kind of scripting is useful for gluing your computing
tasks, text/data processing.
The content of this book
http://www.amazon.com/Wicked-Cool-Perl-Scripts-Difficult/dp/1593270623
maybe useful for you to figure out what scripting languages
can do.
http://www.amazon.com/gp/reader/1593270623/ref=sib_dp_pt#reader-link

【在 n****n 的大作中提到】
: 请问script language是具体有啥用处的?
: 对于找工作是否用处很大啊?
: 该如何学习呢,有什么好的网上免费资源?

1 (共1页)
进入Programming版参与讨论
相关主题
python question把python当成通用script来学,哪些module需要熟练?
UNIX script匹配问题有没有这样的JS工具?
Python的script的兼容问题What language I should use?
Perl/Python/.NET难道是搞网页的?怎么把string变为一个variable的名字 ?
用python生成傻shell脚本如何?script language主要是干什么用的?
现在哪些script最流行?[合集] c#整个就是个script language now,将来谁都能写
关于scripting language请教 PHP vs Perl
怎么才能在Unix里连续跑10个c写的程序scripting language的问题 (转载)
相关话题的讨论汇总
话题: scripting话题: python话题: languages话题: 学习话题: script