Is Python your only programming language?

Ed Young ejy712 at comcast.net
Thu Aug 14 00:13:13 EDT 2003


I use python at home 95%.  I use C and perl at the office.
I'm working on the folks at the office to adopt Python.

C is great when you have to manipulate lots of bytes (find
all chars above dec(127) in a 690 meg file).  It's also 
good for cross platform utilities (MVS, UNIX, WinXX).

Perl is great for one liners, as a part of a pipeline (e.g.
analyzing log files).  It's also great for vi(ex) editing
with vim when it runs out of steam.

I prefer Python for all else (GUI, larger scope utilities, 
anything complex).

I've done a *lot* of programming over the past 32 years,
in many languages.  Python really is a better idea.

YMMV

On Tue, 12 Aug 2003 05:44:45 +0000, Joe Cheng wrote:

> I'm curious about something... many Artima.com members who have a Java
> background and learned Python have come to the conclusion that Java and
> Python are highly complimentary languages.  They would never consider
> filling the place Java has in their toolbox with Python, but recognize
> there are many tasks where it really pays to add Python to the mix.
> 
> I want to ask you hard-core c.l.p Pythonistas: Do you use Python for
> everything?  (and I'm counting Python + C extensions as just Python)  Or
> do you keep another language equally close at hand, and if so, what is it?
>  And finally, do you foresee a day when Python can be, for all practical
> intents and purposes, your only programming language?





More information about the Python-list mailing list