10. Portable

When you code your project in a language like C++, you may need to make some changes to it if you want to run it on another platform.

But it isn’t the same with Python. Here, you need to code only once, and you can run it anywhere.

This is called Write Once Run Anywhere (WORA). However, you need to be careful enough not to include any system-dependent features.

11 Interpreted

Lastly, we will say that it is an interpreted language. Since statements are executed one by one, debugging is easier than in compiled languages.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *