Perl Vs Python

Greg Ewing (using news.cis.dfn.de) me at privacy.net
Wed Feb 26 20:12:24 EST 2003


David wrote:
> PS. I don't know much about Python, but some of the best features of
> perl are associative arrays, and regex.  If python does not have one of
> those two, I would exclusively use perl even if I knew python.

Python has both. The associative arrays are called
dictionaries, and there is a standard module that
provides regexp facilities about equal in power to
Perl's.

So, there's nothing stopping you from trying
Python now! :-)

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg





More information about the Python-list mailing list