Python Day 1

Its a high level programming language


  1. It has dynamic type system - any type checks happens at run time rather than compile time.
  2. Better readability
  3. Interpreted langugae
  4. Multi paradigm - supports oop concepts, structural and functional programming concepts


Where to use python


  1. Linux scripting and administration
  2. Web development
  3. Application scripting
  4. Data science
You can download python from python.org

To check the python version on terminal


>python --version





No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days