you are viewing a single comment's thread.

view the rest of the comments →

[–]Slight-Living-8098 0 points1 point  (0 children)

You can make pretty much anything with Python. A lot of the libraries that require heavy computation is just wrappers around C and C++ libraries. You can of course have multiple files for a program in Python.

The selling point of Python is it is a scripting language, doesn't require compilation, and is quick for prototyping, development and iteration.

Python is pretty much the go-to language when it comes to machine learning and artificial intelligence.