Python is an object-oriented interactive and very high-level language. It is an interpreted language and we can do more number of a task with python in very less line of codes.
Python has a clear and concise syntax which increases the readability of source code. The language includes several high-level structures(list, dictionaries, complex number etc.). The language supports modular, functional and object-oriented programming. The basic types in Python are objects. The language is interpreted through bytecode by the Python virtual machine, making the code portable. This makes it possible to build applications on one platform and run them on other systems.
Python uses dynamic typing, which means that the type of variable is inferred by an interpreter at runtime. By the time a variable is created by attribution, the interpreter defines the type of a variable, along with the operations that can be applied.
Python uses dynamic typing, which means that the type of variable is inferred by an interpreter at runtime. By the time a variable is created by attribution, the interpreter defines the type of a variable, along with the operations that can be applied.
History:-
This language was created in 1990, by Guido van Rossum, the National Research Institute for Mathematics and Computer Science in the Netherlands.
Today the language is used widely in high-tech industries namely:-
- Yahoo
- Disney
Python is also used as the scripting language in various domains ex:- Data Science, Machine Learning, Deep Learning and many more. Python also used to automate the task.
Comments
Post a Comment