Monday, May 9, 2016

Why you should learn Python 10 - Reasons



  • [1] I'ts easy to learn

Python is completely generic and you won't have much blue code because of the intuitive Syntax. You will also have the most needed libs in the standart package dir, like libs for parsing xml or for sending mail via smtp.


  • [2] Python is powerfull
With the package ctypes you can do a lot of things that C also can do. The language itself has so much extended standart packages that python can also be a monster tool for programmers.


  • [3] You can use it for webdevelopment
Ever heard about Django? No... this is the framework in which youtube whas written. And yes it's a python framework.


  • [4] You can use it for any platform
Python is a interpreted language which works similar to java when you compile the scripts. It uses a just in time debugger. But yeah wherever the interpreter works, python works too. Windows, Linux Mac os x, Unix(BSD Like) and also android.

  • [5] Python is needed in de economy
The amount of needed python jobs is now bigger than ever.
  • [6] It also can understand java, c# and of course c
There are more than one interpreter. You can use Jython that also anderstand java or IronPython which is compatible with the .Net Framework.

  • [7] It's a university language
Python is the most used language at universities. So when you learn it you will always find a snippet in python.


  • [8] You will always find the right package
Because it's the most used language at universities, there are thousands of packages for python. Do to everything you wan't.


  • [9] Blender
Also when you are a 3D Artist python will be usefull for you. As you mayby know, the python interpreter is a part of Blender.


  • [10] Python is fast
It is the fastest interpreted language when you use Cython and write like you should.

1 comment: