DEV Community

Discussion on: What are the worst programming languages that nobody should learn?

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard • Edited

Could it be the case that nobody would ever need to learn Python?

en.wikipedia.org/wiki/Python_%28pr...

Evil advocate counter-argument:

The fact that copy/pasting can be painful can be seen as a good constraint for a developer who wants to master his craft. It's painful to copy/paste. Fine. Then I have to find better ways to come up with code. That will probably be a big win in the long term

Apart from that, Python has a massive developer community that produces lots of good stuff. They are expert at teaching programming to beginners, to non-programmers who need to program. It's a great solution for prototyping stuff. It is used at Google, Facebook Instagram, Spotify and a lot more. It's a great solution for data science, scripting, backend programming.

And I'm just scratching the surface because I don't know a lot about python. Just imagine what someone good at Python and who like it could reply!

So suggesting nobody would ever need to learn Python is courageous because transparently wrong :)

Collapse
 
moddib profile image
MoDDiB • Edited

"The fact that copy/pasting can be painful can be seen as a good constraint for a developer who wants to master his craft. It's painful to copy/paste. Fine. Then I have to find better ways to come up with code. That will probably be a big win in the long term"
When you have 20+ years of experiences you really don't care about mastering : you want to be efficient.

By the way despite this it's a good language with a good community, I just regret this poor syntax choice even if at first it sounds good.

Thread Thread
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

Oh I agree with you on both points.
1) Being efficient matter and those little things should be fixed
2) Building a language is something, building a good language community is even more important