Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl vs Python revisited

by stevieb (Canon)
on Jan 06, 2017 at 14:58 UTC ( [id://1179084]=note: print w/replies, xml ) Need Help??


in reply to Perl vs Python revisited

I code in Python at work, but all of my open source software is written in Perl (well, C, C#, Javascript/JQuery too, but I digress).

Python is a very good entry level language, but it is also extremely powerful and easy-to-use language for very large projects with many developers.

Although I favour Perl even if it didn't have them, the two most important features of Perl that I can't get anywhere else is the CPAN, and the extreme ease in which unit tests can be written and run, as well as how simple it is to find out exactly what's wrong and where. Unit testing is not so simple in Python, and given that my unit test suite contains usually > 10 times the amount of code my projects do, I need it to be easy.

Replies are listed 'Best First'.
Re^2: Perl vs Python revisited
by QuillMeantTen (Friar) on Jan 06, 2017 at 16:35 UTC
    I'm still fiddling with the unittest python module, so far it hasn't been overly verbose but I only have tested very simple code. Once I get my hands really dirty with BCH encoding I might have to revise my judgement.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1179084]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found