d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Perl / Python
Add Reply New Topic New Poll
Member
Posts: 18,191
Joined: May 31 2010
Gold: 149.27
Dec 10 2014 02:12pm
What are these languages good for? Tried to do some reasearch on line but I figure someone here can word it better for me or put it in better perspective.
Member
Posts: 8,112
Joined: Sep 23 2006
Gold: 3,558.23
Dec 10 2014 03:53pm
There both great for anything that needs to be automated. I wouldn't suggest trying to write an os with them, but for smaller scripts they're great. Both are cross platform which makes them both very popular in the enterprise environment.

For a use example, if I wanted to write something that would parse through hr paperwork and create new user accounts,I would use Perl. If I need to write something to make changes to 50 router configurations, I'd use python.
Member
Posts: 18,191
Joined: May 31 2010
Gold: 149.27
Dec 10 2014 04:28pm
Quote (Qord @ Dec 10 2014 05:53pm)
There both great for anything that needs to be automated. I wouldn't suggest trying to write an os with them, but for smaller scripts they're great. Both are cross platform which makes them both very popular in the enterprise environment.

For a use example, if I wanted to write something that would parse through hr paperwork and create new user accounts,I would use Perl. If I need to write something to make changes to 50 router configurations, I'd use python.



Thank you sir
Member
Posts: 62,215
Joined: Jun 3 2007
Gold: 9,039.20
Dec 17 2014 11:37am
Quote (Qord @ Dec 10 2014 03:53pm)
There both great for anything that needs to be automated. I wouldn't suggest trying to write an os with them, but for smaller scripts they're great. Both are cross platform which makes them both very popular in the enterprise environment.

For a use example, if I wanted to write something that would parse through hr paperwork and create new user accounts,I would use Perl. If I need to write something to make changes to 50 router configurations, I'd use python.


You would probably want to use Python for both, there's no reason to use Perl unless you hate your life.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll