+ 4
Why I should learn Python? What's the benefit or advantage than others language?
4 Respostas
+ 8
Python is very readable. You won’t waste a lot of time memorizing the arcane syntax that other programming languages will present you
+ 4
it's the key to learn more languages, because it is simple and easy to learn.
+ 4
1-Easy syntax with almost like plain english ..
2-Python has been on the rise for many years since created.
3- A good programmer should be familiar with the concepts of programming especially oop..
4-Its like driving a car you will learn driving once..then when you change your car .. you would take one or two days at max to get used to it..
+ 2
entirely depends on what you need coding skills for. python is simple and it has good documentation on pretty much everything. It is slower than ex. C languages but it can do pretty much anything with less lines of code. Good for automating stuff, machine imaging, artificial intelligence(leader) and lots of other stuff. Its a scripting language at base so it can do alot of stuff by giving simple commands on commandline ex. file handling, json parsing etc.