in reply to Re^6: What technical benfits perl offers over python + few more questions.
in thread What technical benfits perl offers over python + few more questions.

I see what you mean. I am just starting with Python. Instead of handling the exception, it appears that:
for value in some_iterable: print(value)
is the preferred syntax.
  • Comment on Re^7: What technical benfits perl offers over python + few more questions.
  • Download Code