Python or Ruby for webbased Artificial Intelligence?

做~自己de王妃 提交于 2019-12-04 08:55:26

The selection of language is completely irrelevant, all other things being equal.

If you're trying to do X and there's a library for it in language Y and meshes well with your Web-based framework, then use it.

Without knowing more about what specific areas of AI you're interested in, the question is far too vague to be answered with any more specificity.

If you like Prolog, then check out PySWIP. It integrates the declarative logic language Prolog with the procedural general purpose language Python, which lets you write webapps procedurally in Python as you are used to, but have an underlying relational database with Prolog.

If you used JRuby or Jython you can make use of the existing Java libraries and use either Ruby or Python for the web app. Rails works on JRuby and I have used it to write apps that reuse existing Java code. Not sure of which Python frameworks run on Jython.

You could also use Scala (which is a bit functional and runs on the JVW) and the existing Lift framework for web-stuff.

You might also find PyKE useful.

Edit:

"Pyke introduces a form of Logic Programming (inspired by Prolog) to the Python community by providing a knowledge-based inference engine (expert system) written in 100% Python.

Unlike Prolog, Pyke integrates with Python allowing you to invoke Pyke from Python and intermingle Python statements and expressions within your expert system rules."

For BiggAl, who is apparently too lazy to read the first two sentences on the linked page.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!