[2017] Let's pick the code to code in 2017

How do you pick your programming language in 2017?
Code to code in 2017

There are many programming languages to code, as long as you pick the one you love to code, you will make a great product.

I pick our "lovable" programming language under three criteria:

Popularity

Ease of Learning

Ease of Use

Popularity

Ease of Learning

Easier to code, that means we have more time to think more (yes, and play more), rather than spending time on trouble shooting and syntax learning.

Ease of Use

It would be good if a program can run on its own and depend less on other software/hardware components.

Conclusion

My pick: Python.

The Top 5 popular language tutorials searched on Google as of May 2017:

[table id=1 /]

(source: PYPL PopularitY of Programming Language )

Java is the most popular language from the above table, but speaking of ease of learning, Java is no way matching the Python language. If you try to Google 'easiest programming language' , the name of Python always pops out.

What makes Python a easy to learn language? It's a very what you TYPE is what you get language. It helps programming beginners to worry less about syntax and focus on creation.

For the ease of use, once you have started Python, all you need is just code your code. No need to wait for compilation or download extra development environment software, Python will execute the line you have just coded and tell you the result.

Talk is cheap, let's go to Python official site to start our coding journey!