What is python? Explain it.
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Anmol Malik 6 years ago
- 1 answers
Related Questions
Posted by Anu Anu 1 year, 4 months ago
- 0 answers
Posted by Lavi Lalwani 1 year, 2 months ago
- 0 answers
Posted by Niharika ,Garg 1 year, 2 months ago
- 0 answers
Posted by Kishan Mishra 1 year, 5 months ago
- 0 answers
Posted by Anshu Phogat 1 year, 2 months ago
- 1 answers
Posted by Avani Tiwari 1 year, 2 months ago
- 0 answers
Posted by Divyansh Yadav 1 year, 4 months ago
- 0 answers
Posted by Anshika Agrawal 1 year, 5 months ago
- 2 answers
Posted by Abhijeet Kumar 1 year, 3 months ago
- 0 answers
Posted by Ashutosh Tiwari 1 year, 4 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Gaurav Seth 6 years ago
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
1Thank You