The Core

Why We Are Here => Water Cooler => Topic started by: Mackin USA on October 25, 2016, 12:39:42 PM

Title: What’s the Best Programming Language to Learn in 2016?
Post by: Mackin USA on October 25, 2016, 12:39:42 PM
"It would be like choosing to live in a particular town because it has a higher population than others. These statistics are interesting, but they don't help you pick the most appropriate language for your situation, project requirements or career objectives.

Forget choosing a language and start coding in something. It doesn't matter what you choose. Learn the basic concepts and the majority of other languages become just an alternative syntax."

COMMENTS PLEASE

https://www.sitepoint.com/whats-best-programming-language-learn-2016/
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: rcjordan on October 25, 2016, 03:48:45 PM
I'd go with python for the Rpi stuff.
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: Mackin USA on October 25, 2016, 07:32:30 PM
DONE  ;)
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: grnidone on October 26, 2016, 04:59:57 PM
Mackin!  Look at you learning a new skill! 
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: Mackin USA on October 26, 2016, 05:15:00 PM
@ 73 It's important to keep my mind occupied and off pussy  :o

65 pages into a 411 pages Python PDF
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: rcjordan on October 26, 2016, 10:35:57 PM
>keep my mind occupied and off p###y

Doesn't work. Pretty soon, you start thinking "Man, this subroutine loop is *REALLY* going to impress the ladies!"
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: littleman on October 27, 2016, 05:43:35 PM
Python is a good one because it is easy to learn and there are lots of jobs for good python coders.  I got into Ruby for a while, but I ended up not liking the syntax very much.  Over the last year I've started pushing myself into PHP instead of Perl for my own stuff.
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: Drastic on October 28, 2016, 02:29:26 PM
>into PHP instead of Perl

Now that's a statement I didn't think I'd ever hear you say/write.
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: littleman on October 28, 2016, 07:03:37 PM
You could blame Amazon, I had to choose from PHP, Java or C#. 
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: littleman on January 22, 2017, 10:10:58 PM
Mr. Mackin, how is your Python learning going?
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: rcjordan on January 31, 2017, 09:44:03 PM
.
Title: Re: What’s the Best Programming Language to Learn in 2016?
Post by: BoL on February 01, 2017, 12:00:55 AM
I've learnt a bit C over the past few years after mainly using PHP.

I'd choose Python if I had to learn a new one, apparently compiling C libraries into Python is easy.

For someone new to the game and wanting to choose a language, I'd say to them they can't go far wrong with JS... especially with nodeJS doing server side stuff nowadays.