Language Suitablilty

J

Jens Thiede

I'd like to know what other people think about Python. In particular, what
is Python best suited for?

I've been using Python for a little while now and in my opinion Python is a
great all-terrain language. I would describe it as concrete scaffolding.

Could anyone comment on how Python fares against C++, Java and Perl?

Jens.
 
R

Ryan Paul

I'd like to know what other people think about Python. In particular, what
is Python best suited for?

I've been using Python for a little while now and in my opinion Python is a
great all-terrain language. I would describe it as concrete scaffolding.

Could anyone comment on how Python fares against C++, Java and Perl?

Jens.

In my experience, python is almost always more practical than java. The
python vs. c++ comparison is an interesting issue. I strongly dislike c++,
and avoid it wherever possible. In certain cases, python is not fast
enough for what I need to do. When I need fast execution and static
typing, I write a library in OCaml and write a python wrapper for it.

Python is a great language for text processing. It is also very good at
dealing with databases and xml. In many cases, python is also an
excellent choice for a complex web application (just look at zope!)
Python's greatest strengths, in my opinion, are its simplicity and its
introspective power.

Perl is really a very useful and powerful tool in its own right, and there
are some places were it can be a better choice than python, particularly
the shell. I still use perl one-liners from the command line almost every
day. I recently started learning ruby, and I personally feel that for
shell scripts, ruby is a better choice than perl or python - it is an
elegant compromise between the two. If I want to use regular expressions,
I almost always use ruby or perl instead of python.

-- SegPhault
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,655
Latest member
eizareri

Latest Threads

Top