top of page

Why Python?

  • Writer: Jino Shaji
    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.

Recent Posts

See All
Program to Create an investment report.

“””Program: investment.py Author: JINO SHAJI Compute an investment report. 1. The inputs are        starting investment amount       ...

 
 
 

Comments


bottom of page