Welcome to python:
Welcome to python: FEATURES OF PYTHON: 1.Easy to learn and use 2.Platform independent 3.Scalable 4.Free and opensource 5.Interpreted language 1.Easy to learn and use:- Python is easy to learn and use. It is developer-friendly and high level programming language. 2.Platform independent:- It follows WORA(Write Once Run anywhere) Python can run equally on different platforms like unix,linux,Windows..etc.So it is portable language 3.Scalable:- We ca add new features to python easily. 4.Free and Opensource:- Python is freely available and we can access it easily 5.Interpreted language:- Python is an interpreted language i.e. interpreter executes the code line by line at a time. This makes debugging easy and thus suitable for beginners.