Which brings us to the language that I use the most, Python. First of all, I admit that the Python programming language is not the language for everything. But it does have things going for it.
- Brief and concise syntax -- in Python, more is less since the syntax lends to avoid wordliness
- Readibility -- because of the the reason above, Python programs can be easily interpreted and understood
- Extensive built-in modules -- most of the functions needed in common programming tasks are already available for Python
- Libraries -- As far as I know, most application domains nowadays have a Python library ready for available use

No comments:
Post a Comment