Why Python?
- Jino Shaji
- Jan 7, 2015
- 1 min read
Updated: Jun 9, 2020
Why Python?
•Natural Language ToolKit
•Ease of use; interpreter
•AI Processing: Symbolic
–Python’s built-in datatypes for strings, lists, and more.
–Java or C++ require the use of special classes for this.
•AI Processing: Statistical
–Python has strong numeric processing capabilities: matrix operations, etc.
–Suitable for probability and machine learning code.
Comments