Features of Python
Features of Python
1. Open source :- One of best features of python is, it is open source and free to use. You can also contribute to add more feature on it.
2. Portable language :- Python is portable language means code written in one operating system also works on other system such as code written in window also works on linux, mac etc. There is no need to change code.
3. Type inference :- In some language we have to tell about datatype of variables, but python automatically detect the data type.
4. Object oriented :- Python is s object oriented language. It support classes and object feature which make programs more accurate and easy to implements.
5. Interpreted language :- It interpreted code line by line. Which is helpful to debug the code easily.
6. Large library support :- Python supports large library which means you can write complex program easily.
7. GUI support :- Python having lots of library. By using these library you can easily make Gui application.
Comments