What is Python?
Python is a very popular general-purpose, object-oriented and high-level programming language.
It was created by Dutch programmer Guido Van Rossum .It was Released in 1991.
Why should we learn Python?
1. Python is a open source software which means it is available free of cost.
2. Python has a simple syntax similar to the English language, that's why it is easy to learn.
3. Python offers a wide range of libraries that can be used for various applications. Libraries are collection of resources which contain many pre-written functions and classes. Instead of writing every piece of code from scratch, we can use libraries.
4. Python has a wide range of use in many growing fields,
including:
(i) Data science
(ii) Machine Learning
(iii) Statistics
(iv) Web Development
(v) App Development
(vi) Cybersecurity
But here we will deal with Mathematical part only. As we know there are some mathematical problems, also in physics and other fields which are very time taking to solve.So we will solve that types of problems.
