Python is an interpreted, high-level, general-purpose programming language. Python created by Guido Van Rossum and first released in 1991.
Where Python Language is used:
There are some companies which uses python language:
Here's new feature of python 3.8:
Where Python Language is used:
- Web app development(Web development)
- Data Science(Mostly Python used over R)
- Scripting
- Database Programming
There are some companies which uses python language:
- Instagram(Python Django Framework)
- Spotify(Music app)
- Quora
- Netflix
Machine Learning, Deep Learning, Artificial Intelligence, Internet of Things, These Technology are part of Industry 4.0 and as you know that in future demand of these technology will increase so we should learn Python Programming.
Here's new feature of python 3.8:
- The biggest change in Python 3.8 is the introduction of assignment expressions. They are written using a new notation (
:=). This operator is often called the walrus operator as it resembles the eyes and tusks of a walrus on its side. - The built-in function
float()can be used for converting text strings and numbers tofloatobjects. Consider the following example:

