What is Python in simple words? Is it difficult? 100% No

 Python is the high-level and dynamic typed language used to developed applications, games, websites, etc.

The demand for technology in the modern era increases. To fulfill requirements, the demand for programmers also increases.

Python is one of the wells and easy-to-use languages. In python, there are lots of libraries. Python is the most powerful Language. That is why programmer love to learn python. You can use python in different fields such as.
1. Big data analytic.
2. Web development.
3. Machine learning and Artificial Intelligence.
4. Game development
5. GUI
6. Web scrapping and son on....

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 languages we have to tell about datatype of variables, but python automatically detect the data type.

4. Object oriented :- Python is object-oriented language. It supports classes and object feature which make programs more accurate and easy for implements.

5. Interpreted language :- It interpreted code line by line. It 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 this library you can easily make GUI application.

Which language is used to develop Python?

Python is developed using the C language. C is called the Mother of all language.

Post a Comment