The Briefing Room

General Category => Science, Technology and Knowledge => Computers => Topic started by: Blizzardnh on September 10, 2016, 09:25:15 am

Title: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: Blizzardnh on September 10, 2016, 09:25:15 am
by Gunjit Khera | Published: September 7, 2016 | Last Updated: September 10, 2016


   

Often when a new programming language is introduced, there is a debate which starts amongst some of the genius minds in the industry wherein the language is compared with the one already spreading its roots. A kind of buzz often spreads in the IT industry and the new one is often compared on every aspect may it then be features, syntax or core cpu and memory aspects including GC time and all, with the existing one of its kind.

Many examples of such cases can be picked up and investigated from past including the debate between Java and C#, C++ etc. One of such case which drew a significant amount of attention was the debate between two languages which came out one after the other in short span i.e. Python and Perl.

Whereas Python was invented initially as a successor to ABC language merely as a “hobby” programming project (which would attract Unix/C hackers) for the author who named it after the series of his biggest star Monty Python.

more :  http://www.tecmint.com/python-vs-perl-debate-what-should-i-learn-python-or-perl/
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: Free Vulcan on September 10, 2016, 04:24:18 pm
My advice would be whichever one is going to get you a paying job.

Does anyone use Perl much anymore?
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: Oceander on September 10, 2016, 09:05:34 pm
Both?
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: kevindavis007 on September 11, 2016, 01:48:42 pm
Python..
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: kevindavis007 on September 11, 2016, 03:47:31 pm
My advice would be whichever one is going to get you a paying job.

Does anyone use Perl much anymore?


If you go to www.dice.com and do a search of jobs, based on languages it will give you an idea.
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: Taxcontrol on September 17, 2016, 04:25:16 pm
Python is the current language "flavor of the month".  It is a solid language, in wide use and there are lots of libraries.  It is being taught widely in colleges and is likely to be around for a while do to it's common use in web sites.
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: Dexter on September 17, 2016, 07:02:55 pm
Both?

Definitely worth it to learn both. The more you know the more marketable you are.
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: kevindavis007 on September 23, 2016, 01:25:07 am
Python is the current language "flavor of the month".  It is a solid language, in wide use and there are lots of libraries.  It is being taught widely in colleges and is likely to be around for a while do to it's common use in web sites.


I have noticed that as well.. I'm seeing more postings for Python developers than PHP developer. I happen to be develop in PHP..
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: kevindavis007 on September 23, 2016, 01:37:58 am
To get a general idea of what to learn, take a look at this site:
http://www.tiobe.com/tiobe-index/



Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: Oceander on September 23, 2016, 11:34:54 am
To get a general idea of what to learn, take a look at this site:
http://www.tiobe.com/tiobe-index/





Interesting that Assembly moved up from #11 in 2015 to #8 in 2016.
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: ShadowAce on September 23, 2016, 11:36:33 am
(http://i1185.photobucket.com/albums/z347/ShadowAce1800/Tech_Ping_1.png)
@BikkFire @geronl @Smokin Joe @roamer_1 @Blizzardnh @markomalley @VarmintAl @Doug Loss @Unlimited @guitar4jesus
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: kevindavis007 on September 23, 2016, 11:53:39 am
Interesting that Assembly moved up from #11 in 2015 to #8 in 2016.

I find that interesting as well.
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: Free Vulcan on September 23, 2016, 04:25:10 pm
Interesting that Assembly moved up from #11 in 2015 to #8 in 2016.

I don't know if it's still true but as of a few years ago I read that anyone who knows machine, assembly and some of the old languages like Fortran and Cobol are quite in demand for old legacy systems, because alot of the old coders are dying off.

That may not be true anymore because I know there's been quite a bit of investment in upgrades the last few years.
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: Oceander on September 24, 2016, 05:59:56 am
I don't know if it's still true but as of a few years ago I read that anyone who knows machine, assembly and some of the old languages like Fortran and Cobol are quite in demand for old legacy systems, because alot of the old coders are dying off.

That may not be true anymore because I know there's been quite a bit of investment in upgrades the last few years.

Cool.  Maybe I could get a position as a programmer if the current gig doesn't work out.  I learned FORTRAN in high school back in the early 1980s, and taught myself some COBOL (mostly to try and impress a young lady who was taking a business class that involved COBOL).

I think that assembly is also used sometimes to fine-tune a compiled executable that was originally written in something like C or C++.  The compilers don't always produce the most efficient code, so a programmer with a knowledge of assembly could take a reverse engineered version of the executable translated into assembly, tweak the important bits, and then recompile it back into an executable.

Also, the really good hackers know assembly, usually very well.  I remember reading a very thorough analysis somebody did of a piece of malware caught in the wild.  The package was very small, but it was still able to keep track of clock cycles while it was executing with enough detail that it could sense if it was being sandboxed and change its execution path accordingly.  In other words, when the gaps in clock cycles indicated it was being run in a sandbox, it would run a routine that only did innocuous stuff; when the clock cycles were consistent enough, it would go about doing its bad stuff.
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: Weird Tolkienish Figure on September 24, 2016, 09:46:39 am
Python is way more in demand than Perl is, Perl is pretty much dead at this point.

Assembly might be in demand due to MCU programming. Modern compilers are extremely efficient. Sometimes some algorithms are rewritten in assembly, although that's rare.
Title: Re: Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl?
Post by: kevindavis007 on October 07, 2016, 02:10:16 am
Here is another article that can help you:
http://insights.dice.com/2016/10/06/github-popular-programming-languages/