Perl for a Python programmer
Posted
by fortran
on Stack Overflow
See other posts from Stack Overflow
or by fortran
Published on 2010-03-25T13:21:32Z
Indexed on
2010/03/25
13:23 UTC
Read the original article
Hit count: 580
I know Python (and a bunch of other languages) and I think it might be nice to learn Perl, even if it seems that most of the people is doing it the other way around...
My main concern is not about the language itself (I think that part is always easy), but about learning the Perlish (as contrasted with Pythonic) way of doing things; because I don't think it'll be worth the effort if I end up programming Python in Perl.
So my questions are basically two:
- Are there many problems/application areas where it's actually more convenient to solve them in Perl rather than in Python?
- If the first question is positive, where can I found a good place to get started and learn best practices that is not oriented to beginners?
© Stack Overflow or respective owner