top of page

What is Python? Explain some characteristics of python?

Updated: Feb 10, 2023

  • Python is an interpreted language. That means that, unlike languages like C and its variants, Python does not need to be compiled before it is run. Other interpreted languages include PHP and Ruby.

  • Python is dynamically typed, this means that you don't need to state the types of variables when you declare them or anything like that. You can do things like x=10 and then x="Hello World" without error

  • Python is well suited to object orientated programming in that it allows the definition of classes along with composition and inheritance.

  • In Python, functions are first-class objects. This means that they can be assigned to variables, returned from other functions and passed into functions.




Thanks for reading!!!
Your Rating and Review will be appreciated!!

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating

#7-1-619/A/3/B, Plot No 48, SAP street, Gayathri Nagar, Behind Maitrivanam, Hyderabad 500 038.

Subscribe Form

Thanks for submitting!

91 9693996999

Python Interview Questions | Python Interview Questions for freshers |  Python Coding Questions and Answers | python programming interview questions | python technical interview questions |  python interview questions and answers for experienced | python basic interview questions and answers | Python coding questions |  Top Python interview questions

  • Youtube
  • Facebook
  • Twitter
  • LinkedIn

©2023 by Learner Landmark. All Rights Reserved.

bottom of page