Its a high level programming language
Where to use python
- It has dynamic type system - any type checks happens at run time rather than compile time.
- Better readability
- Interpreted langugae
- Multi paradigm - supports oop concepts, structural and functional programming concepts
Where to use python
- Linux scripting and administration
- Web development
- Application scripting
- Data science
You can download python from python.org
To check the python version on terminal
>python --version
No comments:
Post a Comment